Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installer: update tf-fmt to use latest tf version and mark it optional #3807

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down