[packit] 2.224.0 upstream release
Upstream tag: v2.224.0 Upstream commit: 31e9f0bd
This commit is contained in:
parent
bbe8925300
commit
8252c641d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -218,3 +218,4 @@
|
|||||||
/v2.221.0.tar.gz
|
/v2.221.0.tar.gz
|
||||||
/v2.221.1.tar.gz
|
/v2.221.1.tar.gz
|
||||||
/v2.222.0.tar.gz
|
/v2.222.0.tar.gz
|
||||||
|
/v2.224.0.tar.gz
|
||||||
|
67
.packit.yaml
67
.packit.yaml
@ -11,36 +11,79 @@ srpm_build_deps:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
||||||
enable_net: true
|
enable_net: true
|
||||||
# container-selinux is noarch so we only need to test on one arch
|
# container-selinux is noarch so we only need to test on one arch
|
||||||
targets: &pr_copr_targets
|
targets:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
- centos-stream-9
|
- fedora-eln
|
||||||
- centos-stream-8
|
- epel-9
|
||||||
|
- epel-8
|
||||||
|
|
||||||
# Run on commit to main branch
|
# Run on commit to main branch
|
||||||
|
# Build targets managed in copr settings
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "podman-next COPR build failed. @containers/packit-build please check."
|
||||||
branch: main
|
branch: main
|
||||||
owner: rhcontainerbot
|
owner: rhcontainerbot
|
||||||
project: podman-next
|
project: podman-next
|
||||||
enable_net: true
|
enable_net: true
|
||||||
|
|
||||||
# All tests specified in the `/plans/` subdir
|
# All tests specified in the `/plans/` subdir
|
||||||
# FIXME: uncomment e2e tests after disk space issues resolved on testing farm
|
# Podman e2e tests for Fedora and CentOS Stream
|
||||||
#- job: tests
|
|
||||||
# trigger: pull_request
|
|
||||||
# targets: *test_targets
|
|
||||||
# identifier: podman_e2e_test
|
|
||||||
# tmt_plan: "/plans/podman_e2e_test"
|
|
||||||
|
|
||||||
- job: tests
|
- job: tests
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
# arch assumed to be x86_64 by default.
|
notifications:
|
||||||
targets: *pr_copr_targets
|
failure_comment:
|
||||||
|
message: "podman e2e tests failed. @containers/packit-build please check."
|
||||||
|
targets: &pr_test_targets
|
||||||
|
- fedora-all
|
||||||
|
- epel-9
|
||||||
|
- epel-8
|
||||||
|
identifier: podman_e2e_test
|
||||||
|
tmt_plan: "/plans/podman_e2e_test"
|
||||||
|
|
||||||
|
# Podman system tests for Fedora and CentOS Stream
|
||||||
|
- job: tests
|
||||||
|
trigger: pull_request
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "podman system tests failed. @containers/packit-build please check."
|
||||||
|
targets: *pr_test_targets
|
||||||
identifier: podman_system_test
|
identifier: podman_system_test
|
||||||
tmt_plan: "/plans/podman_system_test"
|
tmt_plan: "/plans/podman_system_test"
|
||||||
|
|
||||||
|
# Podman e2e tests for RHEL
|
||||||
|
- job: tests
|
||||||
|
trigger: pull_request
|
||||||
|
use_internal_tf: true
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "podman e2e tests failed on RHEL. @containers/packit-build please check."
|
||||||
|
targets: &pr_test_targets_rhel
|
||||||
|
epel-9-x86_64:
|
||||||
|
distros: [RHEL-9.2.0-Nightly]
|
||||||
|
epel-8-x86_64:
|
||||||
|
distros: [RHEL-8.10.0-Nightly]
|
||||||
|
identifier: podman_e2e_test_internal
|
||||||
|
tmt_plan: "/plans/podman_e2e_test"
|
||||||
|
|
||||||
|
# Podman system tests for RHEL
|
||||||
|
- job: tests
|
||||||
|
trigger: pull_request
|
||||||
|
use_internal_tf: true
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "podman system tests failed on RHEL. @containers/packit-build please check."
|
||||||
|
targets: *pr_test_targets_rhel
|
||||||
|
identifier: podman_system_test_internal
|
||||||
|
tmt_plan: "/plans/podman_system_test"
|
||||||
|
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
update_release: false
|
update_release: false
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.80.0.post8+gf2b5fcbc.
|
The file was generated using packit 0.83.0.post1.dev4+g46d87465.
|
||||||
|
@ -33,7 +33,7 @@ Epoch: 2
|
|||||||
# Keep Version in upstream specfile at 0. It will be automatically set
|
# Keep Version in upstream specfile at 0. It will be automatically set
|
||||||
# to the correct value by Packit for copr and koji builds.
|
# to the correct value by Packit for copr and koji builds.
|
||||||
# IGNORE this comment if you're looking at it in dist-git.
|
# IGNORE this comment if you're looking at it in dist-git.
|
||||||
Version: 2.222.0
|
Version: 2.224.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: https://github.com/containers/%{name}
|
URL: https://github.com/containers/%{name}
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v2.222.0.tar.gz) = f5475c4f0d99c0b594637d004b526f8c129e967ed93b558e11dbed772df958cd6967f0a3183ea02cd1c7ef941510b59e9ffdf1a1238ae6880c220466967d683a
|
SHA512 (v2.224.0.tar.gz) = ab838c379aae99347c5d49ef84513c5fa1cd03faf1ab6b1dd4b6c571875c7c9df389abfb41ce0e2c2a57e14d11c47cbac85e2a6ad8004c2db6087849d91282aa
|
||||||
|
Loading…
Reference in New Issue
Block a user