mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
0e8574b10c
kernel-ark-build to build latest upstream kernel-ark sources with clang lld-alternative to test update-alternatives upon install/uninstall
20 lines
533 B
Text
20 lines
533 B
Text
summary: LLD tests for build/PR gating, testing alternatives and spoiling the installation
|
|
adjust:
|
|
- because: "Plan to be ran when either executed locally, or executed by CI system to gate a build or PR."
|
|
when: >-
|
|
trigger is defined
|
|
and trigger != commit
|
|
and trigger != build
|
|
enabled: false
|
|
|
|
discover:
|
|
- name: lld-tests
|
|
how: fmf
|
|
url: https://src.fedoraproject.org/tests/lld.git
|
|
ref: main
|
|
test: ld-alternative
|
|
execute:
|
|
how: tmt
|
|
provision:
|
|
hardware:
|
|
memory: ">= 4 GiB"
|