Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest Buster CI image #5976

Merged
merged 2 commits into from
Aug 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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-1606755081"
echo "ci-nested-virt-buster-1623169910"
}

# Call out to GCE API and start a new instance, designating
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
- name: Update apt cache.
shell: apt-get update -q

- name: Install apache packages.
apt:
pkg: "{{ apache_packages }}"
state: present
update_cache: yes
cache_valid_time: 3600
tags:
- apt
Expand Down