Skip to content

Commit

Permalink
ci-operator/templates/openshift/installer: Drop IMAGE_FORMAT
Browse files Browse the repository at this point in the history
This image has been unused since the e2e template landed in 51df634
(Support an aws installer CI job, 2018-06-07, openshift#928) and since the
Ansible template landed in c35a30a (Add a profile openshift-ansible
custom AWS provisioner, 2018-08-30, openshift#1367).

Also remove the duplicated entry from the src template which landed in
aed67fc (Source installer tests should have access to IMAGE_FORMAT,
2019-01-25, openshift#2701).
  • Loading branch information
wking committed Feb 27, 2019
1 parent 53205ef commit f88b94e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ parameters:
required: true
- name: NAMESPACE
required: true
- name: IMAGE_FORMAT
required: true
- name: IMAGE_ANSIBLE
required: true
- name: IMAGE_TESTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ parameters:
required: true
- name: NAMESPACE
required: true
- name: IMAGE_FORMAT
required: true
- name: IMAGE_INSTALLER
required: true
- name: IMAGE_TESTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ parameters:
required: true
- name: IMAGE_CLI
required: true
- name: IMAGE_FORMAT
required: true
- name: IMAGE_TESTS
required: true
- name: CLUSTER_TYPE
Expand Down

0 comments on commit f88b94e

Please sign in to comment.