Skip to content

Commit

Permalink
update OCR test names in on-demand workflow (#13708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel authored Jun 27, 2024
1 parent c3f6b70 commit 2a1b0c4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/on-demand-ocr-soak-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:
default: TestOCRSoak
type: choice
options:
- TestOCRSoak
- TestOCRv1Soak
- TestOCRv2Soak
- TestForwarderOCRv1Soak
- TestForwarderOCRv2Soak
- TestOCRSoak_GethReorgBelowFinality_FinalityTagDisabled
- TestOCRSoak_GethReorgBelowFinality_FinalityTagEnabled
- TestOCRSoak_GasSpike
Expand All @@ -18,7 +21,7 @@ on:
base64Config:
description: base64-ed config
required: true
type: string
type: string
slackMemberID:
description: Slack Member ID (Not your @)
required: true
Expand Down Expand Up @@ -78,7 +81,7 @@ jobs:
echo "### chainlink-tests image tag for this test run :ship:" >>$GITHUB_STEP_SUMMARY
echo "\`${GITHUB_SHA}\`" >>$GITHUB_STEP_SUMMARY
echo "### Networks on which test was run" >>$GITHUB_STEP_SUMMARY
echo "\`${{ env.NETWORKS }}\`" >>$GITHUB_STEP_SUMMARY
echo "\`${{ env.NETWORKS }}\`" >>$GITHUB_STEP_SUMMARY
- name: Build Image
uses: ./.github/actions/build-test-image
with:
Expand Down

0 comments on commit 2a1b0c4

Please sign in to comment.