6564e5278d
My expectation is that in the future, more tests will land in this git, and not all of them would be useful in gating time. AFAIK, CI systems do run everything they can, therefore adding `when` to control when the plan is executed - `is not defined` bit should allow anyone to run it manually, while the rest of the condition should limit its presence to gating events.
20 lines
428 B
Plaintext
20 lines
428 B
Plaintext
summary: LLVM tests for build/PR gating
|
|
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:
|
|
how: fmf
|
|
execute:
|
|
how: tmt
|
|
prepare:
|
|
- name: packages
|
|
how: install
|
|
package: llvm
|
|
provision:
|
|
hardware:
|
|
memory: ">= 4 GiB"
|