Skip to content

Commit

Permalink
Add support for C10S
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 20269a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion export_variables.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

public_ranch="centos7 c8s c9s fedora"
public_ranch="centos7 c8s c9s c10s fedora"
private_ranch="rhel7 rhel8 rhel9 rhel9-unsubscribed"
all_os="$public_ranch $private_ranch"

Expand Down Expand Up @@ -64,6 +64,11 @@ case "$os_test" in
dockerfile="Dockerfile"
compose="CentOS-7"
;;
"c10s")
tmt_plan="c10s"
context="$context_prefix CentOS Stream 10"
compose="CentOS-Stream-10"
;;
"c9s")
tmt_plan="c9s"
context="$context_prefix CentOS Stream 9"
Expand Down

0 comments on commit 20269a7

Please sign in to comment.