You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/11/18 10:28:11 UTC

[iotdb] branch clean_ci created (now 4f09000d56)

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

haonan pushed a change to branch clean_ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 4f09000d56 Clean some usage of Java in CI workflows

This branch includes the following new commits:

     new 4f09000d56 Clean some usage of Java in CI workflows

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.



[iotdb] 01/01: Clean some usage of Java in CI workflows

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

haonan pushed a commit to branch clean_ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 4f09000d569c282244d24153c31eea96d198479c
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Nov 18 18:27:56 2022 +0800

    Clean some usage of Java in CI workflows
---
 .github/workflows/client-cpp.yml        | 5 -----
 .github/workflows/client-go.yml         | 6 ------
 .github/workflows/client-python.yml     | 6 ------
 .github/workflows/influxdb-protocol.yml | 6 ------
 .github/workflows/site-build.yml        | 9 ---------
 .github/workflows/sonar-coveralls.yml   | 5 -----
 6 files changed, 37 deletions(-)

diff --git a/.github/workflows/client-cpp.yml b/.github/workflows/client-cpp.yml
index 486b5f10b2..167f13ebc8 100644
--- a/.github/workflows/client-cpp.yml
+++ b/.github/workflows/client-cpp.yml
@@ -43,11 +43,6 @@ jobs:
 
     steps:
       - uses: actions/checkout@v3
-      - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v3
-        with:
-          distribution: liberica
-          java-version: 11
       - name: Install CPP Dependencies (Ubuntu)
         if: matrix.os == 'ubuntu-latest'
         shell: bash
diff --git a/.github/workflows/client-go.yml b/.github/workflows/client-go.yml
index d7cf7fb753..9bb1abb9e9 100644
--- a/.github/workflows/client-go.yml
+++ b/.github/workflows/client-go.yml
@@ -35,7 +35,6 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        java: [ 11 ]
         os: [ ubuntu-latest ]
     runs-on: ${{ matrix.os}}
 
@@ -44,11 +43,6 @@ jobs:
         with:
           token: ${{secrets.GITHUB_TOKEN}}
           submodules: recursive
-      - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v3
-        with:
-          distribution: liberica
-          java-version: ${{ matrix.java }}
       - name: Cache Maven packages
         uses: actions/cache@v3
         with:
diff --git a/.github/workflows/client-python.yml b/.github/workflows/client-python.yml
index f4ac54dcd4..e03428f4c1 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -35,17 +35,11 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        java: [ 11 ]
         os: [ ubuntu-latest ]
     runs-on: ${{ matrix.os}}
 
     steps:
       - uses: actions/checkout@v3
-      - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v3
-        with:
-          distribution: liberica
-          java-version: ${{ matrix.java }}
       - name: Cache Maven packages
         uses: actions/cache@v3
         with:
diff --git a/.github/workflows/influxdb-protocol.yml b/.github/workflows/influxdb-protocol.yml
index 6d51942c1c..1db50f3e65 100644
--- a/.github/workflows/influxdb-protocol.yml
+++ b/.github/workflows/influxdb-protocol.yml
@@ -46,12 +46,6 @@ jobs:
     steps:
       - uses: actions/checkout@v3
 
-      - name: Set up JDK 11
-        uses: actions/setup-java@v3
-        with:
-          distribution: liberica
-          java-version: 11
-
       - name: Cache Maven packages
         uses: actions/cache@v3
         with:
diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml
index 2441be1265..d8eacdd966 100644
--- a/.github/workflows/site-build.yml
+++ b/.github/workflows/site-build.yml
@@ -31,20 +31,11 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        java: [ 11 ]
         os: [ ubuntu-latest ]
     runs-on: ${{ matrix.os}}
 
     steps:
       - uses: actions/checkout@v3
-        with:
-          token: ${{secrets.GITHUB_TOKEN}}
-          submodules: recursive
-      - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v3
-        with:
-          distribution: liberica
-          java-version: ${{ matrix.java }}
       - name: Cache Maven packages
         uses: actions/cache@v3
         with:
diff --git a/.github/workflows/sonar-coveralls.yml b/.github/workflows/sonar-coveralls.yml
index 14251f9b88..f79f3015b5 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -38,11 +38,6 @@ jobs:
 
     steps:
       - uses: actions/checkout@v3
-      - name: Set up JDK 11
-        uses: actions/setup-java@v3
-        with:
-          distribution: liberica
-          java-version: 11
       - name: Cache Maven packages
         uses: actions/cache@v3
         with: