Merge "Fix package_cloud install"
[ci-management.git] / jjb / ric-plt-a1 / ric-plt-a1.yaml
index 5432302..4fe8e96 100644 (file)
     container-tag-method: yaml-file
     # use host network to clone from our gerrit
     docker-build-args: '--network=host'
+    stream:
+      - master:
+          branch: master
     jobs:
       - gerrit-python-xc-clm
       - '{project-name}-gerrit-docker-jobs'
+
+# runs unit tests on verify only
+- project:
+    <<: *a1_docker_common
+    name: ric-plt-a1-test
+    project-name: ric-plt-a1-test
+    # image name, but is never pushed
+    docker-name: '{name}'
+    # source of docker tag
+    container-tag-method: latest
+    docker-build-args: '-f Dockerfile-Unit-Test'
+    build-timeout: 10
     stream:
       - master:
           branch: master
+    jobs:
+      - gerrit-docker-verify
+
+- project:
+    <<: *a1_docker_common
+    name: ric-plt-a1-sonar
+    branch: master
+    sonarcloud: true
+    sonarcloud-project-key: o-ran-sc_ric-plt-a1
+    sonarcloud-project-organization: o-ran-sc
+    sonarcloud-api-token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef
+    jobs:
+      - gerrit-tox-sonar