Merge "setting siab-latest to run just test1"
diff --git a/jjb/verify/osam.yaml b/jjb/verify/osam.yaml
index ebba1e3..f5e0e8b 100644
--- a/jjb/verify/osam.yaml
+++ b/jjb/verify/osam.yaml
@@ -14,6 +14,7 @@
     jobs:
       - 'verify-licensed'
       - 'verify-sonarqube':
+          build-timeout: 40
           dependency-jobs: 'verify_osam_licensed'
           sonar-prep-commands: 'mvn compile'
           sonar-java-binaries: 'osam-core'
diff --git a/jjb/voltha-atest-provisioning.yaml b/jjb/voltha-atest-provisioning.yaml
new file mode 100644
index 0000000..1a0a6a2
--- /dev/null
+++ b/jjb/voltha-atest-provisioning.yaml
@@ -0,0 +1,67 @@
+---
+# CORD helm chart publishing tasks
+
+- project:
+    name: voltha-atest-provisioning
+
+    project-name: 'voltha'
+
+    jobs:
+      - 'voltha-atest-provisioning'
+
+- job-template:
+    id: voltha-atest-provisioning
+    name: 'voltha-atest-provisioning'
+    description: |
+      Created by {id} job-template from ci-management/jjb/voltha-atest-provisioning.yaml
+      Voltha automated tests run per commit. Tests reside in voltha repo
+
+    triggers:
+      - cord-infra-gerrit-trigger-patchset:
+          gerrit-server-name: '{gerrit-server-name}'
+          project-regexp: 'voltha'
+          branch-regexp: '{supported-branches-regexp}'
+          dependency-jobs: '{dependency-jobs}'
+          file-include-regexp: '{all-files-regexp}'
+
+    properties:
+      - cord-infra-properties:
+          build-days-to-keep: '{build-days-to-keep}'
+          artifact-num-to-keep: '{artifact-num-to-keep}'
+
+    wrappers:
+      - lf-infra-wrappers:
+          build-timeout: '{build-timeout}'
+          jenkins-ssh-credential: '{jenkins-ssh-credential}'
+
+    parameters:
+      - string:
+          name: executorNode
+          default: 'qct-pod3-voltha-testing'
+          description: 'Name of the Jenkins node to run the job on'
+
+      - string:
+          name: manifestUrl
+          default: '{gerrit-server-url}/{cord-repo-manifest}'
+          description: 'URL to the repo manifest'
+
+      - string:
+          name: manifestBranch
+          default: 'master'
+          description: 'Name of the repo branch to use'
+
+      - string:
+            name: gerritChangeNumber
+            default: '$GERRIT_CHANGE_NUMBER'
+            description: 'Changeset number in Gerrit'
+
+      - string:
+            name: gerritPatchsetNumber
+            default: '$GERRIT_PATCHSET_NUMBER'
+            description: 'PatchSet number in Gerrit'
+
+
+    project-type: pipeline
+    concurrent: false
+
+    dsl: !include-raw-escape: pipeline/voltha-atest-provisioning.groovy