Skip to content

Commit

Permalink
feat: added sc4s docker registry param for running tests (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-khatsuriya authored Feb 22, 2022
1 parent 04cdda5 commit e3b3931
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
type=ref,event=pr
- name: matrix
id: matrix
uses: splunk/addonfactory-test-matrix-action@v1.5.1
uses: splunk/addonfactory-test-matrix-action@v1.6.0

compliance-sample-scanner:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
# with:
# name: snyk-results
# path: snyk-scan_requirements.sarif

build:
name: build
runs-on: ubuntu-latest
Expand Down Expand Up @@ -657,7 +657,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/wfe-test-runner-action@v1.5
uses: splunk/wfe-test-runner-action@v1.6
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand All @@ -670,6 +670,7 @@ jobs:
addon-url: ${{ needs.setup.outputs.addon-upload-path }}
addon-name: ${{ needs.setup.outputs.addon-name }}
sc4s-version: ${{ matrix.sc4s.version }}
sc4s-docker-registry: ${{ matrix.sc4s.docker_registry }}
- name: Check if pod was deleted
id: is-pod-deleted
if: always()
Expand Down Expand Up @@ -826,7 +827,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/wfe-test-runner-action@v1.5
uses: splunk/wfe-test-runner-action@v1.6
with:
splunk: ${{ matrix.splunk }}
test-type: ${{ env.TEST_TYPE }}
Expand All @@ -839,6 +840,7 @@ jobs:
addon-url: ${{ needs.setup.outputs.addon-upload-path }}
addon-name: ${{ needs.setup.outputs.addon-name }}
sc4s-version: ${{ matrix.sc4s.version }}
sc4s-docker-registry: ${{ matrix.sc4s.docker_registry }}
- name: Check if pod was deleted
id: is-pod-deleted
if: always()
Expand Down Expand Up @@ -982,7 +984,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/wfe-test-runner-action@v1.5
uses: splunk/wfe-test-runner-action@v1.6
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down Expand Up @@ -1139,7 +1141,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/wfe-test-runner-action@v1.5
uses: splunk/wfe-test-runner-action@v1.6
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down

0 comments on commit e3b3931

Please sign in to comment.