Add release job for C++ framework
This change adds the necessary information to run the
packagecloud release a previously uploaded package.
Issue-ID: RIC-148
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ib03e76d0a9cd95ec708ddbf45f7fa27cf4637b4d
diff --git a/jjb/ric-plt-xapp-frame-cpp/ric-plt-xapp-frame-cpp.yaml b/jjb/ric-plt-xapp-frame-cpp/ric-plt-xapp-frame-cpp.yaml
index 51d2447..ca0f539 100644
--- a/jjb/ric-plt-xapp-frame-cpp/ric-plt-xapp-frame-cpp.yaml
+++ b/jjb/ric-plt-xapp-frame-cpp/ric-plt-xapp-frame-cpp.yaml
@@ -75,6 +75,16 @@
- master:
branch: master
+# promote deb/rpm from staging to release at PackageCloud.io
+- project:
+ <<: *xapp_frame_cpp_common
+ name: ric-plt-xapp-frame-cpp-release
+ # release uses sigul which requires centos
+ build-node: centos7-builder-1c-1g
+ jobs:
+ - gerrit-packagecloud-release-verify
+ - gerrit-packagecloud-release-merge
+
# analyze C code and test coverage
- project:
name: xapp-frame-cpp-sonarqube