Remove project name prefix from the linter tests to exclude it from Metal3 Main jobs...
[infra/cicd.git] / jjb / metal3 / job_linter_tests.yml
index 3d48d585f1c6a228edf1e25a731176822aed7222..793217cb38f6d424e966623e02f38c3d654576f3 100644 (file)
@@ -26,8 +26,8 @@
 
 - job-template:
     id: linter_tests
-    name: '{job_prefix}_{name}_linter_test'
-    description: "Code linting tests for {repo[org]}/{repo[name]}. "
+    name: '{job_prefix}_linter_test'
+    description: "Code linting tests for {repo[org]}/{repo[name]}."
     project-type: pipeline
     defaults: global
     disabled: False
         name: ghprbActualCommit
         default: 'master'
         description: 'CI Repo branch for triggering manual build'
-
+    - string:
+        name: IMAGE_OS
+        default: 'ubuntu'
+        description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos'
     properties:
     - build-discarder:
         days-to-keep: 30