@@ -265,7 +265,7 @@ jobs:
265
265
type=ref,event=pr
266
266
- name : matrix
267
267
id : matrix
268
- uses : splunk/addonfactory-test-matrix-action@v1.10
268
+ uses : splunk/addonfactory-test-matrix-action@v1.11
269
269
270
270
fossa-scan :
271
271
runs-on : ubuntu-latest
@@ -1213,7 +1213,16 @@ jobs:
1213
1213
- name : Test Report
1214
1214
id : test_report
1215
1215
uses : dorny/test-reporter@v1
1216
- if : ${{ !cancelled() }}
1216
+ if : ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
1217
+ with :
1218
+ name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
1219
+ path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
1220
+ reporter : java-junit
1221
+ - name : Test Report Python 3.9
1222
+ continue-on-error : true
1223
+ id : test_report_python_3_9
1224
+ uses : dorny/test-reporter@v1
1225
+ if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
1217
1226
with :
1218
1227
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
1219
1228
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -1415,7 +1424,16 @@ jobs:
1415
1424
- name : Test Report
1416
1425
id : test_report
1417
1426
uses : dorny/test-reporter@v1
1418
- if : ${{ !cancelled() }}
1427
+ if : ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
1428
+ with :
1429
+ name : splunk ${{ matrix.splunk.version }} ${{ env.TEST_TYPE }} test report
1430
+ path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
1431
+ reporter : java-junit
1432
+ - name : Test Report Python 3.9
1433
+ continue-on-error : true
1434
+ id : test_report_python_3_9
1435
+ uses : dorny/test-reporter@v1
1436
+ if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
1419
1437
with :
1420
1438
name : splunk ${{ matrix.splunk.version }} ${{ env.TEST_TYPE }} test report
1421
1439
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -1624,7 +1642,16 @@ jobs:
1624
1642
- name : Test Report
1625
1643
id : test_report
1626
1644
uses : dorny/test-reporter@v1
1627
- if : ${{ !cancelled() }}
1645
+ if : ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
1646
+ with :
1647
+ name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} test report
1648
+ path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
1649
+ reporter : java-junit
1650
+ - name : Test Report Python 3.9
1651
+ id : test_report_python_3_9
1652
+ continue-on-error : true
1653
+ uses : dorny/test-reporter@v1
1654
+ if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
1628
1655
with :
1629
1656
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} test report
1630
1657
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -1846,7 +1873,15 @@ jobs:
1846
1873
- name : Test Report
1847
1874
id : test_report
1848
1875
uses : dorny/test-reporter@v1
1849
- if : ${{ !cancelled() }}
1876
+ if : ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
1877
+ with :
1878
+ name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
1879
+ path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
1880
+ reporter : java-junit
1881
+ - name : Test Report Python 3.9
1882
+ id : test_report_python_3_9
1883
+ uses : dorny/test-reporter@v1
1884
+ if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
1850
1885
with :
1851
1886
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
1852
1887
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -2062,7 +2097,15 @@ jobs:
2062
2097
- name : Test Report
2063
2098
id : test_report
2064
2099
uses : dorny/test-reporter@v1
2065
- if : ${{ !cancelled() }}
2100
+ if : ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
2101
+ with :
2102
+ name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} test report
2103
+ path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
2104
+ reporter : java-junit
2105
+ - name : Test Report Python 3.9
2106
+ id : test_report_python_3_9
2107
+ uses : dorny/test-reporter@v1
2108
+ if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
2066
2109
with :
2067
2110
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} test report
2068
2111
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -2277,7 +2320,15 @@ jobs:
2277
2320
- name : Test Report
2278
2321
id : test_report
2279
2322
uses : dorny/test-reporter@v1
2280
- if : ${{ !cancelled() }}
2323
+ if : ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
2324
+ with :
2325
+ name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} test report
2326
+ path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
2327
+ reporter : java-junit
2328
+ - name : Test Report Python 3.9
2329
+ id : test_report_python_3_9
2330
+ uses : dorny/test-reporter@v1
2331
+ if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
2281
2332
with :
2282
2333
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} test report
2283
2334
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -2502,7 +2553,15 @@ jobs:
2502
2553
- name : Test Report
2503
2554
id : test_report
2504
2555
uses : dorny/test-reporter@v1
2505
- if : ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' }}
2556
+ if : ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9')}}
2557
+ with :
2558
+ name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
2559
+ path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
2560
+ reporter : java-junit
2561
+ - name : Test Report Python 3.9
2562
+ id : test_report_python_3_9
2563
+ uses : dorny/test-reporter@v1
2564
+ if : ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9')}}
2506
2565
with :
2507
2566
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
2508
2567
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
0 commit comments