Skip to content

Commit

Permalink
Deprecate C8S that reached EOL in May 2024
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jun 19, 2024
1 parent a97b30e commit 886c534
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions daily_tests/daily_nightly_tests_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
# 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:"),
("c8s-test", "nightly-container-centos-stream-8", "CentOS Stream 8 test results:"),
# ("rhel7-test", "nightly-container-rhel7", "RHEL-7 test results:"),
# Starting OpenShift 3 causing problems on RHEL-7. Suppressing it.
# ("rhel7-test-openshift", "nightly-container-rhel7", "RHEL-7 OpenShift 3 test results:"),
("rhel7-test-openshift-4", "nightly-container-rhel7", "RHEL-7 OpenShift 4 test results:"),
("rhel8-test", "nightly-container-rhel8", "RHEL-8 test results:"),
("rhel8-test-openshift-4", "nightly-container-rhel8", "RHEL-8 OpenShift 4 test results:"),
Expand Down
2 changes: 1 addition & 1 deletion daily_tests/sclorg_sanity_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
OS_HOSTS = [
"fedora",
"c9s",
"c8s",
"rhel7",
"rhel8",
"rhel9"
Expand All @@ -48,6 +47,7 @@

SANITY_LOG = "sanity_log.txt"


class SclOrgSanityChecker(object):
def __init__(self):
self.tmp_path_dir: Path
Expand Down
5 changes: 0 additions & 5 deletions run_nightly_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ elif [[ "$TARGET" == "c9s" ]]; then
TMT_REPO="https://github.com/sclorg/sclorg-testing-farm"
TMT_DIR="sclorg-testing-farm"
TFT_PLAN="nightly-container-centos-stream-9"
elif [[ "$TARGET" == "c8s" ]]; then
COMPOSE="1MT-CentOS-Stream-8"
TMT_REPO="https://github.com/sclorg/sclorg-testing-farm"
TMT_DIR="sclorg-testing-farm"
TFT_PLAN="nightly-container-centos-stream-8"
else
echo "This target is not supported"
exit 1
Expand Down

0 comments on commit 886c534

Please sign in to comment.