Merge "Add node image building jjb"
[infra/cicd.git] / jjb / cloud-infra / onap-jobs / onap-verify-package.yaml
index 77c925d07aa37e09c9065ccd33496b911d99c6b4..5a8cbe54239bffc28dae95b31d8783c3e8ffe61c 100644 (file)
 
     project: 'onap-verify-package'
 
+
     stream:
       - 'master':
           branch: '{stream}'
           openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-cicd'
           execution-mode: 'packaging'
+          container-tool: 'docker'
+          gated-projects: 'infra/stack/onap|infra/installer/oom'
+          successful: false
+          failed: false
+          unstable: false
+          notbuilt: false
+          deploy-scenario: 'onap-full-nofeature'
+      - 'guilin':
+          branch: '{stream}'
+          openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-cicd'
+          execution-mode: 'packaging'
+          container-tool: 'docker'
           gated-projects: 'infra/stack/onap|infra/installer/oom'
           successful: false
           failed: false
           unstable: false
           notbuilt: false
-          deploy-scenario: 'onap-sdc-full'
+          deploy-scenario: 'onap-full-nofeature'
       - 'frankfurt':
           branch: '{stream}'
           openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-cicd'
           execution-mode: 'packaging'
+          container-tool: 'docker'
           gated-projects: 'infra/stack/onap|infra/installer/oom'
           successful: false
           failed: false
           unstable: false
           notbuilt: false
-          deploy-scenario: 'onap-sdc-full'
+          deploy-scenario: 'onap-full-nofeature'
       - 'elalto':
           branch: '{stream}'
           openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-cicd'
           execution-mode: 'packaging'
+          container-tool: 'docker'
           gated-projects: 'infra/stack/onap|infra/installer/oom'
           successful: false
           failed: false
           unstable: false
           notbuilt: false
-          deploy-scenario: 'onap-sdc-full'
+          deploy-scenario: 'onap-full-nofeature'
 
     distro:
       - ubuntu1804
           name: EXECUTION_MODE
           default: '{execution-mode}'
           description: 'Engine execution mode - packaging'
+      - string:
+          name: CONTAINER_TOOL
+          default: '{container-tool}'
+          description: 'Command to use when pulling images. Options docker or podman'
       - string:
           name: DISTRO
           default: '{distro}'