tests: rename fmf files to match the llvm naming scheme for plans

This commit is contained in:
Milos Prchlik 2021-12-01 16:35:03 +01:00
parent 5f6796def1
commit f1fb141ebf
3 changed files with 24 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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