Skip to content

Commit

Permalink
RHEL7, CentOS7, C8S reached EOL
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jul 1, 2024
1 parent f258b45 commit ceee0fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
description: ''
required: true
os_test:
description: 'centos7/c8s/c9s/fedora/rhel7/rhel8/rhel9/rhel9-unsubscribed'
description: 'c9s/fedora/rhel8/rhel9/rhel9-unsubscribed'
required: true
test_case:
description: 'container/openshift-4'
Expand Down
16 changes: 0 additions & 16 deletions export_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,32 +58,16 @@ fi
# variables based on operating system in test
dockerfile=Dockerfile."$os_test"
case "$os_test" in
"centos7")
tmt_plan="centos7"
context="$context_prefix CentOS7$context_suffix"
dockerfile="Dockerfile"
compose="CentOS-7"
;;
"c9s")
tmt_plan="c9s"
context="$context_prefix CentOS Stream 9"
compose="CentOS-Stream-9"
;;
"c8s")
tmt_plan="c8s"
context="$context_prefix CentOS Stream 8"
compose="CentOS-Stream-8"
;;
"fedora")
tmt_plan="fedora"
context="Fedora"
compose="Fedora-latest"
;;
"rhel7")
tmt_plan="rhel7$tmt_plan_suffix"
context="$context_prefix RHEL7$context_suffix"
compose="RHEL-7-LatestUpdated"
;;
"rhel8")
tmt_plan="rhel8$tmt_plan_suffix"
context="$context_prefix RHEL8$context_suffix"
Expand Down

0 comments on commit ceee0fd

Please sign in to comment.