-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add continue-on-error to reusable wf (#178)
- Loading branch information
1 parent
07b89a1
commit 9f6fa1b
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1076,6 +1076,7 @@ jobs: | |
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD" | ||
- name: run-tests | ||
id: run-tests | ||
continue-on-error: true | ||
env: | ||
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }} | ||
uses: splunk/[email protected] | ||
|
@@ -1297,6 +1298,7 @@ jobs: | |
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD" | ||
- name: run-tests | ||
id: run-tests | ||
continue-on-error: true | ||
env: | ||
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }} | ||
uses: splunk/[email protected] | ||
|
@@ -1499,6 +1501,7 @@ jobs: | |
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD" | ||
- name: run-tests | ||
id: run-tests | ||
continue-on-error: true | ||
env: | ||
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }} | ||
uses: splunk/[email protected] | ||
|
@@ -1720,6 +1723,7 @@ jobs: | |
echo "test-arg=$TEST_ARG_M" >> "$GITHUB_OUTPUT" | ||
- name: run-tests | ||
id: run-tests | ||
continue-on-error: true | ||
env: | ||
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }} | ||
uses: splunk/[email protected] | ||
|
@@ -1939,6 +1943,7 @@ jobs: | |
} >> "$GITHUB_OUTPUT" | ||
- name: run-tests | ||
id: run-tests | ||
continue-on-error: true | ||
env: | ||
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }} | ||
uses: splunk/[email protected] | ||
|
@@ -2153,6 +2158,7 @@ jobs: | |
} >> "$GITHUB_OUTPUT" | ||
- name: run-tests | ||
id: run-tests | ||
continue-on-error: true | ||
env: | ||
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }} | ||
uses: splunk/[email protected] | ||
|
@@ -2371,6 +2377,7 @@ jobs: | |
} >> "$GITHUB_OUTPUT" | ||
- name: run-tests | ||
id: run-tests | ||
continue-on-error: true | ||
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' }} | ||
env: | ||
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }} | ||
|