From 82e00346f9be2d1fac9734ca49ed98b9016a2281 Mon Sep 17 00:00:00 2001 From: Alejandro Rosero V Date: Mon, 6 Aug 2018 18:22:25 -0500 Subject: [PATCH] Prow: Add Terraform Lint to openshift/installer --- cluster/ci/config/prow/config.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cluster/ci/config/prow/config.yaml b/cluster/ci/config/prow/config.yaml index b33551c535be4..d7d4ea94a7900 100644 --- a/cluster/ci/config/prow/config.yaml +++ b/cluster/ci/config/prow/config.yaml @@ -2353,6 +2353,25 @@ presubmits: args: - ./hack/yaml-lint.sh + - name: ci-pull-openshift-installer-tf-lint + trigger: "(?m)^/test tf-lint" + rerun_command: "/test tf-lint" + context: ci/prow/tf-lint + always_run: true + skip_report: false + agent: kubernetes + decorate: true + spec: + containers: + - image: quay.io/coreos/tflint + env: + - name: IS_CONTAINER + value: 'TRUE' + command: + - sh + args: + - ./hack/tf-lint.sh + openshift/ci-vm-operator: - name: pull-ci-vm-operator-build agent: kubernetes