Skip to content

Commit

Permalink
merging list
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest authored Mar 21, 2024
1 parent d2c1b2d commit 16598e3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1742,20 +1742,14 @@ jobs:
- meta
- setup-workflow
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.python39 }}
strategy:
fail-fast: false
matrix:
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
splunk: ${{ concat(fromJson(needs.meta.outputs.matrix_supportedSplunk), fromJson(needs.meta.outputs.python39_splunk)) }}
modinput-type: [ "modinput_functional" ]
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
marker: ${{ fromJson(inputs.marker) }}
python39: [false]
include:
- splunk: ${{ fromJson(needs.meta.outputs.python39_splunk) }}
modinput-type: [ "modinput_functional" ]
python39: true
marker: ${{ fromJson(inputs.marker) }}
container:
image: ghcr.io/splunk/workflow-engine-base:2.0.12
env:
Expand Down

0 comments on commit 16598e3

Please sign in to comment.