CI: target node memory size alignment
[infra/cicd.git] / jjb / infra / jjb-verify-jobs.yaml
index 22d81af46edf0ff028f8897e44f07948ae5a6ef8..589954edbff15e63de0eeda3269145bba49f3d22 100644 (file)
@@ -11,7 +11,6 @@
     stream:
       - master:
           branch: '{stream}'
-          ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
 
     jobs:
       - infra-jjb-verify-{stream}
@@ -20,7 +19,7 @@
 - job-template:
     name: infra-jjb-verify-{stream}
 
-    node: ubuntu1804
+    node: infra-ubuntu1804
 
     disabled: false
 
 
     scm:
       - git-scm-gerrit:
-          ssh-credentials-id: '{ssh-credentials-id}'
+          ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
           branch: '{branch}'
           refspec: $GERRIT_REFSPEC
+          wipe_workspace: true
+          clean_before: false
 
     triggers:
       - nordix-gerrit-trigger-patchset-created:
           project: '{project}'
           branch: '{branch}'
           files: 'jjb/**'
+          skip-vote:
+            successful: false
+            failed: false
+            unstable: false
+            notbuilt: false
 
     wrappers:
       - nordixinfra-jjb-creds-wrapper