From c45336a7331e24012794f1b4aaf2a0bdff0e1345 Mon Sep 17 00:00:00 2001 From: Abhinav Dahiya Date: Wed, 15 May 2019 11:47:50 -0700 Subject: [PATCH] installer: update tf-fmt to use latest tf version and mark it optional Installer [1] is in progress to move to terraform version 0.12, which has breaking changes for formatting. To add to that, `upi` terraform templates will be moved over to 0.12 at a later stage. Therefore marking this optional for the time being until we have moved entire code base to 0.12. [1]: https://github.com/openshift/installer/pull/1739 --- .../installer/openshift-installer-master-presubmits.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml index dfa5041e904f..f062f46995ad 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml @@ -1054,6 +1054,7 @@ presubmits: context: ci/prow/tf-fmt decorate: true name: pull-ci-openshift-installer-tf-fmt + optional: true rerun_command: /test tf-fmt spec: containers: @@ -1064,7 +1065,7 @@ presubmits: env: - name: IS_CONTAINER value: "TRUE" - image: quay.io/coreos/terraform-alpine:v0.11.8 + image: quay.io/coreos/terraform-alpine:v0.12.0-rc1 imagePullPolicy: Always name: "" resources: