You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by di...@apache.org on 2020/04/08 20:34:08 UTC

[hadoop-ozone] branch master updated: HDDS-3290. REVERT: Disable all the freon integration tests. (#786)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aae0fd3  HDDS-3290. REVERT: Disable all the freon integration tests. (#786)
aae0fd3 is described below

commit aae0fd314c28aed20aaabe5cb923e9b701f39527
Author: Elek, Márton <el...@users.noreply.github.com>
AuthorDate: Wed Apr 8 22:33:58 2020 +0200

    HDDS-3290. REVERT: Disable all the freon integration tests. (#786)
---
 .github/workflows/pr.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 119dd0c..e800e77 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -106,6 +106,21 @@ jobs:
           with:
             name: acceptance
             path: target/acceptance
+  it-freon:
+    name: it-freon
+    runs-on: ubuntu-18.04
+    needs:
+        - build
+    steps:
+        - uses: actions/checkout@master
+        - uses: ./.github/buildenv
+          with:
+             args: ./hadoop-ozone/dev-support/checks/integration.sh -Pfreon
+        - uses: actions/upload-artifact@master
+          if: always()
+          with:
+            name: it-freon
+            path: target/integration
   it-filesystem:
     name: it-filesystem
     runs-on: ubuntu-18.04


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