tests: rename fmf files to match the llvm naming scheme for plans
This commit is contained in:
parent
5f6796def1
commit
f1fb141ebf
@ -1,4 +1,11 @@
|
|||||||
summary: libomp tests
|
summary: libomp clang 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:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
test: libomp
|
test: libomp
|
@ -1,4 +1,11 @@
|
|||||||
summary: pocl tests
|
summary: PoCL clang 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:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
test: pocl
|
test: pocl
|
@ -1,4 +1,11 @@
|
|||||||
summary: Clang tests
|
summary: Clang 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:
|
discover:
|
||||||
- name: Local tests
|
- name: Local tests
|
||||||
how: fmf
|
how: fmf
|
Loading…
Reference in New Issue
Block a user