-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci-operator/templates/openshift/installer: Drop unnecessary copy of i…
…nstaller to shared volume I started doing this in 00d7b3f (ci-operator/templates/openshift: Use IMAGE_TESTS for teardown gzip, 2019-02-19, #2911), but the teardown container doesn't need an installer injected if it running an installer image. $ git grep -A1 'name: teardown' ci-operator/templates/openshift/installer | grep image: ci-operator/templates/openshift/installer/cluster-launch-installer-custom-test-image.yaml- image: ${IMAGE_TESTS} ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml- image: ${IMAGE_TESTS} ci-operator/templates/openshift/installer/cluster-launch-installer-libvirt-e2e.yaml- image: ${IMAGE_LIBVIRT_INSTALLER} ci-operator/templates/openshift/installer/cluster-launch-installer-metal-e2e.yaml- image: ${IMAGE_UPI_INSTALLER} ci-operator/templates/openshift/installer/cluster-launch-installer-openstack-e2e.yaml- image: ${IMAGE_OPENSTACK_INSTALLER} ci-operator/templates/openshift/installer/cluster-launch-installer-remote-libvirt-e2e.yaml- image: "${IMAGE_LIBVIRT_INSTALLER}" ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml- image: ${IMAGE_TESTS} ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml- image: ${IMAGE_UPI_INSTALLER} ci-operator/templates/openshift/installer/cluster-launch-installer-upi-src.yaml- image: ${IMAGE_UPI_INSTALLER} So this commit removes the openshift-installer copy from the templates that use installer images, and leaves it for templates that use test images.
- Loading branch information
Showing
7 changed files
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters