Merge "Update ric-app/hw-go jjb"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 23 Jun 2021 20:15:40 +0000 (20:15 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 23 Jun 2021 20:15:40 +0000 (20:15 +0000)
jjb/nonrtric/nonrtric.yaml
jjb/ric-app-hw-python/ric-app-hw-python.yaml

index 539f4ac..987335d 100644 (file)
       - cherry:
           branch: cherry
 
-# nonrtric:helm-manager
-# Docker image for helm-manager
-- project:
-    <<: *nonrtric_jdk_common
-    name: nonrtric-helm-manager
-    project-name: '{name}'
-    mvn-params: '-f helm-manager'
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: 'helm-manager/.*'
-    build-node: ubuntu1804-docker-4c-4g
-    jobs:
-      - gerrit-maven-docker-verify
-      - gerrit-maven-docker-merge
-      - gerrit-maven-docker-stage
-    stream:
-      - master:
-          branch: master
-
 - project:
     <<: *nonrtric_jdk_common
     name: nonrtric-o-ru-closed-loop-recovery
index 6e08448..e3f0fff 100644 (file)
@@ -23,6 +23,7 @@
     jobs:
       - gerrit-info-yaml-verify
 
+# create docker image when source changes
 - project:
     <<: *hw-python_common
     name: ric-app-hw-python
     container-tag-method: yaml-file
     # use host network to clone from our gerrit
     docker-build-args: '--network=host'
+    # trigger on any change other than a file in ./docs
+    gerrit_trigger_file_paths:
+        - compare-type: REG_EXP
+          pattern: '^((?!docs/|\/COMMIT_MSG).)*$'
     jobs:
       - '{project-name}-gerrit-docker-jobs'
     stream:
       - master:
           branch: master
+
+# push nexus image from staging to release
+- project:
+    <<: *hw-python_common
+    name: ric-app-hw-python-release
+    # maven release requires sigul which requires centos
+    # container release requires docker
+    build-node: centos7-docker-2c-8g
+    jobs:
+      - '{project-name}-gerrit-release-jobs'
+