Skip to content

Commit

Permalink
Prow: Add shellcheck to openshift/installer. Update yaml-lint name to…
Browse files Browse the repository at this point in the history
… convention
  • Loading branch information
alejovicu committed Aug 8, 2018
1 parent 799122a commit e12a7a0
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion cluster/ci/config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2342,7 +2342,7 @@ presubmits:
- --template=/usr/local/e2e-aws
- --target=e2e-aws

- name: yaml-lint
- name: ci-pull-openshift-installer-yaml-lint
trigger: "(?m)^/test yaml-lint"
rerun_command: "/test yaml-lint"
context: ci/prow/yaml-lint
Expand Down Expand Up @@ -2380,6 +2380,25 @@ presubmits:
args:
- ./hack/tf-lint.sh

- name: ci-pull-openshift-installer-shellcheck
trigger: "(?m)^/test shellcheck"
rerun_command: "/test shellcheck"
context: ci/prow/shellcheck
always_run: true
skip_report: false
agent: kubernetes
decorate: true
spec:
containers:
- image: quay.io/coreos/shellcheck-alpine:v0.5.0
env:
- name: IS_CONTAINER
value: "TRUE"
command:
- sh
args:
- ./hack/shellcheck.sh

openshift/ci-vm-operator:
- name: pull-ci-vm-operator-build
agent: kubernetes
Expand Down

0 comments on commit e12a7a0

Please sign in to comment.