Skip to content

Commit

Permalink
Merge pull request openshift#26664 from davidvossel/hypershift-kubevi…
Browse files Browse the repository at this point in the history
…rt-test-update

Increase Hypershift KubeVirt platform's nodepool replica count
  • Loading branch information
openshift-merge-robot authored Mar 7, 2022
2 parents 323aca2 + 15c5ca0 commit 0d1e09e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ tests:
-test.v \
-test.timeout=0 \
-test.run=TestKubeVirtCreateCluster \
-e2e.node-pool-replicas=1 \
-e2e.node-pool-replicas=5 \
-e2e.base-domain="fake" \
-e2e.kubevirt-container-disk-image="${RHCOS_CD_IMAGE}" \
--e2e.pull-secret-file=/etc/ci-pull-credentials/.dockerconfigjson
Expand Down Expand Up @@ -583,7 +583,7 @@ tests:
-test.v \
-test.timeout=0 \
-test.run=TestKubeVirtCreateCluster \
-e2e.node-pool-replicas=1 \
-e2e.node-pool-replicas=5 \
-e2e.base-domain="fake" \
-e2e.kubevirt-container-disk-image="${RHCOS_CD_IMAGE}" \
--e2e.pull-secret-file=/etc/ci-pull-credentials/.dockerconfigjson
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ tests:
-test.v \
-test.timeout=0 \
-test.run=TestKubeVirtCreateCluster \
-e2e.node-pool-replicas=1 \
-e2e.node-pool-replicas=5 \
-e2e.base-domain="fake" \
-e2e.kubevirt-container-disk-image="${RHCOS_CD_IMAGE}" \
--e2e.pull-secret-file=/etc/ci-pull-credentials/.dockerconfigjson
Expand Down Expand Up @@ -584,7 +584,7 @@ tests:
-test.v \
-test.timeout=0 \
-test.run=TestKubeVirtCreateCluster \
-e2e.node-pool-replicas=1 \
-e2e.node-pool-replicas=5 \
-e2e.base-domain="fake" \
-e2e.kubevirt-container-disk-image="${RHCOS_CD_IMAGE}" \
--e2e.pull-secret-file=/etc/ci-pull-credentials/.dockerconfigjson
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ tests:
-test.v \
-test.timeout=0 \
-test.run=TestKubeVirtCreateCluster \
-e2e.node-pool-replicas=1 \
-e2e.node-pool-replicas=5 \
-e2e.base-domain="fake" \
-e2e.kubevirt-container-disk-image="${RHCOS_CD_IMAGE}" \
--e2e.pull-secret-file=/etc/ci-pull-credentials/.dockerconfigjson
Expand Down Expand Up @@ -583,7 +583,7 @@ tests:
-test.v \
-test.timeout=0 \
-test.run=TestKubeVirtCreateCluster \
-e2e.node-pool-replicas=1 \
-e2e.node-pool-replicas=5 \
-e2e.base-domain="fake" \
-e2e.kubevirt-container-disk-image="${RHCOS_CD_IMAGE}" \
--e2e.pull-secret-file=/etc/ci-pull-credentials/.dockerconfigjson
Expand Down

0 comments on commit 0d1e09e

Please sign in to comment.