Skip to content

Commit

Permalink
Merge pull request #396 from cevich/remove_ci_vm_names
Browse files Browse the repository at this point in the history
Remove Fedora release number from task names
  • Loading branch information
openshift-merge-bot[bot] authored Jun 3, 2024
2 parents 8267ed2 + cd6e10c commit 17e4846
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", 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", 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", 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", 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 17e4846

Please sign in to comment.