From 457be2cd83e1fdf5facfb24b529e7c58e7fa0702 Mon Sep 17 00:00:00 2001 From: rabugopsl Date: Thu, 2 Aug 2018 12:37:17 -0500 Subject: [PATCH] Added prow yaml-lint job description for installer repo --- 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 b4381a0bdbcb5..2a07165bd4d45 100644 --- a/cluster/ci/config/prow/config.yaml +++ b/cluster/ci/config/prow/config.yaml @@ -3211,6 +3211,25 @@ presubmits: - --template=/usr/local/e2e-aws - --target=e2e-aws + - name: yaml-lint + trigger: "(?m)^/test yaml-lint" + rerun_command: "/test yaml-lint" + context: ci/prow/yaml-lint + always_run: true + skip_report: false + agent: kubernetes + decorate: true + spec: + containers: + - image: quay.io/coreos/yamllint + env: + - name: IS_CONTAINER + value: 'TRUE' + command: + - sh + args: + - ./hack/yaml-lint.sh + openshift/ci-vm-operator: - name: pull-ci-vm-operator-build agent: kubernetes