mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 19:05:32 +00:00
[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 <lsm5@fedoraproject.org>
This commit is contained in:
parent
f37a82cddf
commit
edfeb73504
27
.packit.yaml
27
.packit.yaml
@ -102,27 +102,11 @@ jobs:
|
|||||||
failure_comment:
|
failure_comment:
|
||||||
message: "Tests failed. @containers/packit-build please check."
|
message: "Tests failed. @containers/packit-build please check."
|
||||||
targets: *fedora_copr_targets
|
targets: *fedora_copr_targets
|
||||||
require: &dev_branch
|
|
||||||
label:
|
|
||||||
absent:
|
|
||||||
- release
|
|
||||||
tf_extra_params:
|
tf_extra_params:
|
||||||
environments:
|
environments:
|
||||||
- artifacts:
|
- artifacts:
|
||||||
- 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
|
||||||
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
|
# Tests on CentOS Stream for main branch
|
||||||
- job: tests
|
- job: tests
|
||||||
@ -130,22 +114,11 @@ jobs:
|
|||||||
packages: [skopeo-centos]
|
packages: [skopeo-centos]
|
||||||
notifications: *test_failure_notification
|
notifications: *test_failure_notification
|
||||||
targets: *centos_copr_targets
|
targets: *centos_copr_targets
|
||||||
require: *dev_branch
|
|
||||||
tf_extra_params:
|
tf_extra_params:
|
||||||
environments:
|
environments:
|
||||||
- artifacts:
|
- artifacts:
|
||||||
- type: repository-file
|
- type: repository-file
|
||||||
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo
|
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
|
# Sync to Fedora
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
|
Loading…
Reference in New Issue
Block a user