Merge "Fix: conditionally set the python packaging repository"
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 29 Sep 2021 23:38:21 +0000 (23:38 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 29 Sep 2021 23:38:21 +0000 (23:38 +0000)
jjb/nonrtric/nonrtric.yaml

index 1ff067c..bed5d91 100644 (file)
 - project:
     <<: *nonrtric_jdk_common
     name: nonrtric-dmaap-mediator-producer-sonar
+    project-name: '{name}'
     # prescan script requires ubuntu
     # golang is only on docker-enabled nodes
     build-node: ubuntu1804-docker-4c-4g
         # Source
         sonar.sources=.
         # Unit tests
-        sonar.go.coverage.reportPaths=./coverage.txt
+        sonar.go.coverage.reportPaths=dmaap-mediator-producer/coverage.txt
         # Inclusions
         sonar.inclusions=dmaap-mediator-producer/internal/**/**.go
         # Exclusions
 - project:
     <<: *nonrtric_jdk_common
     name: nonrtric-sonar
+    project-name: '{name}'
     # template goal install builds docker image unnecessarily
     mvn-params: '-Ddocker.skip=true'
     sonarcloud: true