anaconda/tests/roles/prepare-test-runner/defaults/main.yml
Radek Vykydal 1471316eac Import Anaconda functional tests from RHEL 8
Related: rhbz#1961087
2021-06-28 16:27:19 +02:00

11 lines
415 B
YAML

---
# Additional repos added to test runner, eg repo with builds to be tested
test_runner_repos:
rhel:
name: rhel
source: "baseurl=http://download.eng.bos.redhat.com/rhel-9/nightly/RHEL-9-Beta/latest-RHEL-9/compose/BaseOS/x86_64/os/"
rhel-AppStream:
name: rhel-AppStream
source: "baseurl=http://download.eng.bos.redhat.com/rhel-9/nightly/RHEL-9-Beta/latest-RHEL-9/compose/AppStream/x86_64/os/"