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 cirrus and version of golang #5139

Merged
merged 1 commit into from Nov 13, 2023
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
6 changes: 3 additions & 3 deletions .cirrus.yml
Expand Up @@ -27,8 +27,8 @@
####
# GCE project where images live
IMAGE_PROJECT: "libpod-218412"
FEDORA_NAME: "fedora-38"
PRIOR_FEDORA_NAME: "fedora-37"
FEDORA_NAME: "fedora-39β"
PRIOR_FEDORA_NAME: "fedora-38"
DEBIAN_NAME: "debian-13"

# Image identifiers
Expand Down Expand Up @@ -120,7 +120,7 @@

# Runs within Cirrus's "community cluster"
container:
image: docker.io/library/golang:1.18
image: docker.io/library/golang:1.21
cpu: 1
memory: 1

Expand Down Expand Up @@ -153,7 +153,7 @@
path: ./bin/*


unit_task:

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 156 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L156

task "Unit tests w/ overlay" depends on task "Cross Compile", but their only_if conditions are different
name: 'Unit tests w/ $STORAGE_DRIVER'
alias: unit
only_if: &not_build_docs >-
Expand All @@ -180,7 +180,7 @@
path: ./bin/*


conformance_task:

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 183 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L183

task "Build Conformance w/ overlay" depends on task "Cross Compile", but their only_if conditions are different
name: 'Build Conformance w/ $STORAGE_DRIVER'
alias: conformance
only_if: *not_build_docs
Expand All @@ -201,7 +201,7 @@
conformance_test_script: '${SCRIPT_BASE}/test.sh conformance |& ${_TIMESTAMP}'


integration_task:

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ vfs" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 204 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L204

task "Integration debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different
name: "Integration $DISTRO_NV w/ $STORAGE_DRIVER"
alias: integration
only_if: *not_build_docs
Expand Down Expand Up @@ -256,7 +256,7 @@
package_versions_script: '$GOSRC/$SCRIPT_BASE/logcollector.sh packages'
golang_version_script: '$GOSRC/$SCRIPT_BASE/logcollector.sh golang'

integration_rootless_task:

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-39β w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless fedora-38 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 259 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L259

task "Integration rootless debian-13 w/ overlay" depends on task "Cross Compile", but their only_if conditions are different
name: "Integration rootless $DISTRO_NV w/ $STORAGE_DRIVER"
alias: integration_rootless
only_if: *not_build_docs
Expand Down Expand Up @@ -295,7 +295,7 @@
always:
<<: *standardlogs

in_podman_task:

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Cross Compile", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Smoke Test", but their only_if conditions are different

Check warning on line 298 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L298

task "Containerized Integration" depends on task "Cross Compile", but their only_if conditions are different
name: "Containerized Integration"
alias: in_podman
only_if: *not_build_docs
Expand All @@ -322,7 +322,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 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Unit tests w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Build Conformance w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ vfs", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-39β w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration fedora-38 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

task "Total Success" depends on task "Integration debian-13 w/ overlay", but their only_if conditions are different

Check warning on line 325 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L325

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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -198,7 +198,7 @@ test-unit: tests/testreport/testreport
$(GO_TEST) -v -tags "$(STORAGETAGS) $(SECURITYTAGS)" -cover $(RACEFLAGS) ./cmd/buildah -args --root $$tmp/root --runroot $$tmp/runroot --storage-driver vfs --signature-policy $(shell pwd)/tests/policy.json --registries-conf $(shell pwd)/tests/registries.conf

vendor-in-container:
podman run --privileged --rm --env HOME=/root -v `pwd`:/src -w /src docker.io/library/golang:1.18 make vendor
podman run --privileged --rm --env HOME=/root -v `pwd`:/src -w /src docker.io/library/golang:1.21 make vendor

.PHONY: vendor
vendor:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/containers/buildah

go 1.18
go 1.21

require (
github.com/containerd/containerd v1.7.8
Expand Down