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 2af0e64675 HDDS-9445. Improve flaky-test-check job name. (#5431)
2af0e64675 is described below

commit 2af0e64675aaad616cff1952eb0b6c5c12ceea21
Author: Sadanand Shenoy <[email protected]>
AuthorDate: Fri Oct 13 00:07:06 2023 +0530

    HDDS-9445. Improve flaky-test-check job name. (#5431)
---
 .github/workflows/intermittent-test-check.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/intermittent-test-check.yml 
b/.github/workflows/intermittent-test-check.yml
index b6e17fd080..46684705e6 100644
--- a/.github/workflows/intermittent-test-check.yml
+++ b/.github/workflows/intermittent-test-check.yml
@@ -46,6 +46,7 @@ env:
   TEST_METHOD: ${{ github.event.inputs.test-name }}
   ITERATIONS: ${{ github.event.inputs.iterations }}
   FAIL_FAST: ${{ github.event.inputs.fail-fast }}
+run-name: ${{ github.event_name == 'workflow_dispatch' && 
format('{0}#{1}[{2}]', inputs.test-class, inputs.test-name, inputs.ref) || '' }}
 jobs:
   prepare-job:
     runs-on: ubuntu-20.04


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

Reply via email to