Skip to content

Commit eb3cf33

Browse files
committed
(maint) Use more modern default hosts in acceptance script
1 parent 52768d3 commit eb3cf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/scripts/generic/testrun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ do_init()
3939
set -x
4040

4141
export GEM_SOURCE="https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/"
42-
export GENCONFIG_LAYOUT="${GENCONFIG_LAYOUT:-redhat8-64ma-debian11-64a}"
42+
export GENCONFIG_LAYOUT="${GENCONFIG_LAYOUT:-redhat9-64ma-debian12-64a}"
4343
export BEAKER_TESTSUITE="${BEAKER_TESTSUITE:-acceptance/suites/tests}"
4444
export BEAKER_PRESUITE="${BEAKER_PRESUITE:-acceptance/suites/pre_suite/foss}"
4545
export BEAKER_POSTSUITE="${BEAKER_POSTSUITE:-acceptance/suites/post_suite}"

0 commit comments

Comments
 (0)