From: E. Scott Daniels Date: Mon, 27 Apr 2020 14:30:45 +0000 (-0400) Subject: Properly set RMR test args for sonar job X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=1c7310d37a0805981b83377aed377fe3a31a4db2 Properly set RMR test args for sonar job The job to generate sonar data in the RMR repo needs to only run the unit tests. This change sets the arguments passed to make to be just "-R unit" which will execute only the unit tests to generate the gcov files. The extra overhead of building packages and running application tests is avoided. Signed-off-by: E. Scott Daniels Change-Id: I9b527d167385c5f389d6793229adc08ef5366424 --- 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 32444868..1fd4ebd0 100644 --- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml +++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml @@ -100,7 +100,7 @@ name: ric-plt-lib-rmr-c-sonarqube <<: *rmr_common <<: *rmr_c_common - make-opts: test ARGS=-V + make-opts: test ARGS="-R unit" sonar-project-file: "" sonar-properties: | sonar.login={sonarcloud_api_token}