From: Eric Ball Date: Thu, 16 Jan 2020 18:57:12 +0000 (+0000) Subject: Merge "Add log parser support" X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=2c23d699462ad00171fe2dbff160ee05b659e595;hp=2f1d9c5a56df4004bf18f25158ab2e7ba4235697 Merge "Add log parser support" --- diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 335ac1e..5b8db9f 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -100,15 +100,6 @@ sonar.test.inclusions=**/*_test.go sonar.test.exclusions=**/vendor/** - # Unit tests - sonar.go.coverage.reportPaths=iec-coverage.xml - sonar.go.tests.reportPaths=iec-tests.xml - - # Importing External Issues - sonar.go.govet.reportPaths=iec-govet.xml - sonar.go.golint.reportPaths=iec-golint.xml - sonar.go.gometalinter.reportPaths=iec-gometalinter.xml - sonar.go.golangci-lint.reportPaths=iec-golangci-lint.xml ############## # PARAMETERS #