diff --git a/test/cloudbuild/batch_build.yaml b/test/cloudbuild/batch_build.yaml index 78ada4534b3..e0404a18679 100644 --- a/test/cloudbuild/batch_build.yaml +++ b/test/cloudbuild/batch_build.yaml @@ -26,9 +26,10 @@ steps: options: machineType: N1_HIGHCPU_8 # use a fast machine to build because there a lot of work images: - - "$_GCR_BASE/frontend" - - "$_GCR_BASE/scheduledworkflow" - "$_GCR_BASE/persistenceagent" + - "$_GCR_BASE/scheduledworkflow" + - "$_GCR_BASE/frontend" - "$_GCR_BASE/viewer-crd-controller" - "$_GCR_BASE/visualization-server" + - "$_GCR_BASE/inverse-proxy-agent" timeout: 1800s # 30min