mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
21 lines
533 B
Text
21 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"
|