You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/01/19 15:36:15 UTC

[kyuubi] branch master updated: [KYUUBI #4192] [INFRA] Make all CI jobs run on `ubuntu-22.04`

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

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new f810691b3 [KYUUBI #4192] [INFRA] Make all CI jobs run on `ubuntu-22.04`
f810691b3 is described below

commit f810691b36ee8d051f359ffd06d8f333814a9322
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Thu Jan 19 23:36:02 2023 +0800

    [KYUUBI #4192] [INFRA] Make all CI jobs run on `ubuntu-22.04`
    
    ### _Why are the changes needed?_
    
    In 21 CI workflow jobs, 18 run on `ubuntu-22.04` and 3 run on `ubuntu-latest` (the same as `ubuntu-22.04` currently),
    
    Making all CI jobs run on `ubuntu-22.04` to ensure alignment in the same operation system version, and it benefits from future version updates.
    
    ### _How was this patch tested?_
    CI actions pass.
    
    Closes #4192 from bowenliang123/ci-ubuntu-latest.
    
    Closes #4192
    
    8276c3a3 [liangbowen] run ci jobs on ubuntu-22.04
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 .github/workflows/greetings.yml | 2 +-
 .github/workflows/labeler.yml   | 2 +-
 .github/workflows/stale.yml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
index 43c7a5585..77fc14e80 100644
--- a/.github/workflows/greetings.yml
+++ b/.github/workflows/greetings.yml
@@ -22,7 +22,7 @@ on: issues
 
 jobs:
   greeting:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     permissions:
       issues: write
       pull-requests: write
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index eb5d898e9..c4cad7aef 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -26,7 +26,7 @@ permissions:
 
 jobs:
   triage:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     steps:
     - uses: actions/labeler@v4
       with:
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index e1dfde6f4..f5f0bda20 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -23,7 +23,7 @@ on:
 
 jobs:
   stale:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     permissions:
       pull-requests: write
     steps: