Skip to content

Commit

Permalink
Make all CIs running in ubuntu latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed May 26, 2021
1 parent 03294b8 commit 4c8dacb
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:

jobs:
CI:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: tools/dependencies/check-LICENSE.sh

CI-on-JDK11:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dead-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
CheckDeadLinks:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
LOG_DIR: /tmp/skywalking
jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
fail-fast: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
als:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
fail-fast: true
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
run: minikube delete

metrics-service:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
timeout-minutes: 60
name: Istio(${{ matrix.istio_version }})+MetricsService
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins-jdk14-test.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
jobs:
PluginsJDK14Test:
name: jdk14
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins-test.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
jobs:
PluginsTest:
name: Plugin
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins-test.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
jobs:
PluginsTest:
name: Plugin
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins-test.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
jobs:
PluginsTest:
name: Plugin
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plugins-test.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
jobs:
PluginsTest:
name: Plugin
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
matrix:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

Oracle:
name: Oracle
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/en/guides/Plugin-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ If a test case required to run in JDK 14 environment, please add you test case i
jobs:
PluginsTest:
name: Plugin
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
fail-fast: true
Expand Down

0 comments on commit 4c8dacb

Please sign in to comment.