Merge pull request #2698 from lsm5/re-enable-centos-stream

Packit: re-enable ELN and CentOS Stream jobs on PRs
This commit is contained in:
Miloslav Trmač
2025-09-04 16:39:19 +02:00
committed by GitHub

View File

@@ -41,12 +41,11 @@ jobs:
# https://packit.dev/posts/openscanhub-prototype # https://packit.dev/posts/openscanhub-prototype
osh_diff_scan_after_copr_build: false osh_diff_scan_after_copr_build: false
# Ignore until golang is updated in distro buildroot to go 1.23.3+
- job: copr_build - job: copr_build
trigger: pull_request trigger: pull_request
packages: [skopeo-eln] packages: [skopeo-eln]
notifications: *copr_build_failure_notification notifications: *copr_build_failure_notification
targets: targets: &eln_copr_targets
fedora-eln-x86_64: fedora-eln-x86_64:
additional_repos: additional_repos:
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/" - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
@@ -55,9 +54,8 @@ jobs:
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/" - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
enable_net: true enable_net: true
# Ignore until golang is updated in distro buildroot to go 1.23.3+
- job: copr_build - job: copr_build
trigger: ignore trigger: pull_request
packages: [skopeo-centos] packages: [skopeo-centos]
notifications: *copr_build_failure_notification notifications: *copr_build_failure_notification
targets: &centos_copr_targets targets: &centos_copr_targets
@@ -93,10 +91,21 @@ jobs:
- type: repository-file - type: repository-file
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo
# Tests on CentOS Stream for main branch # Tests on ELN for main branch
# Ignore until golang is updated in distro buildroot to go 1.23.3+
- job: tests - job: tests
trigger: ignore trigger: pull_request
packages: [skopeo-eln]
notifications: *test_failure_notification
targets: *eln_copr_targets
tf_extra_params:
environments:
- artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-eln/rhcontainerbot-podman-next-fedora-eln.repo
# Tests on CentOS Stream for main branch
- job: tests
trigger: pull_request
packages: [skopeo-centos] packages: [skopeo-centos]
notifications: *test_failure_notification notifications: *test_failure_notification
targets: *centos_copr_targets targets: *centos_copr_targets