Skip to content

Commit 372eb7a

Browse files
committed
Fixes to gh action labels.
1 parent 9a631c2 commit 372eb7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/e2e.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
# Wait for banzai to be ready
4444
kubectl wait --for=condition=Ready --timeout=60m pods -l group=banzai-e2e-test
4545
46-
LISTENER_POD=$(kubectl get pods -l app=banzai-listener-deployment -o jsonpath='{.items[0].metadata.name}')
46+
LISTENER_POD=$(kubectl get pods -l app=banzai-listener -o jsonpath='{.items[0].metadata.name}')
4747
echo "LISTENER_POD=${LISTENER_POD}" >> $GITHUB_ENV
4848
49-
WORKERS_POD=$(kubectl get pods -l app=banzai-celery-workers-deployment -o jsonpath='{.items[0].metadata.name}')
49+
WORKERS_POD=$(kubectl get pods -l app=banzai-celery-workers -o jsonpath='{.items[0].metadata.name}')
5050
echo "WORKERS_POD=${WORKERS_POD}" >> $GITHUB_ENV
5151
52-
LARGE_WORKERS_POD=$(kubectl get pods -l app=banzai-large-celery-workers-deployment -o jsonpath='{.items[0].metadata.name}')
52+
LARGE_WORKERS_POD=$(kubectl get pods -l app=banzai-large-celery-workers -o jsonpath='{.items[0].metadata.name}')
5353
echo "LARGE_WORKERS_POD=${LARGE_WORKERS_POD}" >> $GITHUB_ENV
5454
5555
- name: Test Super Bias Creation

0 commit comments

Comments
 (0)