From 865f5eb5b64200c2e74e486b3d8207307da98bc3 Mon Sep 17 00:00:00 2001 From: daming Date: Thu, 28 Nov 2019 12:55:19 +0800 Subject: [PATCH] update --- .github/workflows/plugins-test.yaml | 66 ++++++++++++++--------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/plugins-test.yaml b/.github/workflows/plugins-test.yaml index 61cfa3343e11..ba7444152d45 100644 --- a/.github/workflows/plugins-test.yaml +++ b/.github/workflows/plugins-test.yaml @@ -20,7 +20,7 @@ on: [pull_request] jobs: Group1: runs-on: ubuntu-18.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: true steps: @@ -37,23 +37,23 @@ jobs: with: java-version: 8 - name: Build SkyWalking Agent - run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null - name: Build the Docker image - run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null - name: Run spring-tx 4.x+ (10) - run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh spring-tx-scenario + run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh spring-tx-scenario - name: Run spring 4.3.x-5.2.x (54) - run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh spring-4.3.x-scenario + run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh spring-4.3.x-scenario - name: Run dubbo 2.5.x-2.6.x (10) - run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh dubbo-2.5.x-scenario + run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh dubbo-2.5.x-scenario - name: Run dubbo 2.7.x (4) - run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh dubbo-2.7.x-scenario + run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh dubbo-2.7.x-scenario - name: Run okhttp 3.0.x-3.14.x (34) - run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh okhttp-scenario + run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh okhttp-scenario Group2: runs-on: ubuntu-18.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: true steps: @@ -70,21 +70,21 @@ jobs: with: java-version: 8 - name: Build SkyWalking Agent - run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null - name: Build the Docker image - run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null - name: Run redisson 3.x (37) - run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh redisson-scenario + run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh redisson-scenario - name: Run spring 3.1.x-4.0.x (25) - run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh spring-3.1.x-scenario + run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh spring-3.1.x-scenario - name: Run spring-cloud-gateway 2.1.x (3) - run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh gateway-scenario + run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh gateway-scenario - name: Run elasticsearch 5.x (3) - run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh elasticsearch-5.x-scenario + run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh elasticsearch-5.x-scenario Group3: runs-on: ubuntu-18.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: true steps: @@ -101,9 +101,9 @@ jobs: with: java-version: 8 - name: Build SkyWalking Agent - run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null - name: Build the Docker image - run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null - name: Run apm-toolkit-trace (1) run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh apm-toolkit-trace-scenario - name: Run jetty 9.x (63) @@ -115,7 +115,7 @@ jobs: Group4: runs-on: ubuntu-18.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: true steps: @@ -132,9 +132,9 @@ jobs: with: java-version: 8 - name: Build SkyWalking Agent - run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null - name: Build the Docker image - run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null - name: Run feign 9.0.0-9.5.1 (8) run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh feign-scenario - name: Run customize (1) @@ -146,7 +146,7 @@ jobs: Group5: runs-on: ubuntu-18.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: true steps: @@ -163,9 +163,9 @@ jobs: with: java-version: 8 - name: Build SkyWalking Agent - run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null - name: Build the Docker image - run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null - name: Run hystrix 1.4.20-1.5.12 (20) run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh hystrix-scenario - name: Run postgresql 9.2.x-9.4.x (36) @@ -177,7 +177,7 @@ jobs: Group6: runs-on: ubuntu-18.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: true steps: @@ -194,9 +194,9 @@ jobs: with: java-version: 8 - name: Build SkyWalking Agent - run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null - name: Build the Docker image - run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null - name: Run spring async 4.3.x-5.1.x (35) run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh spring-async-scenario - name: Run mongodb 3.4.0-3.11.1 (17) @@ -206,7 +206,7 @@ jobs: Group7: runs-on: ubuntu-18.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: true steps: @@ -223,9 +223,9 @@ jobs: with: java-version: 8 - name: Build SkyWalking Agent - run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null - name: Build the Docker image - run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null - name: Run elasticsearch-6.x-scenario 6.7.1-6.8.4 (7) run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh elasticsearch-6.x-scenario - name: Run kafka 0.11.0.0-2.3.0 (16) @@ -239,7 +239,7 @@ jobs: Group8: runs-on: ubuntu-18.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: true steps: @@ -256,9 +256,9 @@ jobs: with: java-version: 8 - name: Build SkyWalking Agent - run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw clean package -DskipTests -Pagent >/dev/null - name: Build the Docker image - run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null + run: bash tools/ci/agent-build-condition.sh && ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null - name: Run elasticsearch-7.x-scenario 7.0.0-7.4.2 (11) run: bash tools/ci/agent-build-condition.sh && bash test/plugin/run.sh elasticsearch-7.x-scenario - name: Run spring-webflux 2.x (18)