Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ steps:
# cloudrun implicit serverless negs
- id: apply cloudrun-implicit
waitFor:
- create
- init-all
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestCloudrunImplicit --stage apply --verbose']
- id: verify cloudrun-implicit
Expand All @@ -114,7 +114,7 @@ steps:
# separate frontend and backend module for http load balancer
- id: apply lb-http-separate-frontend-and-backend
waitFor:
- create
- init-all
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestSeparateFrontendAndBackend --stage apply --verbose']
- id: verify lb-http-separate-frontend-and-backend
Expand All @@ -130,7 +130,7 @@ steps:
# Internal cross regional http load balancer with cloud-run
- id: apply internal-lb-http
waitFor:
- create
- init-all
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestInternalLbCloudRun --stage apply --verbose']
- id: verify internal-lb-http
Expand All @@ -145,7 +145,7 @@ steps:
args: ['/bin/bash', '-c', 'cft test run TestInternalLbCloudRun --stage teardown --verbose']
- id: apply internal-lb-http gce-mig
waitFor:
- create
- init-all
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestInternalLbGCEMIG --stage apply --verbose']
- id: verify internal-lb-http gce-mig
Expand Down