Refactor!: Update JJB code to comply with 5.x
[ci-management.git] / jjb / it-dep / it-dep.yaml
index d1bae14..7190f2e 100644 (file)
@@ -13,7 +13,7 @@
     jobs:
       - gerrit-info-yaml-verify
 
-- it_dep_common: &it_dep_common
+- _it_dep_common: &it_dep_common
     # values apply to all it/dep projects
     name: it-dep-docker-common
     # git repo
       - all:
           branch: '*'
 
+- project:
+    <<: *it_dep_common
+    # Verify helm charts using a Docker build process.
+    # no image needs to be pushed, so there is no merge job.
+    name: it-dep-smo-install
+    # jenkins job name prefix
+    build-timeout: 120
+    project-name: '{name}'
+    # image name
+    docker-name: 'o-ran-sc/{name}'
+    # dockerfile is in subdir
+    docker-build-args: -f ci/Dockerfile-smo-install
+    # any tag will do
+    container-tag-method: latest
+    submodule-disable: true
+    jobs:
+      - gerrit-docker-verify
+    stream:
+      - all:
+          branch: '*'
+
 # build and publish packages to PackageCloud.io
 - project:
     <<: *it_dep_common