Setting up docker job config for rapp ics version 48/7948/2
authorychacon <yennifer.chacon@est.tech>
Mon, 14 Mar 2022 12:50:40 +0000 (13:50 +0100)
committerychacon <yennifer.chacon@est.tech>
Thu, 17 Mar 2022 06:36:35 +0000 (07:36 +0100)
Issue-ID: NONRTRIC-733
Signed-off-by: ychacon <yennifer.chacon@est.tech>
Change-Id: Id3010c53846bbca59df0f90b4e3cd8ebde92df58

jjb/nonrtric-rapp-ransliceassurance/nonrtric-rapp-ransliceassurance.yaml

index e49cf8c..adab68c 100644 (file)
       - master:
           branch: master
 
+- project:
+    <<: *ransliceassurance_common
+    name: nonrtric-rapp-ransliceassurance-icsversion
+    project-name: '{name}'
+    # image name
+    docker-name: 'o-ran-sc/nonrtric-rapp-ransliceassurance-icsversion'
+    # get tag from YAML
+    container-tag-method: yaml-file
+    # use host network to clone from our gerrit
+    docker-build-args: '--network=host'
+    # Directory with Dockerfile
+    docker-root: 'icsversion'
+    # Directory where go test should be run
+    go-root: 'icsversion'
+    build-node: ubuntu1804-docker-4c-4g
+    # Includes verify and merge jobs
+    jobs:
+      - "{project-name}-gerrit-docker-jobs"
+      - gerrit-go-verify
+    stream:
+      - master:
+          branch: master
+
 - project:
     <<: *ransliceassurance_common
     name: nonrtric-rapp-ransliceassurance-sonar