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

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

commit 41b2cc35201c576db07889a01c835f8384f5b639
Author: Elek Márton <[email protected]>
AuthorDate: Sat May 30 15:31:50 2020 +0200

    use top level check script
---
 .github/workflows/post-commit.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index 6823032..d10d696 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -39,11 +39,11 @@ jobs:
         - run: sudo pip install robotframework
         - run: sudo mv ./hadoop-ozone/dist/target/ozone-* /mnt/ozone && sudo 
chown runner -R /mnt/ozone
         - run: cd /mnt/ozone && mkdir .aws && sudo chown 1000 .aws
-        - run: cd /mnt/ozone/compose && ./test-all.sh
+        - run: cd /mnt/ozone/compose && 
hadoop-ozone/dev-support/checks/acceptance.sh
           env:
             KEEP_IMAGE: false
         - uses: actions/upload-artifact@master
           if: always()
           with:
             name: acceptance
-            path: /mnt/ozone/compose/result
+            path: /mnt/ozone/target/acceptance


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

Reply via email to