You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2023/05/18 09:59:29 UTC

[apisix] branch ci-update created (now 6490db0df)

This is an automated email from the ASF dual-hosted git repository.

wenming pushed a change to branch ci-update
in repository https://gitbox.apache.org/repos/asf/apisix.git


      at 6490db0df CI: update github actions run on ubuntu-latest.

This branch includes the following new commits:

     new 6490db0df CI: update github actions run on ubuntu-latest.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix] 01/01: CI: update github actions run on ubuntu-latest.

Posted by we...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch ci-update
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit 6490db0df0d8e15f3ea8c4d9f2b68883c0557b4c
Author: Wen Ming <mo...@gmail.com>
AuthorDate: Thu May 18 17:59:16 2023 +0800

    CI: update github actions run on ubuntu-latest.
---
 .github/workflows/build.yml         | 2 +-
 .github/workflows/centos7-ci.yml    | 2 +-
 .github/workflows/cli-master.yml    | 2 +-
 .github/workflows/cli.yml           | 2 +-
 .github/workflows/fips.yml          | 2 +-
 .github/workflows/gm-cron.yaml      | 2 +-
 .github/workflows/gm.yml            | 2 +-
 .github/workflows/kubernetes-ci.yml | 2 +-
 .github/workflows/performance.yml   | 2 +-
 .github/workflows/tars-ci.yml       | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index efa5b8f63..4fdc3bd2d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
       fail-fast: false
       matrix:
         platform:
-          - ubuntu-20.04
+          - ubuntu-latest
         os_name:
           - linux_openresty
           - linux_openresty_1_19
diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index dc08b0fd3..943afd06b 100644
--- a/.github/workflows/centos7-ci.yml
+++ b/.github/workflows/centos7-ci.yml
@@ -22,7 +22,7 @@ permissions:
 jobs:
   test_apisix:
     name: run ci on centos7
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
     timeout-minutes: 90
     strategy:
       fail-fast: false
diff --git a/.github/workflows/cli-master.yml b/.github/workflows/cli-master.yml
index dd77dcd15..61df14c4a 100644
--- a/.github/workflows/cli-master.yml
+++ b/.github/workflows/cli-master.yml
@@ -26,7 +26,7 @@ jobs:
       matrix:
         job_name:
           - linux_apisix_master_luarocks
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
     timeout-minutes: 15
     env:
       OPENRESTY_VERSION: default
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index 2f76670a0..391d8e85f 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -25,7 +25,7 @@ jobs:
       fail-fast: false
       matrix:
         platform:
-          - ubuntu-20.04
+          - ubuntu-latest
         job_name:
           - linux_apisix_current_luarocks
           - linux_apisix_current_luarocks_in_customed_nginx
diff --git a/.github/workflows/fips.yml b/.github/workflows/fips.yml
index 7af7859ae..0a0497e80 100644
--- a/.github/workflows/fips.yml
+++ b/.github/workflows/fips.yml
@@ -21,7 +21,7 @@ jobs:
       fail-fast: false
       matrix:
         platform:
-          - ubuntu-20.04
+          - ubuntu-latest
         os_name:
           - linux_openresty
         test_dir:
diff --git a/.github/workflows/gm-cron.yaml b/.github/workflows/gm-cron.yaml
index 669a21798..3c35900e7 100644
--- a/.github/workflows/gm-cron.yaml
+++ b/.github/workflows/gm-cron.yaml
@@ -14,7 +14,7 @@ jobs:
       fail-fast: false
       matrix:
         platform:
-          - ubuntu-20.04
+          - ubuntu-latest
         os_name:
           - linux_openresty_tongsuo
         test_dir:
diff --git a/.github/workflows/gm.yml b/.github/workflows/gm.yml
index 003e567ba..260c364f5 100644
--- a/.github/workflows/gm.yml
+++ b/.github/workflows/gm.yml
@@ -25,7 +25,7 @@ jobs:
       fail-fast: false
       matrix:
         platform:
-          - ubuntu-20.04
+          - ubuntu-latest
         os_name:
           - linux_openresty_tongsuo
         test_dir:
diff --git a/.github/workflows/kubernetes-ci.yml b/.github/workflows/kubernetes-ci.yml
index ea72fe571..c3182fc24 100644
--- a/.github/workflows/kubernetes-ci.yml
+++ b/.github/workflows/kubernetes-ci.yml
@@ -25,7 +25,7 @@ jobs:
       fail-fast: false
       matrix:
         platform:
-          - ubuntu-20.04
+          - ubuntu-latest
         os_name:
           - linux_openresty
           - linux_openresty_1_19
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
index c054303cc..c876b02b1 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -13,7 +13,7 @@ permissions:
 jobs:
   performance:
     if: ${{ startsWith(github.event.pull_request.title, 'perf:') }}
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
     timeout-minutes: 45
 
     steps:
diff --git a/.github/workflows/tars-ci.yml b/.github/workflows/tars-ci.yml
index aa4c1b6e4..dc0b25819 100644
--- a/.github/workflows/tars-ci.yml
+++ b/.github/workflows/tars-ci.yml
@@ -25,7 +25,7 @@ jobs:
       fail-fast: false
       matrix:
         platform:
-          - ubuntu-20.04
+          - ubuntu-latest
         os_name:
           - linux_openresty
           - linux_openresty_1_19