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 a8c94fb230 HDDS-10938. flaky-test-check does not list failed
iterations (#6748)
a8c94fb230 is described below
commit a8c94fb230e97c2a21788040e4c7c0db9c5d86c3
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu May 30 07:17:05 2024 +0200
HDDS-10938. flaky-test-check does not list failed iterations (#6748)
---
.github/workflows/intermittent-test-check.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/intermittent-test-check.yml
b/.github/workflows/intermittent-test-check.yml
index 100e9ab249..57eb1f2c01 100644
--- a/.github/workflows/intermittent-test-check.yml
+++ b/.github/workflows/intermittent-test-check.yml
@@ -211,7 +211,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
- name: result-${{ github.run_id }}-${{ github.run_number }}-${{
matrix.split }}
+ name: result-${{ github.run_number }}-${{ github.run_id }}-split-${{
matrix.split }}
path: target/unit
count-failures:
if: ${{ always() }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]