Skip to content

Add Support for BYOVPC for GCP #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Mar 29, 2025
Merged
Show file tree
Hide file tree
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
9 changes: 6 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ steps:
- test_network
- label: test_byoc_aws
key: test_byoc_aws
if: build.tag == null && build.pull_request.labels includes 'byoc-ready'
if: build.tag == null && build.pull_request.labels includes 'ci-ready'
command: make test_byoc_aws
plugins:
- seek-oss/aws-sm#v2.3.2:
Expand All @@ -127,9 +127,10 @@ steps:
depends_on:
- lint
- unit
- test_network
- label: test_byoc_gcp
key: test_byoc_gcp
if: build.tag == null && build.pull_request.labels includes 'byoc-ready'
if: build.tag == null && build.pull_request.labels includes 'ci-ready'
command: make test_byoc_gcp
plugins:
- seek-oss/aws-sm#v2.3.2:
Expand All @@ -146,9 +147,10 @@ steps:
depends_on:
- lint
- unit
- test_network
- label: test_byoc_azure
key: test_byoc_azure
if: build.tag == null && build.pull_request.labels includes 'byoc-ready'
if: build.tag == null && build.pull_request.labels includes 'ci-ready'
command: make test_byoc_azure
plugins:
- seek-oss/aws-sm#v2.3.2:
Expand All @@ -167,6 +169,7 @@ steps:
depends_on:
- lint
- unit
- test_network
- label: Release
key: release
if: build.tag != null
Expand Down
Loading