This is an automated email from the ASF dual-hosted git repository.
ashishtiwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new adc70f3d chore: upgrade ubuntu from 20.04 to latest (#2352)
adc70f3d is described below
commit adc70f3de2e745a29306fc155721a639a6367b6d
Author: Ashish Tiwari <[email protected]>
AuthorDate: Wed Feb 12 14:40:24 2025 +0530
chore: upgrade ubuntu from 20.04 to latest (#2352)
---
.github/workflows/e2e-test-ci-v2-cron-dev.yml | 8 ++++----
.github/workflows/e2e-test-ci-v2-cron.yml | 8 ++++----
.github/workflows/e2e-test-ci.yml | 8 ++++----
.github/workflows/k8s-timer-ci.yml | 8 ++++----
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/e2e-test-ci-v2-cron-dev.yml
b/.github/workflows/e2e-test-ci-v2-cron-dev.yml
index 60d37853..62c5ebb6 100644
--- a/.github/workflows/e2e-test-ci-v2-cron-dev.yml
+++ b/.github/workflows/e2e-test-ci-v2-cron-dev.yml
@@ -34,7 +34,7 @@ concurrency:
jobs:
changes:
if: ${{ (!github.event.pull_request.draft && github.event.schedule == '0 0
* * *') }}
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
outputs:
docs: ${{ steps.filter.outputs.docs }}
go: ${{ steps.filter.outputs.go }}
@@ -65,7 +65,7 @@ jobs:
- ".github/**"
build:
name: Build
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.go == 'true'
@@ -128,7 +128,7 @@ jobs:
prepare:
needs: changes
if: needs.changes.outputs.go == 'true'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
@@ -151,7 +151,7 @@ jobs:
- changes
- prepare
- build
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
strategy:
fail-fast: false # If false, GitHub will not cancels all in-progress
jobs in the matrix if any matrix job fails.
matrix:
diff --git a/.github/workflows/e2e-test-ci-v2-cron.yml
b/.github/workflows/e2e-test-ci-v2-cron.yml
index 525a829f..0b3edcc1 100644
--- a/.github/workflows/e2e-test-ci-v2-cron.yml
+++ b/.github/workflows/e2e-test-ci-v2-cron.yml
@@ -33,7 +33,7 @@ concurrency:
jobs:
changes:
if: ${{ (!github.event.pull_request.draft &&
contains(github.event.pull_request.labels.*.name, 'area/test/apiv2')) ||
github.event.schedule == '0 0 * * *' }}
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
outputs:
docs: ${{ steps.filter.outputs.docs }}
go: ${{ steps.filter.outputs.go }}
@@ -64,7 +64,7 @@ jobs:
- ".github/**"
build:
name: Build
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.go == 'true'
@@ -127,7 +127,7 @@ jobs:
prepare:
needs: changes
if: needs.changes.outputs.go == 'true'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
@@ -150,7 +150,7 @@ jobs:
- changes
- prepare
- build
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
strategy:
fail-fast: false # If false, GitHub will not cancels all in-progress
jobs in the matrix if any matrix job fails.
matrix:
diff --git a/.github/workflows/e2e-test-ci.yml
b/.github/workflows/e2e-test-ci.yml
index 4f6f51c8..4910691a 100644
--- a/.github/workflows/e2e-test-ci.yml
+++ b/.github/workflows/e2e-test-ci.yml
@@ -33,7 +33,7 @@ concurrency:
jobs:
changes:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
outputs:
docs: ${{ steps.filter.outputs.docs }}
go: ${{ steps.filter.outputs.go }}
@@ -64,7 +64,7 @@ jobs:
- ".github/**"
build:
name: Build
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.go == 'true'
@@ -128,7 +128,7 @@ jobs:
prepare:
needs: changes
if: needs.changes.outputs.go == 'true'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
@@ -151,7 +151,7 @@ jobs:
- changes
- prepare
- build
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
strategy:
fail-fast: false # If false, GitHub will not cancels all in-progress
jobs in the matrix if any matrix job fails.
matrix:
diff --git a/.github/workflows/k8s-timer-ci.yml
b/.github/workflows/k8s-timer-ci.yml
index 6e956553..87a26880 100644
--- a/.github/workflows/k8s-timer-ci.yml
+++ b/.github/workflows/k8s-timer-ci.yml
@@ -26,7 +26,7 @@ on:
jobs:
changes:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
outputs:
docs: ${{ steps.filter.outputs.docs }}
go: ${{ steps.filter.outputs.go }}
@@ -56,7 +56,7 @@ jobs:
- 'utils/**'
build:
name: Build
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
needs: changes
steps:
@@ -117,7 +117,7 @@ jobs:
prepare:
needs: changes
if: needs.changes.outputs.go == 'true'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
@@ -131,7 +131,7 @@ jobs:
- changes
- prepare
- build
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
strategy:
fail-fast: false # If false, GitHub will not cancels all in-progress
jobs in the matrix if any matrix job fails.
matrix: