Skip to content

Commit

Permalink
Cluster Loader: use 4.1 image for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed May 30, 2019
1 parent 3cdcd15 commit 68ba4c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/installing-cluster-loader.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Cluster Loader is included in the `origin-tests` container image.
. To pull the `origin-tests` container image, run:
+
----
$ sudo podman pull quay.io/openshift/origin-tests:v4.0
$ sudo podman pull quay.io/openshift/origin-tests:4.1
----
4 changes: 2 additions & 2 deletions modules/running-cluster-loader.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ template builds and waits for them to complete:
+
----
$ sudo podman run -v ${LOCAL_KUBECONFIG}:/root/.kube/config -i
quay.io/openshift/origin-tests:v4.0 /bin/bash -c 'export KUBECONFIG=/root/.kube/config && \
quay.io/openshift/origin-tests:4.1 /bin/bash -c 'export KUBECONFIG=/root/.kube/config && \
openshift-tests run-test "[Feature:Performance][Serial][Slow] Load cluster should load the \
cluster [Suite:openshift]"'
----
Expand All @@ -22,7 +22,7 @@ setting the environment variable for `VIPERCONFIG`:
+
----
$ sudo podman run -v ${LOCAL_KUBECONFIG}:/root/.kube/config -i
quay.io/openshift/origin-tests:v4.0 /bin/bash -c 'export KUBECONFIG=/root/.kube/config && \
quay.io/openshift/origin-tests:4.1 /bin/bash -c 'export KUBECONFIG=/root/.kube/config && \
export VIPERCONFIG=config/test && \
openshift-tests run-test "[Feature:Performance][Serial][Slow] Load cluster should load the \
cluster [Suite:openshift]"'
Expand Down

0 comments on commit 68ba4c7

Please sign in to comment.