diff --git a/tests/build-gating.fmf b/tests/build-gating.fmf index fd3bad7..c984518 100644 --- a/tests/build-gating.fmf +++ b/tests/build-gating.fmf @@ -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