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
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"
when: >-
distro == rhel-9
@ -28,7 +28,7 @@ adjust:
- name: Enable CRB
how: shell
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: >-
distro == centos
prepare+:
@ -39,8 +39,9 @@ adjust:
discover:
- name: "Upstream LLVM tests for build/PR gating"
how: fmf
url: https://src.fedoraproject.org/rpms/llvm.git
ref: rawhide
url: https://src.fedoraproject.org/tests/llvm.git
ref: main
filter: "tag:-spoils-installation"
execute:
how: tmt