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

chore(deps): update dependency containers/automation_images to v20230809 #2078

Merged
merged 1 commit into from
Aug 11, 2023
Merged
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 .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
FEDORA_NAME: "fedora-38"

# Google-cloud VM Images
IMAGE_SUFFIX: "c20230807t144831z-f38f37d13"
IMAGE_SUFFIX: "c20230809t143240z-f38f37d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"

# Container FQIN's
Expand Down Expand Up @@ -76,7 +76,7 @@
"${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" build
"${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" doccheck

osx_task:

Check warning on line 79 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L79

task "osx" depends on task "validate", but their only_if conditions are different

Check warning on line 79 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L79

task "osx" depends on task "validate", but their only_if conditions are different
# Don't run for docs-only or multi-arch image builds.
# Also don't run on release-branches or their PRs,
# since base container-image is not version-constrained.
Expand All @@ -103,7 +103,7 @@
/usr/local/bin/skopeo -v


cross_task:

Check warning on line 106 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L106

task "cross" depends on task "validate", but their only_if conditions are different

Check warning on line 106 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L106

task "cross" depends on task "validate", but their only_if conditions are different
alias: cross
only_if: >-
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
Expand All @@ -127,7 +127,7 @@
"${GOSRC}/${SCRIPT_BASE}/runner.sh" cross


ostree-rs-ext_task:

Check warning on line 130 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L130

task "ostree-rs-ext" depends on task "validate", but their only_if conditions are different

Check warning on line 130 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L130

task "ostree-rs-ext" depends on task "validate", but their only_if conditions are different
alias: proxy_ostree_ext
only_if: *not_docs_or_release_branch
# WARNING: This task potentially performs a container image
Expand Down Expand Up @@ -168,7 +168,7 @@
##### repository's `.cirrus.yml`. Changes made here should be fully merged
##### prior to being manually duplicated and maintained in containers/image.
#####
test_skopeo_task:

Check warning on line 171 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L171

task "Skopeo Test" depends on task "validate", but their only_if conditions are different

Check warning on line 171 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L171

task "Skopeo Test w/ opengpg" depends on task "validate", but their only_if conditions are different

Check warning on line 171 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L171

task "Skopeo Test" depends on task "validate", but their only_if conditions are different

Check warning on line 171 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L171

task "Skopeo Test w/ opengpg" depends on task "validate", but their only_if conditions are different
alias: test_skopeo
# Don't test for [CI:DOCS], [CI:BUILD], or 'multiarch' cron.
only_if: >-
Expand Down Expand Up @@ -277,7 +277,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 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

task "Total Success" depends on task "ostree-rs-ext", but their only_if conditions are different

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

task "Total Success" depends on task "Skopeo Test", but their only_if conditions are different

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

task "Total Success" depends on task "Skopeo Test w/ opengpg", but their only_if conditions are different

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

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

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

task "Total Success" depends on task "ostree-rs-ext", but their only_if conditions are different

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

task "Total Success" depends on task "Skopeo Test", but their only_if conditions are different

Check warning on line 280 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L280

task "Total Success" depends on task "Skopeo Test w/ opengpg", but their only_if conditions are different
name: "Total Success"
alias: success
# N/B: ALL tasks must be listed here, minus their '_task' suffix.
Expand Down