Update onap jobs to latest releases
[infra/cicd.git] / jjb / cloud-infra / onap-jobs / onap-verify-package.yaml
index 77c925d07aa37e09c9065ccd33496b911d99c6b4..94e5673c60cc3e144c265bf8d2841afd2abdf5c5 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-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}'