cloud-infra: Enable non-voting yamllint job for yaml files
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-engine-verify-lint.yaml
index ed0121f0dfd6db1af01c8da123d2c9762eb63d7e..01f3c42ef6112dadc7bd40b7ca71e937e89c337d 100644 (file)
       - 'master':
           branch: '{stream}'
           disabled: false
+
+    lint-type:
+      - ansible-lint:
+          successful: false
+          failed: false
+          unstable: false
+          notbuilt: false
+      - yaml-lint:
+          successful: true
+          failed: true
+          unstable: true
+          notbuilt: true
+      - shellcheck:
           successful: true
           failed: true
           unstable: true
           notbuilt: true
-
-    lint-type:
-      - ansible-lint
-      - shellcheck
 
     jobs:
       - 'cloud-infra-verify-engine-{lint-type}-{stream}'