From edfeb73504e67296751241d29c1f3175e1a00435 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 25 Mar 2025 15:56:51 +0530 Subject: [PATCH] [skip-ci] TMT: keep PR-label independent tests Switch to keeping TMT tests independent of PR labels for now. In order to keep PR-label dependent tests, Packit UI would need improvement making it clear that some tests are not meant to run, perhaps also changing the status to `ignore` or `neutral`. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 283bda9e..26529375 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -102,27 +102,11 @@ jobs: failure_comment: message: "Tests failed. @containers/packit-build please check." targets: *fedora_copr_targets - require: &dev_branch - label: - absent: - - release tf_extra_params: environments: - artifacts: - type: repository-file id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo - identifier: "dev-fedora" - - # Tests on Fedora for release branches - - job: tests - trigger: pull_request - packages: [skopeo-fedora] - targets: *fedora_copr_targets - require: &release_branch - label: - present: - - release - identifier: "release-fedora" # Tests on CentOS Stream for main branch - job: tests @@ -130,22 +114,11 @@ jobs: packages: [skopeo-centos] notifications: *test_failure_notification targets: *centos_copr_targets - require: *dev_branch tf_extra_params: environments: - artifacts: - type: repository-file id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo - identifier: "dev-centos" - - # Tests on CentOS Stream for release branches - - job: tests - trigger: pull_request - packages: [skopeo-centos] - notifications: *test_failure_notification - targets: *centos_copr_targets - require: *release_branch - identifier: "release-centos" # Sync to Fedora - job: propose_downstream