Skip to content

Commit

Permalink
fix system account SA names
Browse files Browse the repository at this point in the history
  • Loading branch information
hsachdevah committed Mar 5, 2024
1 parent aaa3c3b commit 14aa836
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ steps:
python3 test_hub.py $(cat /workspace/jupyterhub_host_url.txt)
echo "pass" > /workspace/jupyterhub_test_result.txt
allowFailure: true
waitFor: ['cleanup ray cluster']
# waitFor: ['cleanup ray cluster']

- id: 'cleanup jupyterhub'
name: 'gcr.io/$PROJECT_ID/terraform'
Expand Down Expand Up @@ -206,6 +206,9 @@ steps:
-var=cluster_name=ml-$SHORT_SHA-$_PR_NUMBER-cluster \
-var=kubernetes_namespace=rag-$SHORT_SHA \
-var=gcs_bucket=gke-aieco-rag-$SHORT_SHA \
-var=ray_service_account=ray-sa-$SHORT_SHA \
-var=rag_service_account=rag-sa-$SHORT_SHA \
-var=jupyter_service_account=jupyter-sa-$SHORT_SHA \
-auto-approve -no-color -lock=false
echo "pass" > /workspace/rag_tf_result.txt
Expand Down Expand Up @@ -238,7 +241,7 @@ steps:
cd /workspace/applications/rag/tests
python3 test_frontend.py "127.0.0.1:8081"
echo "pass" > /workspace/rag_frontend_result.txt
waitFor: ['cleanup jupyterhub']
allowFailure: true

- id: 'cleanup rag'
Expand Down Expand Up @@ -277,6 +280,9 @@ steps:
-var=cluster_name=ml-$SHORT_SHA-$_PR_NUMBER-cluster \
-var=kubernetes_namespace=rag-$SHORT_SHA \
-var=gcs_bucket=gke-aieco-rag-$SHORT_SHA \
-var=ray_service_account=ray-sa-$SHORT_SHA \
-var=rag_service_account=rag-sa-$SHORT_SHA \
-var=jupyter_service_account=jupyter-sa-$SHORT_SHA \
-auto-approve -no-color
allowFailure: true
Expand Down

0 comments on commit 14aa836

Please sign in to comment.