build-gating.fmf: Update repos
This commit is contained in:
parent
eca6e8e16c
commit
d1f569c35f
@ -1,9 +1,9 @@
|
|||||||
#
|
#
|
||||||
# Build/PR gating tests for *LLVM 13*
|
# Build/PR gating tests for *LLVM 13*
|
||||||
#
|
#
|
||||||
# Imports and runs tests provided by Fedora LLVM git for the matching LLVM version.
|
# Imports and runs tests provided by centos-stream LLVM git for the matching LLVM version.
|
||||||
#
|
#
|
||||||
# NOTE: *always* keep this file in sync with upstream, i.e. Fedora. Since we cannot "discover" a plan,
|
# NOTE: *always* keep this file in sync with upstream. Since we cannot "discover" a plan,
|
||||||
# we must duplicate at least some part of upstream plan setup, like `adjust` or `provision`. Not necessarily
|
# we must duplicate at least some part of upstream plan setup, like `adjust` or `provision`. Not necessarily
|
||||||
# all steps, btu if we do need some of them here, let's focus on making changes in upstream first, to preserve
|
# all steps, btu if we do need some of them here, let's focus on making changes in upstream first, to preserve
|
||||||
# one source of truth. Once TMT learns to include whole plans, we could drop the copied content from here.
|
# one source of truth. Once TMT learns to include whole plans, we could drop the copied content from here.
|
||||||
@ -40,12 +40,12 @@ adjust:
|
|||||||
discover:
|
discover:
|
||||||
- name: clang-tests
|
- name: clang-tests
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://src.fedoraproject.org/tests/clang.git
|
url: https://gitlab.com/redhat/centos-stream/tests/clang.git
|
||||||
ref: main
|
ref: main
|
||||||
filter: "tag:-not-in-default"
|
filter: "tag:-not-in-default"
|
||||||
- name: upstream-llvm-integration-testsuite
|
- name: upstream-llvm-integration-testsuite
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://src.fedoraproject.org/tests/llvm.git
|
url: https://gitlab.com/redhat/centos-stream/tests/llvm.git
|
||||||
ref: main
|
ref: main
|
||||||
test: integration-test-suite
|
test: integration-test-suite
|
||||||
execute:
|
execute:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user