| |
@@ -515,30 +515,31 @@
|
| |
scratch_build: false
|
| |
target: epel9-next
|
| |
|
| |
- - job:
|
| |
- name: rpm-tmt-test
|
| |
- description: Running fmf test on Testing Farm
|
| |
- run: playbooks/testing-farm/run.yaml
|
| |
- post-run:
|
| |
- - playbooks/testing-farm/fetch.yaml
|
| |
- branches:
|
| |
- - rawhide
|
| |
- - main
|
| |
- final: true
|
| |
- nodeset: fedora-36-container
|
| |
- requires:
|
| |
- - repo
|
| |
- roles:
|
| |
- - zuul: zuul-distro-jobs
|
| |
- - zuul: fedora-zuul-jobs
|
| |
- secrets:
|
| |
- - name: testing_farm_zuul_ci_key
|
| |
- secret: testing_farm_zuul_ci_key
|
| |
- timeout: 21600
|
| |
- vars:
|
| |
- compose: Fedora-Rawhide
|
| |
- distro: fedora-rawhide
|
| |
- test_type: fmf
|
| |
+ # https://github.com/rpm-software-management/dnf5/issues/549
|
| |
+ # - job:
|
| |
+ # name: rpm-tmt-test
|
| |
+ # description: Running fmf test on Testing Farm
|
| |
+ # run: playbooks/testing-farm/run.yaml
|
| |
+ # post-run:
|
| |
+ # - playbooks/testing-farm/fetch.yaml
|
| |
+ # branches:
|
| |
+ # - rawhide
|
| |
+ # - main
|
| |
+ # final: true
|
| |
+ # nodeset: fedora-36-container
|
| |
+ # requires:
|
| |
+ # - repo
|
| |
+ # roles:
|
| |
+ # - zuul: zuul-distro-jobs
|
| |
+ # - zuul: fedora-zuul-jobs
|
| |
+ # secrets:
|
| |
+ # - name: testing_farm_zuul_ci_key
|
| |
+ # secret: testing_farm_zuul_ci_key
|
| |
+ # timeout: 21600
|
| |
+ # vars:
|
| |
+ # compose: Fedora-Rawhide
|
| |
+ # distro: fedora-rawhide
|
| |
+ # test_type: fmf
|
| |
|
| |
- job:
|
| |
name: rpm-tmt-test
|
| |
@@ -660,30 +661,31 @@
|
| |
distro: centos-stream-9
|
| |
test_type: fmf
|
| |
|
| |
- - job:
|
| |
- name: rpm-sti-test
|
| |
- description: Running sti test on Testing Farm
|
| |
- run: playbooks/testing-farm/run.yaml
|
| |
- post-run:
|
| |
- - playbooks/testing-farm/fetch.yaml
|
| |
- branches:
|
| |
- - rawhide
|
| |
- - main
|
| |
- final: true
|
| |
- nodeset: fedora-36-container
|
| |
- requires:
|
| |
- - repo
|
| |
- roles:
|
| |
- - zuul: zuul-distro-jobs
|
| |
- - zuul: fedora-zuul-jobs
|
| |
- secrets:
|
| |
- - name: testing_farm_zuul_ci_key
|
| |
- secret: testing_farm_zuul_ci_key
|
| |
- timeout: 21600
|
| |
- vars:
|
| |
- compose: Fedora-Rawhide
|
| |
- distro: fedora-rawhide
|
| |
- test_type: sti
|
| |
+ # Disabled due to https://github.com/rpm-software-management/dnf5/issues/549
|
| |
+ # - job:
|
| |
+ # name: rpm-sti-test
|
| |
+ # description: Running sti test on Testing Farm
|
| |
+ # run: playbooks/testing-farm/run.yaml
|
| |
+ # post-run:
|
| |
+ # - playbooks/testing-farm/fetch.yaml
|
| |
+ # branches:
|
| |
+ # - rawhide
|
| |
+ # - main
|
| |
+ # final: true
|
| |
+ # nodeset: fedora-36-container
|
| |
+ # requires:
|
| |
+ # - repo
|
| |
+ # roles:
|
| |
+ # - zuul: zuul-distro-jobs
|
| |
+ # - zuul: fedora-zuul-jobs
|
| |
+ # secrets:
|
| |
+ # - name: testing_farm_zuul_ci_key
|
| |
+ # secret: testing_farm_zuul_ci_key
|
| |
+ # timeout: 21600
|
| |
+ # vars:
|
| |
+ # compose: Fedora-Rawhide
|
| |
+ # distro: fedora-rawhide
|
| |
+ # test_type: sti
|
| |
|
| |
- job:
|
| |
name: rpm-sti-test
|
| |
Dnf5 broke the installation. Disable on Rawhide until:
https://github.com/rpm-software-management/dnf5/issues/549
Is resolved.
Signed-off-by: Miroslav Vadkerti mvadkert@redhat.com