Skip to content

Commit

Permalink
Added scheduled job for the smoke
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Jun 27, 2023
1 parent d1a1c15 commit 51dd341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
required: true
default: develop
type: string

schedule:
- cron: '0 11 45 * *'
env:
CL_ECR: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
ENV_JOB_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink-solana-tests:${{ github.sha }}
Expand Down Expand Up @@ -131,7 +132,7 @@ jobs:
QA_AWS_ACCOUNT_NUMBER: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}

e2e_custom_run_smoke_tests:
name: E2E Custom Run Smoke Tests
name: ${{ github.event_name == 'schedule' ? 'Scheduled E2E Custom Run Smoke Tests' : 'E2E Custom Run Smoke Tests' }}
environment: integration
permissions:
checks: write
Expand Down
1 change: 1 addition & 0 deletions integration-tests/gauntlet/gauntlet_solana.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package gauntlet

0 comments on commit 51dd341

Please sign in to comment.