From 896609e7859b135d0ad37881f9950ea3a2a0c10a Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Mon, 6 Apr 2020 22:05:32 -0400 Subject: [PATCH] Drop Python jobs for ric-plt/lib/rmr The Python bindings code is moving to ric-plt/xapp-frame-py Signed-off-by: Lott, Christopher (cl778h) Change-Id: I551afd27e5f200abd7c2073f2c3e2a246fdcf4c4 --- jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml | 71 +------------------------------- 1 file changed, 1 insertion(+), 70 deletions(-) diff --git a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml index ff3fae16..0479c27f 100644 --- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml +++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml @@ -1,6 +1,4 @@ -# The ric-plt/lib/rmr repository contains two projects: -# 1) C shared library published as deb/rpm to PackageCloud.io -# 2) Python bindings published as package to PyPI.org +# C shared library published as deb/rpm to PackageCloud.io --- - project: name: ric-plt-lib-rmr-project-view @@ -23,8 +21,6 @@ # maven settings file has credentials to archive artifacts mvn-settings: ric-plt-lib-rmr-settings -### RMR C LIBRARY ### - - rmr_c_common: &rmr_c_common name: rmr-c-common # jenkins job name prefix @@ -115,68 +111,3 @@ sonar.cfamily.gcov.reportsPath=test jobs: - gerrit-cmake-sonarqube - -### RMR PYTHON PACKAGE ### - -- rmr_py_common: &rmr_py_common - name: rmr-py-common - # jenkins job name prefix - project-name: ric-plt-lib-rmr-py - # the pre-build-script installs RHEL packages - build-node: centos7-builder-1c-1g - # install prereqs - pre-build-script: !include-raw-escape: ../shell/install-rpm-nng-rmr.sh - python-version: python3.6 - # bindings live in a subdirectory - tox-dir: src/bindings/rmr-python - gerrit_trigger_file_paths: - - compare-type: REG_EXP - pattern: 'src/bindings/rmr-python/.*' - -# verify py changes on every branch -- project: - <<: *rmr_common - <<: *rmr_py_common - name: ric-plt-lib-rmr-py-verify - stream: - - all: - branch: '*' - jobs: - - gerrit-pypi-verify - -# build and publish distributions to test.pypi.org from master -- project: - <<: *rmr_common - <<: *rmr_py_common - name: ric-plt-lib-rmr-py-merge - stream: - - master: - branch: master - jobs: - - gerrit-pypi-merge - -# promote package from test.pypi.org to pypi.org -- project: - <<: *rmr_common - <<: *rmr_py_common - name: ric-plt-lib-rmr-py-release - jobs: - - '{project-name}-gerrit-pypi-release-jobs' - -# analyze Py code and test coverage -- project: - <<: *rmr_common - <<: *rmr_py_common - name: ric-plt-lib-rmr-py-sonarqube - sonar-project-file: "" - sonar-properties: | - sonar.login={sonarcloud_api_token} - sonar.projectKey={sonarcloud_project_organization}_{project-name} - sonar.projectName={project-name} - sonar.organization={sonarcloud_project_organization} - sonar.build.sourceEncoding=UTF-8 - sonar.sources=src/bindings/rmr-python - sonar.exclusions=setup.py,tests/*.py - sonar.python.coverage.reportPaths=coverage.xml - jobs: - - gerrit-tox-sonarqube -- 2.16.6