diff --git a/tests/tests-libomp.fmf b/tests/build-gating-libomp.fmf similarity index 58% rename from tests/tests-libomp.fmf rename to tests/build-gating-libomp.fmf index c80eb11..be680bc 100644 --- a/tests/tests-libomp.fmf +++ b/tests/build-gating-libomp.fmf @@ -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: how: fmf test: libomp diff --git a/tests/tests-pocl.fmf b/tests/build-gating-pocl.fmf similarity index 60% rename from tests/tests-pocl.fmf rename to tests/build-gating-pocl.fmf index 86c91a9..82f93b3 100644 --- a/tests/tests-pocl.fmf +++ b/tests/build-gating-pocl.fmf @@ -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: how: fmf test: pocl diff --git a/tests/default.fmf b/tests/build-gating.fmf similarity index 59% rename from tests/default.fmf rename to tests/build-gating.fmf index 21e0504..4ae3f50 100644 --- a/tests/default.fmf +++ b/tests/build-gating.fmf @@ -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: - name: Local tests how: fmf