2021-12-06 15:19:29 +00:00
|
|
|
#
|
|
|
|
# Build/PR gating tests for *LLVM 13*
|
|
|
|
#
|
|
|
|
# Compatible with various LLVM 13 distributions:
|
|
|
|
#
|
|
|
|
# * Fedora (ursine packages)
|
|
|
|
# * Centos 9 stream (ursine packages)
|
|
|
|
# * RHEL-9 (ursine packages)
|
|
|
|
# * RHEL-8 (Red Hat module)
|
|
|
|
# * RHEL-7 (software collection)
|
|
|
|
#
|
|
|
|
|
2021-11-16 11:31:23 +00:00
|
|
|
summary: LLD 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
|
2021-12-06 15:19:29 +00:00
|
|
|
|
2022-02-15 10:15:20 +00:00
|
|
|
- because: lld is not shipped for s390x
|
|
|
|
enabled: false
|
|
|
|
when: arch == s390x
|
|
|
|
|
2021-12-06 15:19:29 +00:00
|
|
|
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
|
|
|
|
environment+:
|
|
|
|
WITH_SCL: "scl enable llvm-toolset-13.0"
|
|
|
|
when: "collection == llvm-toolset-13.0"
|
|
|
|
|
2021-11-16 11:31:23 +00:00
|
|
|
discover:
|
|
|
|
- name: lld-tests
|
|
|
|
how: fmf
|
|
|
|
filter: "tag:-spoils-installation"
|
|
|
|
- name: upstream-llvm-integration-testsuite
|
|
|
|
how: fmf
|
|
|
|
url: https://src.fedoraproject.org/rpms/llvm.git
|
|
|
|
ref: rawhide
|
|
|
|
test: integration-test-suite
|
|
|
|
execute:
|
|
|
|
how: tmt
|
|
|
|
provision:
|
|
|
|
hardware:
|
|
|
|
memory: ">= 4 GiB"
|