Skip to content

Commit

Permalink
Remove CI VM OS names
Browse files Browse the repository at this point in the history
Previously, every time Renovate proposed major updates, somebody would
need to manually modify the PR to include any needed name changes.
Since this project is essentially in maintenance mode w/ very little
actual CI testing, remove this manual requirement.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich authored and haircommander committed May 21, 2024
1 parent be3e546 commit c7a88f8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ env:
# Spoof self as travis, as cirrus has the same test issues as travis does
TRAVIS: "true"

####
#### Cache-image names to test with (double-quotes around names are critical)
####
FEDORA_NAME: "fedora-39ß"
PRIOR_FEDORA_NAME: "fedora-38"

# VM Image built in containers/automation_images
IMAGE_SUFFIX: "c20240513t140131z-f40f39d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
Expand Down Expand Up @@ -61,10 +55,10 @@ fedora_packaging_task:
memory: 4

matrix:
- name: "Packaging for ${FEDORA_NAME}"
- name: "Packaging for Fedora"
container:
image: "${FEDORA_CONTAINER_FQIN}"
- name: "Packaging for ${PRIOR_FEDORA_NAME}"
- name: "Packaging for Fedora N-1"
container:
image: "${PRIOR_FEDORA_CONTAINER_FQIN}"

Expand Down

3 comments on commit c7a88f8

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

Please sign in to comment.