You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/06/16 04:02:02 UTC

[spark] branch master updated: Revert "[SPARK-39074][CI] Fail on upload, not download of missing test files"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae10ff88373 Revert "[SPARK-39074][CI] Fail on upload, not download of missing test files"
ae10ff88373 is described below

commit ae10ff8837385871c3f72b2b7bb97dd235872602
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Thu Jun 16 13:01:16 2022 +0900

    Revert "[SPARK-39074][CI] Fail on upload, not download of missing test files"
    
    This reverts commit e6783444f638596cdc12a8703593a7dfae1bc145.
---
 .github/workflows/build_and_test.yml | 5 -----
 .github/workflows/test_report.yml    | 2 --
 2 files changed, 7 deletions(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 15f26580837..f71a7e4c733 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -280,7 +280,6 @@ jobs:
       with:
         name: test-results-${{ matrix.modules }}-${{ matrix.comment }}-${{ matrix.java }}-${{ matrix.hadoop }}-${{ matrix.hive }}
         path: "**/target/test-reports/*.xml"
-        if-no-files-found: error
     - name: Upload unit tests log files
       if: failure()
       uses: actions/upload-artifact@v2
@@ -390,7 +389,6 @@ jobs:
       with:
         name: test-results-${{ matrix.modules }}--8-${{ needs.configure-jobs.outputs.hadoop }}-hive2.3
         path: "**/target/test-reports/*.xml"
-        if-no-files-found: error
     - name: Upload unit tests log files
       if: failure()
       uses: actions/upload-artifact@v2
@@ -467,7 +465,6 @@ jobs:
       with:
         name: test-results-sparkr--8-${{ needs.configure-jobs.outputs.hadoop }}-hive2.3
         path: "**/target/test-reports/*.xml"
-        if-no-files-found: error
 
   # Static analysis, and documentation build
   lint:
@@ -776,7 +773,6 @@ jobs:
       with:
         name: test-results-tpcds--8-${{ needs.configure-jobs.outputs.hadoop }}-hive2.3
         path: "**/target/test-reports/*.xml"
-        if-no-files-found: error
     - name: Upload unit tests log files
       if: failure()
       uses: actions/upload-artifact@v2
@@ -842,7 +838,6 @@ jobs:
       with:
         name: test-results-docker-integration--8-${{ needs.configure-jobs.outputs.hadoop }}-hive2.3
         path: "**/target/test-reports/*.xml"
-        if-no-files-found: error
     - name: Upload unit tests log files
       if: failure()
       uses: actions/upload-artifact@v2
diff --git a/.github/workflows/test_report.yml b/.github/workflows/test_report.yml
index 06f1c92e6d2..5f46985a975 100644
--- a/.github/workflows/test_report.yml
+++ b/.github/workflows/test_report.yml
@@ -31,7 +31,6 @@ jobs:
     steps:
     - name: Download test results to report
       uses: dawidd6/action-download-artifact@09385b76de790122f4da9c82b17bccf858b9557c # pin@v2
-      continue-on-error: true
       with:
         github_token: ${{ secrets.GITHUB_TOKEN }}
         workflow: ${{ github.event.workflow_run.workflow_id }}
@@ -42,6 +41,5 @@ jobs:
       with:
         check_name: Report test results
         github_token: ${{ secrets.GITHUB_TOKEN }}
-        fail_if_no_tests: false
         report_paths: "**/target/test-reports/*.xml"
         commit: ${{ github.event.workflow_run.head_commit.id }}


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