Properly set RMR test args for sonar job 87/3487/1
authorE. Scott Daniels <daniels@research.att.com>
Mon, 27 Apr 2020 14:30:45 +0000 (10:30 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 27 Apr 2020 14:30:45 +0000 (10:30 -0400)
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 <daniels@research.att.com>
Change-Id: I9b527d167385c5f389d6793229adc08ef5366424

jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml

index 3244486..1fd4ebd 100644 (file)
     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}