#132 tests: CRB in CentOS has different name
Merged 2 years ago by sergesanspaille. Opened 2 years ago by happz.
rpms/ happz/llvm crb-centos-name  into  rawhide

file modified
+10 -2
@@ -25,14 +25,22 @@ 

      when: "collection == llvm-toolset-13.0"

  

    # Unfortunatelly, TMT does not support more declarative approach, we need to run commands on our own.

+   - because: "On CentOS, CRB must be enabled to provide rarer packages"

+     prepare+:

+       - name: Enable CRB

+         how: shell

+         script: dnf config-manager --set-enabled crb

+     when: >-

+       distro == centos

+ 

+   # Unfortunatelly, 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"

      prepare+:

        - name: Enable CRB

          how: shell

          script: dnf config-manager --set-enabled rhel-CRB

      when: >-

-       distro == centos

-       or distro == rhel-9

+       distro == rhel-9

        or distro == rhel-8

  

    # Unfortunatelly, TMT does not support more declarative approach, we need to run commands on our own.

no initial comment

rebased onto e6d1a04

2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Pull-Request has been merged by sergesanspaille

2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Metadata