You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/02/08 04:50:42 UTC

[shardingsphere] branch master updated: Simplify CI and IT name (#15286)

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

duanzhengqiang 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 70ee6f0  Simplify CI and IT name (#15286)
70ee6f0 is described below

commit 70ee6f0bf524f80bd353b20a458ccd74c532bc88
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Tue Feb 8 12:49:46 2022 +0800

    Simplify CI and IT name (#15286)
---
 .github/workflows/ci.yml |  4 ++--
 .github/workflows/it.yml | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0497116..83cbe63 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
         run: ./mvnw -B -f examples/pom.xml clean package -DskipTests
   
   unix:
-    name: CI Tests - JDK ${{ matrix.java.version }} - on ${{ matrix.os }}
+    name: JDK ${{ matrix.java.version }} - on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     timeout-minutes: 60
     strategy:
@@ -113,7 +113,7 @@ jobs:
         run: echo y | ./mvnw -B -f examples/pom.xml clean package -DskipTests
   
   macos:
-    name: CI Tests - JDK ${{ matrix.java.version }} - on ${{ matrix.os }}
+    name: JDK ${{ matrix.java.version }} - on ${{ matrix.os }}
     needs: check-license
     runs-on: ${{ matrix.os }}
     timeout-minutes: 60
diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index 01126b8..3c5f376 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -32,7 +32,7 @@ env:
 
 jobs:
   it-empty-rule:
-    name: IT empty rule
+    name: empty rule
     runs-on: ubuntu-latest
     timeout-minutes: 20
     strategy:
@@ -61,9 +61,9 @@ jobs:
         run: ./mvnw -B clean install -am -pl shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite -Pit.env.docker -DskipTests
       - name: Run Integration Test
         run: ./mvnw -B install -f shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/pom.xml -Dit.adapters=${{ matrix.adapter }} -Dit.databases=${{ matrix.database }} -Dit.scenarios=${{ matrix.scenario }} -Dit.env.type=DOCKER
-
+  
   it-single-rule:
-    name: IT single rule
+    name: single rule
     needs: it-empty-rule
     runs-on: ubuntu-latest
     timeout-minutes: 30
@@ -93,9 +93,9 @@ jobs:
         run: ./mvnw -B clean install -am -pl shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite -Pit.env.docker -DskipTests
       - name: Run Integration Test
         run: ./mvnw -B install -f shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/pom.xml -Dit.adapters=${{ matrix.adapter }} -Dit.databases=${{ matrix.database }} -Dit.scenarios=${{ matrix.scenario }} -Dit.env.type=DOCKER
-
+  
   it-mixture-rule:
-    name: IT mixture rule
+    name: mixture rule
     needs: [ it-empty-rule, it-single-rule ]
     runs-on: ubuntu-latest
     timeout-minutes: 30
@@ -125,7 +125,7 @@ jobs:
         run: ./mvnw -B clean install -am -pl shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite -Pit.env.docker -DskipTests
       - name: Run Integration Test
         run: ./mvnw -B install -f shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/pom.xml -Dit.adapters=${{ matrix.adapter }} -Dit.databases=${{ matrix.database }} -Dit.scenarios=${{ matrix.scenario }} -Dit.env.type=DOCKER
-
+  
   mysql-proxy-agent-metrics:
     name: MySQL-Proxy with Agent Metrics
     runs-on: ubuntu-latest
@@ -150,7 +150,7 @@ jobs:
         run: ./mvnw -B clean install -Dmaven.javadoc.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests
       - name: Run Integration Test
         run: ./mvnw -B clean install -f shardingsphere-test/shardingsphere-integration-agent-test/shardingsphere-integration-agent-test-plugins/shardingsphere-integration-agent-test-metrics/pom.xml -Pit.env.metrics
-
+  
   mysql-proxy-agent-tracing-opentelemetry:
     name: MySQL-Proxy with Agent Tracing OpenTelemetry
     runs-on: ubuntu-latest