felipepessoto commented on code in PR #12855:
URL: https://github.com/apache/gluten/pull/12855#discussion_r3835571723


##########
.github/workflows/delta_spark_ut.yml:
##########
@@ -494,11 +498,112 @@ jobs:
             --expected-shards "${{ env.DELTA_NUM_SHARDS }}" \
             --known-failures 
.github/workflows/util/delta-spark-ut/known-failures.txt \
             --flaky-tests 
.github/workflows/util/delta-spark-ut/flaky-tests.txt \
-            --baseline-out aggregated/known-failures.txt
+            --baseline-out aggregated/known-failures.txt \
+            --pruned-baseline-out aggregated/pruned-known-failures.txt

Review Comment:
   Good catch. Addressed in f7f0149ef by requiring both the Delta test matrix 
and aggregate job to succeed before the scheduled update job runs. I used the 
direct matrix gate rather than failing aggregation so failed nightlies still 
publish aggregate diagnostics/artifacts, while regressions and other shard 
failures all block PR automation.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to