You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/06/30 06:46:13 UTC

[incubator-dolphinscheduler] 01/01: Update ci_ut.yml

This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dailidong-patch2
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git

commit 389d54a0685273ac54e327e3c7ac70a502b4a111
Author: dailidong <da...@gmail.com>
AuthorDate: Tue Jun 30 14:46:04 2020 +0800

    Update ci_ut.yml
---
 .github/workflows/ci_ut.yml | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index 230e85d..de2e213 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -72,20 +72,21 @@ jobs:
         uses: actions/setup-java@v1
         with:
           java-version: 1.11
-      - name: Run SonarCloud Analysis
-        run: >
-          mvn --batch-mode verify sonar:sonar
-          -Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml
-          -Dmaven.test.skip=true
-          -Dsonar.host.url=https://sonarcloud.io
-          -Dsonar.organization=apache
-          -Dsonar.core.codeCoveragePlugin=jacoco
-          -Dsonar.projectKey=apache-dolphinscheduler
-          -Dsonar.login=e4058004bc6be89decf558ac819aa1ecbee57682
-          -Dsonar.exclusions=dolphinscheduler-ui/src/**/i18n/locale/*.js,dolphinscheduler-microbench/src/**/*
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+#      - name: Run SonarCloud Analysis
+#        run: >
+#          mvn verify --batch-mode
+#          org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.1.1688:sonar
+#          -Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml
+#          -Dmaven.test.skip=true
+#          -Dsonar.host.url=https://sonarcloud.io
+#          -Dsonar.organization=apache
+#          -Dsonar.core.codeCoveragePlugin=jacoco
+#          -Dsonar.projectKey=apache-dolphinscheduler
+#          -Dsonar.login=e4058004bc6be89decf558ac819aa1ecbee57682
+#          -Dsonar.exclusions=dolphinscheduler-ui/src/**/i18n/locale/*.js
+#        env:
+#          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+#          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
       - name: Collect logs
         run: |
           mkdir -p ${LOG_DIR}