Skip to content

Commit 08ee9b4

Browse files
committed
fix: revert unreleased Splunk version tests
1 parent 9682884 commit 08ee9b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
type=ref,event=pr
266266
- name: matrix
267267
id: matrix
268-
uses: splunk/addonfactory-test-matrix-action@v1.11
268+
uses: splunk/addonfactory-test-matrix-action@v1.12
269269

270270
fossa-scan:
271271
runs-on: ubuntu-latest
@@ -1213,7 +1213,7 @@ jobs:
12131213
- name: Test Report
12141214
id: test_report
12151215
uses: dorny/test-reporter@v1
1216-
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
1216+
if: ${{ !cancelled() }}
12171217
with:
12181218
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
12191219
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -1415,7 +1415,7 @@ jobs:
14151415
- name: Test Report
14161416
id: test_report
14171417
uses: dorny/test-reporter@v1
1418-
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
1418+
if: ${{ !cancelled() }}
14191419
with:
14201420
name: splunk ${{ matrix.splunk.version }} ${{ env.TEST_TYPE }} test report
14211421
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -1624,7 +1624,7 @@ jobs:
16241624
- name: Test Report
16251625
id: test_report
16261626
uses: dorny/test-reporter@v1
1627-
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
1627+
if: ${{ !cancelled() }}
16281628
with:
16291629
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} test report
16301630
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -1846,7 +1846,7 @@ jobs:
18461846
- name: Test Report
18471847
id: test_report
18481848
uses: dorny/test-reporter@v1
1849-
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
1849+
if: ${{ !cancelled() }}
18501850
with:
18511851
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
18521852
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -2062,7 +2062,7 @@ jobs:
20622062
- name: Test Report
20632063
id: test_report
20642064
uses: dorny/test-reporter@v1
2065-
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
2065+
if: ${{ !cancelled() }}
20662066
with:
20672067
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
20682068
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -2277,7 +2277,7 @@ jobs:
22772277
- name: Test Report
22782278
id: test_report
22792279
uses: dorny/test-reporter@v1
2280-
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
2280+
if: ${{ !cancelled() }}
22812281
with:
22822282
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
22832283
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
@@ -2502,7 +2502,7 @@ jobs:
25022502
- name: Test Report
25032503
id: test_report
25042504
uses: dorny/test-reporter@v1
2505-
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9')}}
2505+
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() }}
25062506
with:
25072507
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
25082508
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"

0 commit comments

Comments
 (0)