File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1046,6 +1046,7 @@ jobs:
10461046 test_devices : ${{ steps.device-info.outputs.device }}
10471047 max_attempts : 3
10481048 validator : ${GITHUB_WORKSPACE}/scripts/gha/integration_testing/ftl_gha_validator.py
1049+ additional_flags : ' --client-details matrixLabel=android-${{ github.run_id }}-${{ matrix.build_os }}-${{ matrix.android_device }}'
10491050 - name : Read FTL Test Result
10501051 if : ${{ steps.device-info.outputs.device_type == 'ftl' && !cancelled() }}
10511052 shell : bash
@@ -1189,6 +1190,7 @@ jobs:
11891190 test_devices : ${{ steps.device-info.outputs.device }}
11901191 max_attempts : 3
11911192 validator : ${GITHUB_WORKSPACE}/scripts/gha/integration_testing/ftl_gha_validator.py
1193+ additional_flags : ' --client-details matrixLabel=ios-${{ github.run_id }}-${{ matrix.build_os }}-${{ matrix.ios_device }}'
11921194 - name : Read FTL Test Result
11931195 if : ${{ steps.device-info.outputs.device_type == 'ftl' && !cancelled() }}
11941196 shell : bash
You can’t perform that action at this time.
0 commit comments