From a56f13266adef0a753f8019769119dfc8dc7a201 Mon Sep 17 00:00:00 2001 From: santanude Date: Thu, 26 May 2022 13:30:24 +0530 Subject: [PATCH] smo/ves project is not visible on sonarcloud.io SMO-67 Signed-off-by: santanude Change-Id: Ie67d8145e70207ecd3a842a8817e1534765d27b2 --- jjb/smo-ves/smo-ves.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jjb/smo-ves/smo-ves.yaml b/jjb/smo-ves/smo-ves.yaml index 137760a8..9f6ba64c 100644 --- a/jjb/smo-ves/smo-ves.yaml +++ b/jjb/smo-ves/smo-ves.yaml @@ -122,8 +122,10 @@ python-version: python3 # the install script assumes an ubuntu image build-node: ubuntu1804-builder-2c-2g - # pre-build-script: !include-raw-escape: - # - ../shell/install-deb-rmr.sh + pre-build-script: !include-raw-escape: + - ../shell/install-deb-rmr.sh + # impt for verify and tox etc + tox-envs: code,flake8 sonar-project-file: "" sonar-properties: | sonar.login={sonarcloud_api_token} -- 2.16.6