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 dependency containers/automation_images to v20240125 #371

Closed
wants to merge 1 commit into from
Closed
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 @@ -17,7 +17,7 @@
FEDORA_NAME: "fedora-39"

# Google-cloud VM Images
IMAGE_SUFFIX: "c20240102t155643z-f39f38d13"
IMAGE_SUFFIX: "c20240125t184057z-f39f38d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-podman-py-${IMAGE_SUFFIX}"


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

test_task:

Check warning on line 53 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L53

task "Test on fedora-39" depends on task "Gating test", but their only_if conditions are different

Check warning on line 53 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L53

task "Test on fedora-39" depends on task "Gating test", but their only_if conditions are different
name: "Test on $FEDORA_NAME"
alias: test

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

latest_task:

Check warning on line 66 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L66

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

Check warning on line 66 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L66

task "Test Podman main on fedora-39" depends on task "Gating test", but their only_if conditions are different
name: "Test Podman main on $FEDORA_NAME"
alias: latest
allow_failures: true
Expand Down Expand Up @@ -106,7 +106,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 109 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L109

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

Check warning on line 109 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L109

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

Expand Down
Loading