Skip to content

Commit 4790c90

Browse files
authored
Add a matrix label to FTL test runs, to make sorting them easier. (#1452)
* Add a matrix label to FTL test runs, to make sorting them easier. * Fix label for iOS
1 parent c5a76fa commit 4790c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)