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/04/20 11:23:26 UTC

[incubator-dolphinscheduler] branch dailidong-patch-4 created (now 729528c)

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

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


      at 729528c  Update ci_ut.yml

This branch includes the following new commits:

     new 729528c  Update ci_ut.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 729528cf398f6fbb523022b8434019be546b345a
Author: dailidong <da...@gmail.com>
AuthorDate: Mon Apr 20 19:23:18 2020 +0800

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

diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index 1c2952b..6547928 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -64,23 +64,10 @@ jobs:
       - name: Upload coverage report to codecov
         run: |
           CODECOV_TOKEN="09c2663f-b091-4258-8a47-c981827eb29a" bash <(curl -s https://codecov.io/bash)
-      - 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
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+
       - name: Collect logs
         run: |
           mkdir -p ${LOG_DIR}
           cd ${DOCKER_DIR}
           docker-compose logs db > ${LOG_DIR}/db.txt
-        continue-on-error: true
\ No newline at end of file
+        continue-on-error: true