Skip to content

Commit

Permalink
Merge pull request #5360 from freedomofpress/5294-use-buster-box-for-ci
Browse files Browse the repository at this point in the history
Updates CI box image stretch -> buster
  • Loading branch information
emkll authored Jul 8, 2020
2 parents 1f91c97 + 631d61c commit 601044f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/gce-nested/gce-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ function create_gce_ssh_key() {
# Value will be used in the create call.
function find_latest_ci_image() {
#gcloud_call compute images list \
# --filter="family:fpf-securedrop AND name ~ ^ci-nested-virt-stretch" \
# --filter="family:fpf-securedrop AND name ~ ^ci-nested-virt" \
# --sort-by=~Name --limit=1 --format="value(Name)"
# Return hardcoded image id to prevent newer builds from breaking CI
echo "ci-nested-virt-stretch-1564072828"
echo "ci-nested-virt-buster-1594062724"
}

# Call out to GCE API and start a new instance, designating
Expand Down

0 comments on commit 601044f

Please sign in to comment.