File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ jobs:
43
43
# Wait for banzai to be ready
44
44
kubectl wait --for=condition=Ready --timeout=60m pods -l group=banzai-e2e-test
45
45
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}')
47
47
echo "LISTENER_POD=${LISTENER_POD}" >> $GITHUB_ENV
48
48
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}')
50
50
echo "WORKERS_POD=${WORKERS_POD}" >> $GITHUB_ENV
51
51
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}')
53
53
echo "LARGE_WORKERS_POD=${LARGE_WORKERS_POD}" >> $GITHUB_ENV
54
54
55
55
- name : Test Super Bias Creation
You can’t perform that action at this time.
0 commit comments