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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac45a349ef HDDS-7159. Upgrade ubuntu version from 18.04 to 20.04 
(#3707)
ac45a349ef is described below

commit ac45a349ef0a18f5a5ac154a3a8f6a5cd66efdf0
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Aug 22 17:48:08 2022 +0200

    HDDS-7159. Upgrade ubuntu version from 18.04 to 20.04 (#3707)
---
 .github/workflows/close-pending.yaml |  2 +-
 .github/workflows/comments.yaml      |  2 +-
 .github/workflows/post-commit.yml    | 22 +++++++++++++---------
 3 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/close-pending.yaml 
b/.github/workflows/close-pending.yaml
index 87c633e0d4..3069821598 100644
--- a/.github/workflows/close-pending.yaml
+++ b/.github/workflows/close-pending.yaml
@@ -21,7 +21,7 @@ on:
 jobs:
   close-pending:
     name: close-pending
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v2
diff --git a/.github/workflows/comments.yaml b/.github/workflows/comments.yaml
index 62ae6ad14a..bc3492652c 100644
--- a/.github/workflows/comments.yaml
+++ b/.github/workflows/comments.yaml
@@ -23,7 +23,7 @@ on:
 jobs:
   process-comment:
     name: check-comment
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v2
diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index 53601f4197..4b1a26c98e 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -27,7 +27,7 @@ concurrency:
   cancel-in-progress: ${{ github.event_name == 'pull_request' }}
 jobs:
   build-info:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     env:
       GITHUB_CONTEXT: ${{ toJson(github) }}
     outputs:
@@ -67,7 +67,7 @@ jobs:
   build:
     needs:
       - build-info
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 30
     if: needs.build-info.outputs.needs-build == 'true'
     strategy:
@@ -124,7 +124,7 @@ jobs:
     needs:
       - build-info
       - build
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 30
     if: needs.build-info.outputs.needs-compile == 'true'
     strategy:
@@ -162,7 +162,7 @@ jobs:
   basic:
     needs:
       - build-info
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 90
     if: needs.build-info.outputs.needs-basic-checks == 'true'
     strategy:
@@ -188,6 +188,10 @@ jobs:
             maven-repo-${{ hashFiles('**/pom.xml') }}
             maven-repo-
         if: ${{ !contains('author,bats,docs', matrix.check) }}
+      - name: Setup java
+        uses: actions/setup-java@v1
+        with:
+          java-version: 8
       - name: Execute tests
         run: hadoop-ozone/dev-support/checks/${{ matrix.check }}.sh
       - name: Summary of failures
@@ -210,7 +214,7 @@ jobs:
     needs:
       - build-info
       - build
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 5
     if: needs.build-info.outputs.needs-dependency-check == 'true'
     steps:
@@ -239,7 +243,7 @@ jobs:
     needs:
       - build-info
       - build
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 150
     if: needs.build-info.outputs.needs-compose-tests == 'true'
     strategy:
@@ -286,7 +290,7 @@ jobs:
     needs:
       - build-info
       - build
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 60
     if: needs.build-info.outputs.needs-kubernetes-tests == 'true'
     steps:
@@ -316,7 +320,7 @@ jobs:
   integration:
     needs:
       - build-info
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 150
     if: needs.build-info.outputs.needs-integration-tests == 'true'
     strategy:
@@ -365,7 +369,7 @@ jobs:
           rm -rf ~/.m2/repository/org/apache/ozone/ozone*
         if: always()
   coverage:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 30
     if: github.repository == 'apache/ozone' && github.event_name != 
'pull_request'
     needs:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to