Skip to content

Commit 457be2c

Browse files
committed
Added prow yaml-lint job description for installer repo
1 parent cf5a57c commit 457be2c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

cluster/ci/config/prow/config.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3211,6 +3211,25 @@ presubmits:
32113211
- --template=/usr/local/e2e-aws
32123212
- --target=e2e-aws
32133213

3214+
- name: yaml-lint
3215+
trigger: "(?m)^/test yaml-lint"
3216+
rerun_command: "/test yaml-lint"
3217+
context: ci/prow/yaml-lint
3218+
always_run: true
3219+
skip_report: false
3220+
agent: kubernetes
3221+
decorate: true
3222+
spec:
3223+
containers:
3224+
- image: quay.io/coreos/yamllint
3225+
env:
3226+
- name: IS_CONTAINER
3227+
value: 'TRUE'
3228+
command:
3229+
- sh
3230+
args:
3231+
- ./hack/yaml-lint.sh
3232+
32143233
openshift/ci-vm-operator:
32153234
- name: pull-ci-vm-operator-build
32163235
agent: kubernetes

0 commit comments

Comments
 (0)