X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-xapp-frame-cpp%2Fric-plt-xapp-frame-cpp.yaml;h=f40a99e1b3ae7c48e9cf6e08a9beebbc78223780;hb=076937df3f0f036c7fd8f84152a0a4cacb8ad978;hp=5fd387bf287d89f13626d30188a712ac9b51c455;hpb=42453bd3db84d15f4366701e3b5031ce56026483;p=ci-management.git 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 5fd387bf..f40a99e1 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 @@ -26,28 +26,71 @@ # Use ubuntu base for cmake v3 # Use docker variant for packagecloud ruby gem build-node: ubuntu1804-docker-4c-4g - # install RMR per version file in repo for ubuntu + # pre-build scripts for CMake templates: + # install alien package to build RPMS + # install RMR per version file in repo pre-build: !include-raw-escape: - - ../shell/install-deb-rmr3.sh - # verify and sonar use cmake - cmake-opts: -DDEV_PKG=1 - make-opts: install test ARGS=-V + - ../shell/install-deb-alien.sh + - ../shell/install-deb-rmr.sh + - ../shell/install-git-RESTful.sh + # skip install in cmake-build.sh + install: false -# verify on changes, publish on stage +# verify every commit - project: - name: xapp-frame-cpp-verify <<: *xapp_frame_cpp_common + name: xapp-frame-cpp-verify + cmake-opts: -DDEV_PKG=1 + make-opts: package test ARGS=-V jobs: - gerrit-cmake-verify - - oran-gerrit-cmake-pc-stage stream: - master: branch: master +# development library - package and publish +- project: + <<: *xapp_frame_cpp_common + name: ric-plt-xapp-frame-cpp-dev + project-name: '{name}' + cmake-opts: -DDEV_PKG=1 + make-opts: package + install-prefix: /usr/local + jobs: + - gerrit-cmake-packagecloud-stage + stream: + - master: + branch: master + +# runtime library - package and publish +- project: + <<: *xapp_frame_cpp_common + name: ric-plt-xapp-frame-cpp-rt + project-name: '{name}' + cmake-opts: -DDEV_PKG=0 + make-opts: package + install-prefix: /usr/local + jobs: + - gerrit-cmake-packagecloud-stage + stream: + - 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 <<: *xapp_frame_cpp_common + make-opts: test ARGS=-V sonar-project-file: "" sonar-properties: | sonar.login={sonarcloud_api_token}