Add llvm-integration-testsuite as gating test

This commit is contained in:
Jesus Checa Hidalgo 2022-09-22 10:30:23 +02:00
parent 2f69e5033c
commit 3173ae6983
2 changed files with 25 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

24
tests/build-gating.fmf Normal file
View File

@ -0,0 +1,24 @@
#
# Build/PR gating tests for mlir
#
summary: mlir 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: upstream-llvm-integration-testsuite
how: fmf
url: https://src.fedoraproject.org/tests/llvm.git
ref: main
test: integration-test-suite
execute:
how: tmt
provision:
hardware:
memory: ">= 4 GiB"