Skip to content
Draft
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.singleproject.confidentialnodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ steps:
- "TF_VAR_billing_account=$_BILLING_ACCOUNT"
- "TF_VAR_create_cloud_nat=true" # config-sync running on cluster VPC needs to access gitlab

# - id: cleans-access-level
# name: "gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS"
# args:
# ["/bin/bash", "-c", "cft test run TestCleanVPCSC --stage apply --verbose"]
- id: cleans-access-level
name: "gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS"
args:
["/bin/bash", "-c", "cft test run TestCleanVPCSC --stage apply --verbose"]

- id: private-workerpool-init
name: "gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS"
Expand Down