Skip to content

Commit

Permalink
Merge branch '3.3' into feat/move_dubbo_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyHZM committed Sep 28, 2023
2 parents 534893f + d050b9c commit 12e3bbf
Show file tree
Hide file tree
Showing 54 changed files with 489 additions and 430 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- name: "Compile Dubbo (Linux)"
run: |
./mvnw --batch-mode --no-snapshot-updates -e --no-transfer-progress --fail-fast -T 2C clean install -DskipTests=true -DskipIntegrationTests=true -Dcheckstyle.skip=true -Dcheckstyle_unix.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- uses: actions/cache@v3
name: "Cache local Maven repository"
with:
Expand Down Expand Up @@ -328,11 +328,11 @@ jobs:
with:
repository: 'apache/dubbo-samples'
path: "./dubbo-samples"
- name: "Set up JDK 17"
- name: "Set up JDK 21"
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- name: "Restore class result"
uses: actions/download-artifact@v3
with:
Expand All @@ -358,6 +358,8 @@ jobs:
path: dubbo/
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
with:
verbose: true

error-code-inspecting:
runs-on: ubuntu-latest
Expand All @@ -372,11 +374,11 @@ jobs:
ref: main
path: "./dubbo-test-tools"

- name: "Set up JDK 17"
- name: "Set up JDK 21"
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21

- name: "Compile Dubbo (Linux)"
run: |
Expand Down
251 changes: 0 additions & 251 deletions .github/workflows/build-and-test-scheduled-3.0.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/build-and-test-scheduled-3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ jobs:
timeout-minutes: 90
if: ${{ startsWith( matrix.os, 'windows') }}
run: ./mvnw --batch-mode --no-snapshot-updates -e --no-transfer-progress --fail-fast clean test verify -Pjacoco -D"http.keepAlive=false" -D"maven.wagon.http.pool=false" -D"maven.wagon.httpconnectionManager.ttlSeconds=120" -D"maven.wagon.http.retryHandler.count=5" -DskipTests=false -DskipIntegrationTests=true -D"checkstyle.skip=false" -D"checkstyle_unix.skip=true" -D"rat.skip=false" -D"maven.javadoc.skip=true" -D"embeddedZookeeperPath=${{ github.workspace }}/.tmp/zookeeper"
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3

unit-test-fastjson2:
needs: [build-source, unit-test-prepare]
Expand Down Expand Up @@ -217,8 +215,6 @@ jobs:
timeout-minutes: 90
if: ${{ startsWith( matrix.os, 'windows') }}
run: ./mvnw --batch-mode --no-snapshot-updates -e --no-transfer-progress --fail-fast clean test verify -Pjacoco -D"http.keepAlive=false" -D"maven.wagon.http.pool=false" -D"maven.wagon.httpconnectionManager.ttlSeconds=120" -D"maven.wagon.http.retryHandler.count=5" -DskipTests=false -DskipIntegrationTests=true -D"checkstyle.skip=false" -D"checkstyle_unix.skip=true" -D"rat.skip=false" -D"maven.javadoc.skip=true" -D"embeddedZookeeperPath=${{ github.workspace }}/.tmp/zookeeper"
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3

integration-test-prepare:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 12e3bbf

Please sign in to comment.