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:
1046
1046
test_devices : ${{ steps.device-info.outputs.device }}
1047
1047
max_attempts : 3
1048
1048
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 }}'
1049
1050
- name : Read FTL Test Result
1050
1051
if : ${{ steps.device-info.outputs.device_type == 'ftl' && !cancelled() }}
1051
1052
shell : bash
@@ -1189,6 +1190,7 @@ jobs:
1189
1190
test_devices : ${{ steps.device-info.outputs.device }}
1190
1191
max_attempts : 3
1191
1192
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 }}'
1192
1194
- name : Read FTL Test Result
1193
1195
if : ${{ steps.device-info.outputs.device_type == 'ftl' && !cancelled() }}
1194
1196
shell : bash
You can’t perform that action at this time.
0 commit comments