Skip to content

Commit

Permalink
use custom vm image for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Apr 25, 2024
1 parent 9bc5bcb commit 2e212b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .buildkite/packaging.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ steps:
.buildkite/scripts/packaging/prepare-release-manager.sh
.buildkite/scripts/dra.sh
agents:
provider: "gcp"
provider: gcp
image: "${IMAGE_UBUNTU_X86_64}"
machineType: "${GCP_DEFAULT_MACHINE_TYPE}"

- label: DRA Staging
## Only for release branches
Expand All @@ -220,4 +222,6 @@ steps:
.buildkite/scripts/packaging/prepare-release-manager.sh
.buildkite/scripts/dra.sh
agents:
provider: "gcp"
provider: gcp
image: "${IMAGE_UBUNTU_X86_64}"
machineType: "${GCP_DEFAULT_MACHINE_TYPE}"

0 comments on commit 2e212b0

Please sign in to comment.