We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee37719 + 1bc6e97 commit 8a97b53Copy full SHA for 8a97b53
test/extended/clusterup.sh
@@ -275,7 +275,9 @@ readonly extra_args=(
275
#"--loglevel=5 --image=registry.access.redhat.com/openshift3/ose --version=v3.7"
276
277
# Test the previous origin release
278
- "--loglevel=5 --image=docker.io/openshift/origin --version=v3.7.0"
+ # TODO - enable this once oc cluster up v3.9 supports modifiying cluster
279
+ # roles on a 3.7 cluster image (https://github.com/openshift/origin/issues/17867)
280
+ # "--loglevel=5 --image=docker.io/openshift/origin --version=v3.7.0"
281
282
# Test the current published release
283
"--loglevel=5" # can't be empty, so pass something benign
0 commit comments