Update jjb for ric-app/hw-python 85/6385/1
authorsubhash kumar singh <subh.singh@samsung.com>
Tue, 22 Jun 2021 20:59:25 +0000 (02:29 +0530)
committersubhash kumar singh <subh.singh@samsung.com>
Tue, 22 Jun 2021 20:59:25 +0000 (02:29 +0530)
Update jjb for ric-app/hw-python to move image from staging
to release.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I55ea4dd8df1b4ac012dbe05a90945fafee9af291

jjb/ric-app-hw-python/ric-app-hw-python.yaml

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'
+