Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions daily_tests/daily_nightly_tests_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
# Format is test for OS and king of test, what TMT Plan is used and MSG to mail
("fedora-test", "nightly-container-f", "Fedora test results:"),
("c9s-test", "nightly-container-centos-stream-9", "CentOS Stream 9 test results:"),
(
"c10s-test",
"nightly-container-centos-stream-10",
"CentOS Stream 10 test results:",
),
("rhel8-test", "nightly-container-rhel8", "RHEL-8 test results:"),
(
"rhel8-test-openshift-4",
Expand Down
5 changes: 5 additions & 0 deletions run_nightly_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ elif [[ "$TARGET" == "c10s" ]]; then
TMT_REPO="https://github.com/sclorg/sclorg-testing-farm"
TMT_DIR="sclorg-testing-farm"
TFT_PLAN="nightly-container-centos-stream-10"
elif [[ "$TARGET" == "c10s" ]]; then
COMPOSE="1MT-CentOS-Stream-10"
TMT_REPO="https://github.com/sclorg/sclorg-testing-farm"
TMT_DIR="sclorg-testing-farm"
TFT_PLAN="nightly-container-centos-stream-10"
else
echo "This target is not supported"
exit 1
Expand Down