Related: rhbz#2118319
This commit is contained in:
Jesus Checa Hidalgo 2022-09-02 11:14:27 +02:00
parent 17f8abd7b7
commit 1374b45b6a
1 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,7 @@ adjust:
and trigger != build and trigger != build
enabled: false enabled: false
# Unfortunatelly, TMT does not support more declarative approach, we need to run commands on our own. # Unfortunately, TMT does not support more declarative approach, we need to run commands on our own.
- because: "On RHEL, CRB must be enabled to provide rarer packages" - because: "On RHEL, CRB must be enabled to provide rarer packages"
when: >- when: >-
distro == rhel-9 distro == rhel-9
@ -28,7 +28,7 @@ adjust:
- name: Enable CRB - name: Enable CRB
how: shell how: shell
script: dnf config-manager --set-enabled rhel-CRB script: dnf config-manager --set-enabled rhel-CRB
- because: "On RHEL, CRB must be enabled to provide rarer packages" - because: "On CentOS, CRB must be enabled to provide rarer packages"
when: >- when: >-
distro == centos distro == centos
prepare+: prepare+:
@ -39,8 +39,9 @@ adjust:
discover: discover:
- name: "Upstream LLVM tests for build/PR gating" - name: "Upstream LLVM tests for build/PR gating"
how: fmf how: fmf
url: https://src.fedoraproject.org/rpms/llvm.git url: https://src.fedoraproject.org/tests/llvm.git
ref: rawhide ref: main
filter: "tag:-spoils-installation"
execute: execute:
how: tmt how: tmt