|
24 | 24 | - job: copr_build
|
25 | 25 | trigger: pull_request
|
26 | 26 | packages: [netavark-fedora]
|
27 |
| - notifications: &copr_build_failure_notification |
28 |
| - failure_comment: |
29 |
| - message: "Ephemeral COPR build failed. @containers/packit-build please check." |
| 27 | + #notifications: &copr_build_failure_notification |
| 28 | + # failure_comment: |
| 29 | + # message: "Ephemeral COPR build failed. @containers/packit-build please check." |
30 | 30 | targets:
|
31 | 31 | fedora-all-x86_64: {}
|
32 | 32 | fedora-all-aarch64: {}
|
|
41 | 41 | - job: copr_build
|
42 | 42 | trigger: pull_request
|
43 | 43 | packages: [netavark-centos]
|
44 |
| - notifications: *copr_build_failure_notification |
45 |
| - targets: |
| 44 | + #notifications: *copr_build_failure_notification |
| 45 | + targets: ¢os_targets |
46 | 46 | - centos-stream-9-x86_64
|
47 | 47 | - centos-stream-9-aarch64
|
48 | 48 | - centos-stream-10-x86_64
|
|
52 | 52 | - job: copr_build
|
53 | 53 | trigger: pull_request
|
54 | 54 | packages: [netavark-rhel]
|
55 |
| - notifications: *copr_build_failure_notification |
56 |
| - targets: |
| 55 | + #notifications: *copr_build_failure_notification |
| 56 | + targets: &rhel_targets |
57 | 57 | - epel-9-x86_64
|
58 | 58 | - epel-9-aarch64
|
59 | 59 | enable_net: true
|
|
70 | 70 | project: podman-next
|
71 | 71 | enable_net: true
|
72 | 72 |
|
| 73 | + - job: tests |
| 74 | + trigger: pull_request |
| 75 | + packages: [netavark-fedora] |
| 76 | + #notifications: |
| 77 | + #failure_comment: |
| 78 | + # message: "TMT tests failed. @containers/packit-build please check." |
| 79 | + targets: |
| 80 | + - fedora-all |
| 81 | + tf_extra_params: |
| 82 | + environments: |
| 83 | + - artifacts: |
| 84 | + - type: repository-file |
| 85 | + id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo |
| 86 | + |
| 87 | + - job: tests |
| 88 | + trigger: pull_request |
| 89 | + packages: [netavark-centos] |
| 90 | + #notifications: |
| 91 | + #failure_comment: |
| 92 | + # message: "TMT tests failed. @containers/packit-build please check." |
| 93 | + targets: |
| 94 | + # TODO: enable centos-stream-9 after |
| 95 | + # https://github.com/fedora-copr/copr/issues/3334 is fixed |
| 96 | + - centos-stream-10 |
| 97 | + tf_extra_params: |
| 98 | + environments: |
| 99 | + - artifacts: |
| 100 | + - type: repository-file |
| 101 | + id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo |
| 102 | + |
| 103 | + - job: tests |
| 104 | + trigger: pull_request |
| 105 | + packages: [netavark-centos] |
| 106 | + #notifications: |
| 107 | + #failure_comment: |
| 108 | + # message: "TMT tests failed. @containers/packit-build please check." |
| 109 | + targets: |
| 110 | + # TODO: fold centos-stream-9 into previous job after |
| 111 | + # https://github.com/fedora-copr/copr/issues/3334 is fixed |
| 112 | + - centos-stream-9 |
| 113 | + tf_extra_params: |
| 114 | + environments: |
| 115 | + - artifacts: |
| 116 | + - type: repository-file |
| 117 | + id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-9/rhcontainerbot-podman-next-centos-stream-9.repo |
| 118 | + - type: repository-file |
| 119 | + id: https://src.fedoraproject.org/rpms/epel-release/raw/epel9/f/epel.repo |
| 120 | + |
| 121 | + - job: tests |
| 122 | + trigger: pull_request |
| 123 | + packages: [netavark-rhel] |
| 124 | + #notifications: |
| 125 | + #failure_comment: |
| 126 | + # message: "TMT tests failed. @containers/packit-build please check." |
| 127 | + targets: |
| 128 | + epel-9-x86_64: |
| 129 | + distros: [RHEL-9.4.0-Nightly,RHEL-9-Nightly] |
| 130 | + epel-9-aarch64: |
| 131 | + distros: [RHEL-9.4.0-Nightly,RHEL-9-Nightly] |
| 132 | + use_internal_tf: true |
| 133 | + tf_extra_params: |
| 134 | + environments: |
| 135 | + - artifacts: |
| 136 | + - type: repository-file |
| 137 | + id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/epel-$releasever/rhcontainerbot-podman-next-epel-$releasever.repo |
| 138 | + - type: repository-file |
| 139 | + id: https://src.fedoraproject.org/rpms/epel-release/raw/epel9/f/epel.repo |
| 140 | + |
73 | 141 | # Sync to Fedora
|
74 | 142 | - job: propose_downstream
|
75 | 143 | trigger: release
|
|
0 commit comments