File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ start_container_and_wait() {
28
28
--device /dev/fuse \
29
29
-e PULP_DEFAULT_ADMIN_PASSWORD=password \
30
30
-e PULP_HTTPS=${pulp_https} \
31
+ -e PULP_DOMAIN_ENABLED=${domain_enabled} \
31
32
" $1 "
32
33
33
34
podman exec pulp s6-rc -ba list
59
60
port=443
60
61
pulp_https=true
61
62
fi
63
+ domain_enabled=false
62
64
63
65
# Configure the GHA host for buildah/skopeo running within the pulp container
64
66
# Default range is 165536-231071, 64K long
@@ -75,6 +77,9 @@ if [ "$old_image" != "" ]; then
75
77
start_container_and_wait $old_image
76
78
podman rm -f pulp
77
79
fi
80
+ if [[ " $image " == " pulp/pulp:ci-amd64" ]]; then
81
+ domain_enabled=true
82
+ fi
78
83
start_container_and_wait $image
79
84
80
85
source " $BASEDIR /pulp_tests.sh" $scheme
You can’t perform that action at this time.
0 commit comments