Skip to content

Commit

Permalink
Update Focal vagrant box in CI
Browse files Browse the repository at this point in the history
Built a new CI image for the staging tests. In this GCP image, the
Ubuntu Focal Vagrant VM has had its version bumped from
202105.25.0 -> 202107.28.0. The latest version, 202109.07.0, would not
install successfully via `vagrant box add`.
  • Loading branch information
Conor Schaefer committed Oct 5, 2021
1 parent 059747f commit 0e24c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/gce-nested/gce-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function find_latest_ci_image() {
# --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-buster-1623169910"
echo "ci-nested-virt-buster-1633365108"
}

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

0 comments on commit 0e24c8f

Please sign in to comment.