Skip to content

Commit

Permalink
Fix adjust condition for rpmbuild-ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mildas authored and comps committed Nov 14, 2024
1 parent 0682169 commit afeef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-checks/rpmbuild-ctest/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ recommend+:
- rhc-worker-playbook
- bats
adjust:
- when: arch == aarch64 and rhel == 9.0
- when: arch == aarch64 and distro == rhel-9.0
enabled: false
because: rhc-worker-playbook or community.general collection not available there
- when: newa_batch is defined and arch == s390x or newa_batch is defined and arch == ppc64le
Expand Down

0 comments on commit afeef05

Please sign in to comment.