Skip to content

Commit

Permalink
Swap SD CI GCE type to n2-highcpu-4
Browse files Browse the repository at this point in the history
AMD GCEs don't support nested virtualization.
  • Loading branch information
leee committed Nov 28, 2023
1 parent 5bc802d commit b1482fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/gce-nested/ci-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export GCE_CREDS_FILE
export BUILD_NUM="${CIRCLE_BUILD_NUM}"
export PROJECT_ID="securedrop-ci"
export JOB_NAME="sd-ci-nested"
export GCLOUD_MACHINE_TYPE="n2d-highcpu-4"
export GCLOUD_MACHINE_TYPE="n2-highcpu-4"
GCLOUD_CONTAINER_VER="$(cat "${TOPLEVEL}/devops/gce-nested/gcloud-container.ver")"
export GCLOUD_CONTAINER_VER
export CLOUDSDK_COMPUTE_ZONE="us-west1-c"
Expand Down

0 comments on commit b1482fd

Please sign in to comment.