From 8675decea021bada651371637e66efec2e98378b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 1 Sep 2025 15:17:40 -0400 Subject: [PATCH 1/2] Packit/TMT: enable ELN testing on PRs testing-farm public ranch now provides ELN composes which enables super-early testing of the next RHEL. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 1cfb8c30..08dfb1f0 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -41,12 +41,11 @@ jobs: # https://packit.dev/posts/openscanhub-prototype osh_diff_scan_after_copr_build: false - # Ignore until golang is updated in distro buildroot to go 1.23.3+ - job: copr_build trigger: pull_request packages: [skopeo-eln] notifications: *copr_build_failure_notification - targets: + targets: &eln_copr_targets fedora-eln-x86_64: additional_repos: - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/" @@ -93,6 +92,18 @@ jobs: - type: repository-file id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo + # Tests on ELN for main branch + - job: tests + 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 # Ignore until golang is updated in distro buildroot to go 1.23.3+ - job: tests From a3cb7bf3146b62ac272fc31bb3756ee7baedfcc5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 3 Sep 2025 15:36:27 -0400 Subject: [PATCH 2/2] Packit: re-enable CentOS Stream jobs on PRs Does not affect propose_downstream jobs. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 08dfb1f0..ed64d93e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -54,9 +54,8 @@ jobs: - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/" enable_net: true - # Ignore until golang is updated in distro buildroot to go 1.23.3+ - job: copr_build - trigger: ignore + trigger: pull_request packages: [skopeo-centos] notifications: *copr_build_failure_notification targets: ¢os_copr_targets @@ -105,9 +104,8 @@ jobs: 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 - # Ignore until golang is updated in distro buildroot to go 1.23.3+ - job: tests - trigger: ignore + trigger: pull_request packages: [skopeo-centos] notifications: *test_failure_notification targets: *centos_copr_targets