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

Update CI VM images #430

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#### Cache-image names to test with (double-quotes around names are critical)
####
# Google-cloud VM Images
IMAGE_SUFFIX: "c20240821t171500z-f40f39d13"
IMAGE_SUFFIX: "c20241015t085508z-f40f39d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-podman-py-${IMAGE_SUFFIX}"


Expand Down Expand Up @@ -48,7 +48,7 @@
- make
- make lint

test_task:

Check warning on line 51 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L51

task "Test on Fedora" depends on task "Gating test", but their only_if conditions are different

Check warning on line 51 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L51

task "Test on Fedora" depends on task "Gating test", but their only_if conditions are different
name: "Test on Fedora"
alias: test

Expand All @@ -61,7 +61,7 @@
- ${SCRIPT_BASE}/enable_podman.sh
- ${SCRIPT_BASE}/test.sh

latest_task:

Check warning on line 64 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L64

task "Test Podman main on Fedora" depends on task "Gating test", but their only_if conditions are different

Check warning on line 64 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L64

task "Test Podman main on Fedora" depends on task "Gating test", but their only_if conditions are different
name: "Test Podman main on Fedora"
alias: latest
allow_failures: true
Expand Down Expand Up @@ -104,7 +104,7 @@
# Status aggregator for all tests. This task simply ensures a defined
# set of tasks all passed, and allows confirming that based on the status
# of this task.
success_task:

Check warning on line 107 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L107

task "Total Success" depends on task "Gating test", but their only_if conditions are different

Check warning on line 107 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L107

task "Total Success" depends on task "Gating test", but their only_if conditions are different
name: "Total Success"
alias: success

Expand Down
Loading