Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsolr committed Nov 28, 2019
1 parent 2ce0dfc commit 865f5eb
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions .github/workflows/plugins-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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)
Expand All @@ -115,7 +115,7 @@ jobs:

Group4:
runs-on: ubuntu-18.04
timeout-minutes: 60
timeout-minutes: 90
strategy:
fail-fast: true
steps:
Expand All @@ -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)
Expand All @@ -146,7 +146,7 @@ jobs:

Group5:
runs-on: ubuntu-18.04
timeout-minutes: 60
timeout-minutes: 90
strategy:
fail-fast: true
steps:
Expand All @@ -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)
Expand All @@ -177,7 +177,7 @@ jobs:

Group6:
runs-on: ubuntu-18.04
timeout-minutes: 60
timeout-minutes: 90
strategy:
fail-fast: true
steps:
Expand All @@ -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)
Expand All @@ -206,7 +206,7 @@ jobs:

Group7:
runs-on: ubuntu-18.04
timeout-minutes: 60
timeout-minutes: 90
strategy:
fail-fast: true
steps:
Expand All @@ -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)
Expand All @@ -239,7 +239,7 @@ jobs:

Group8:
runs-on: ubuntu-18.04
timeout-minutes: 60
timeout-minutes: 90
strategy:
fail-fast: true
steps:
Expand All @@ -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)
Expand Down

0 comments on commit 865f5eb

Please sign in to comment.