Skip to content

Commit

Permalink
Update GCE CI image to version including bento/ubuntu-24.04 box
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Nov 27, 2024
1 parent 0ff671a commit afdbb6d
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-bullseye-1651694527"
echo "ci-nested-virt-bullseye-1732663778"
}

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

0 comments on commit afdbb6d

Please sign in to comment.