Skip to content

Commit

Permalink
Remove Fedora release number from task names
Browse files Browse the repository at this point in the history
With Renovate managing CI VM updates, when a major Fedora release
happens, additional manual work is required to update the CI task names
so they match the release number.  This is extra burdensome on
maintainers, stop it.

Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed May 31, 2024
1 parent 8267ed2 commit cd6e10c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ env:
####
#### Cache-image names to test with (double-quotes around names are critical)
####
FEDORA_NAME: "fedora-39"

# Google-cloud VM Images
IMAGE_SUFFIX: "c20240320t153921z-f39f38d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-podman-py-${IMAGE_SUFFIX}"
Expand Down Expand Up @@ -51,7 +49,7 @@ gating_task:
- 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_NAME"
name: "Test on Fedora"
alias: test

depends_on:
Expand All @@ -64,7 +62,7 @@ test_task:
- ${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_NAME"
name: "Test Podman main on Fedora"
alias: latest
allow_failures: true

Expand Down

0 comments on commit cd6e10c

Please sign in to comment.