Skip to content

Commit

Permalink
fix: revert unreleased Splunk version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Dec 27, 2023
1 parent 9682884 commit 08ee9b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
type=ref,event=pr
- name: matrix
id: matrix
uses: splunk/addonfactory-test-matrix-action@v1.11
uses: splunk/addonfactory-test-matrix-action@v1.12

fossa-scan:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -1213,7 +1213,7 @@ jobs:
- name: Test Report
id: test_report
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
if: ${{ !cancelled() }}
with:
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
Expand Down Expand Up @@ -1415,7 +1415,7 @@ jobs:
- name: Test Report
id: test_report
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
if: ${{ !cancelled() }}
with:
name: splunk ${{ matrix.splunk.version }} ${{ env.TEST_TYPE }} test report
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
Expand Down Expand Up @@ -1624,7 +1624,7 @@ jobs:
- name: Test Report
id: test_report
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
if: ${{ !cancelled() }}
with:
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} test report
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
Expand Down Expand Up @@ -1846,7 +1846,7 @@ jobs:
- name: Test Report
id: test_report
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
if: ${{ !cancelled() }}
with:
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
Expand Down Expand Up @@ -2062,7 +2062,7 @@ jobs:
- name: Test Report
id: test_report
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
if: ${{ !cancelled() }}
with:
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
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
Expand Down Expand Up @@ -2277,7 +2277,7 @@ jobs:
- name: Test Report
id: test_report
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
if: ${{ !cancelled() }}
with:
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
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
Expand Down Expand Up @@ -2502,7 +2502,7 @@ jobs:
- name: Test Report
id: test_report
uses: dorny/test-reporter@v1
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9')}}
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() }}
with:
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
Expand Down

0 comments on commit 08ee9b4

Please sign in to comment.