Skip to content

Commit

Permalink
Fix inverse proxy agent in e2e tests (#2566)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored and k8s-ci-robot committed Nov 7, 2019
1 parent 24c94d7 commit 9f18ed7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/cloudbuild/batch_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f18ed7

Please sign in to comment.