You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2022/08/23 06:42:50 UTC

[ozone] branch master updated: HDDS-7159. Use Java 8 for integration tests (#3708)

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

adoroszlai 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 df9ed54ba1 HDDS-7159. Use Java 8 for integration tests (#3708)
df9ed54ba1 is described below

commit df9ed54ba1235044fee73a7709b376b9dd44b213
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Tue Aug 23 08:42:44 2022 +0200

    HDDS-7159. Use Java 8 for integration tests (#3708)
---
 .github/workflows/post-commit.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index 4b1a26c98e..b2badb1f2a 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -346,6 +346,10 @@ jobs:
             maven-repo-${{ hashFiles('**/pom.xml') }}-8
             maven-repo-${{ hashFiles('**/pom.xml') }}
             maven-repo-
+      - name: Setup java
+        uses: actions/setup-java@v1
+        with:
+          java-version: 8
       - name: Execute tests
         run: hadoop-ozone/dev-support/checks/integration.sh -P${{ matrix.profile }}
         if: matrix.profile != 'flaky'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org