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

CI VMs: bump to new versions with tmpfs /tmp #2384

Merged
merged 1 commit into from Apr 24, 2024
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
Expand Up @@ -30,7 +30,7 @@
SKOPEO_PR:

# Google-cloud VM Images
IMAGE_SUFFIX: "c20240320t153921z-f39f38d13"
IMAGE_SUFFIX: "c20240411t124913z-f39f38d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
DEBIAN_CACHE_IMAGE_NAME: "debian-${IMAGE_SUFFIX}"

Expand Down Expand Up @@ -72,7 +72,7 @@
script: make cross


test_task:

Check warning on line 75 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L75

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

Check warning on line 75 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L75

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

Check warning on line 75 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L75

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

Check warning on line 75 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L75

task "Test w/ opengpg" depends on task "validate", but their only_if conditions are different
alias: test
depends_on:
- validate
Expand All @@ -93,7 +93,7 @@
##### repository's `.cirrus.yml`. Changes made here should be fully merged
##### prior to being manually duplicated and maintained in containers/skopeo.
#####
test_skopeo_task:

Check warning on line 96 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L96

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

Check warning on line 96 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L96

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

Check warning on line 96 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L96

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

Check warning on line 96 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L96

task "Skopeo Test w/ opengpg" depends on task "validate", but their only_if conditions are different
alias: test_skopeo
only_if: *not_docs
depends_on:
Expand Down Expand Up @@ -155,7 +155,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 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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

Check warning on line 158 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L158

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