Skip to content

Commit

Permalink
Merge pull request #1518 from wking/installer-local-smoke
Browse files Browse the repository at this point in the history
Revert recent installer smoke-test changes
  • Loading branch information
openshift-merge-robot authored Sep 14, 2018
2 parents b157eac + fcfdafa commit d69dbc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions ci-operator/config/openshift/installer/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ images:
- build
to: installer
- dockerfile_path: images/tectonic-installer/Dockerfile.ci
optional: true
from: base-smoke
inputs:
bin:
Expand All @@ -36,7 +35,6 @@ images:
- build
to: installer-bazel
- dockerfile_path: images/installer-origin-release/Dockerfile.ci
optional: true
from: installer-bazel
to: installer-smoke
resources:
Expand Down
10 changes: 5 additions & 5 deletions ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
required: true
- name: IMAGE_TESTS
required: true
- name: LOCAL_IMAGE_INSTALLER_SMOKE
- name: IMAGE_INSTALLER_SMOKE
required: true
- name: CLUSTER_TYPE
required: true
Expand Down Expand Up @@ -71,7 +71,7 @@ objects:
- /tmp/shared/oc

- name: smoke-test
image: ${LOCAL_IMAGE_INSTALLER_SMOKE}
image: ${IMAGE_INSTALLER_SMOKE}
volumeMounts:
- name: shared-tmp
mountPath: /tmp/shared
Expand All @@ -84,7 +84,7 @@ objects:

# Once admin.kubeconfig exists, executes shared tests
- name: test
image: ${LOCAL_IMAGE_INSTALLER_SMOKE}
image: ${IMAGE_INSTALLER_SMOKE}
resources:
requests:
cpu: 1
Expand Down Expand Up @@ -156,7 +156,7 @@ objects:
# Runs an install
- name: setup
image: ${LOCAL_IMAGE_INSTALLER_SMOKE}
image: ${IMAGE_INSTALLER_SMOKE}
volumeMounts:
- name: shared-tmp
mountPath: /tmp
Expand Down Expand Up @@ -257,7 +257,7 @@ objects:
# Performs cleanup of all created resources
- name: teardown
image: ${LOCAL_IMAGE_INSTALLER_SMOKE}
image: ${IMAGE_INSTALLER_SMOKE}
volumeMounts:
- name: shared-tmp
mountPath: /tmp/shared
Expand Down

0 comments on commit d69dbc6

Please sign in to comment.