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

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new a75596e63db Refactor : remove skywalking eye from nightly ci (#27430)
a75596e63db is described below

commit a75596e63db343c38c33aefc9b449cc87f58b5d4
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Jul 24 20:57:05 2023 +0800

    Refactor : remove skywalking eye from nightly ci (#27430)
    
    * Refactor : remove skywalking eye from nightly ci
    
    * Refactor : add more address for markdown check rules
---
 .github/workflows/nightly-ci.yml                   | 22 +++++++---------------
 .../resources/linkcheck/markdown-link-check.json   |  3 +++
 2 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml
index 712116049ac..eb8994df3b7 100644
--- a/.github/workflows/nightly-ci.yml
+++ b/.github/workflows/nightly-ci.yml
@@ -33,7 +33,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     timeout-minutes: 90
     strategy:
-      max-parallel: 1
+      max-parallel: 20
       fail-fast: false
       matrix:
         os: [ ubuntu-latest, macos-latest, windows-latest ]
@@ -55,9 +55,9 @@ jobs:
             ${{ env.REPOSITORY_NAME }}-maven-third-party-cache-
             ${{ env.REPOSITORY_NAME }}-maven-third-party-
       - name: Build Project with Maven
-        run: ./mvnw -T1C -B -ntp clean install
+        run: ./mvnw clean install -B -ntp -T1C
       - name: Build Examples with Maven
-        run: ./mvnw -T1C -B -f examples/pom.xml clean package
+        run: ./mvnw clean package -B -f -T1C examples/pom.xml
   
   ci-jdk8:
     if: github.repository == 'apache/shardingsphere'
@@ -65,12 +65,12 @@ jobs:
     runs-on: ${{ matrix.os }}
     timeout-minutes: 90
     strategy:
-      max-parallel: 1
+      max-parallel: 20
       fail-fast: false
       matrix:
         os: [ ubuntu-latest, macos-latest, windows-latest ]
     steps:
-      - name: Support long paths in Windows
+      - name: Support Long Paths in Windows
         if: matrix.os == 'windows-latest'
         run: git config --global core.longpaths true
       - uses: actions/checkout@v3
@@ -86,19 +86,11 @@ jobs:
             ${{ env.REPOSITORY_NAME }}-maven-third-party-cache-
             ${{ env.REPOSITORY_NAME }}-maven-third-party-
       - name: Build prod with Maven
-        run: ./mvnw -T1C -B -ntp clean install -DskipTests
+        run: ./mvnw clean install -DskipTests -B -ntp -T1C
       - name: Setup JDK 8 for Test
         uses: actions/setup-java@v3
         with:
           distribution: 'temurin'
           java-version: 8
       - name: Run Tests with JDK 8
-        run: ./mvnw -T1C -B -ntp -fae test
-  
-  check-license:
-    name: Check - License with SkyWalking Eyes
-    timeout-minutes: 10
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v3
-      - uses: apache/[email protected]
+        run: ./mvnw test -B -ntp -fae -T1C
diff --git a/.github/workflows/resources/linkcheck/markdown-link-check.json 
b/.github/workflows/resources/linkcheck/markdown-link-check.json
index c2b2c9e478e..8fa22308e0a 100644
--- a/.github/workflows/resources/linkcheck/markdown-link-check.json
+++ b/.github/workflows/resources/linkcheck/markdown-link-check.json
@@ -14,6 +14,9 @@
     },
     {
       "pattern": "^https://central.sonatype.com/";
+    },
+    {
+      "pattern": "^https://starchart.cc/";
     }
   ], "replacementPatterns": [
   {

Reply via email to