Skip to content

Commit

Permalink
fix the unit test (#1444)
Browse files Browse the repository at this point in the history
* add runner name

* add back runner workflow call input

* disable manual flow and fix nightly.yml
  • Loading branch information
gatsbyz committed Apr 27, 2023
1 parent c6c8973 commit 7007803
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.nightly.devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
LOADTEST_MNEMONIC: ${{ secrets.LOADTEST_MNEMONIC }}
with:
runner: devnet
environment: ${{ inputs.environment }}
scenario: multiple_EOA

Expand All @@ -209,6 +210,7 @@ jobs:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
LOADTEST_MNEMONIC: ${{ secrets.LOADTEST_MNEMONIC }}
with:
runner: devnet
environment: ${{ inputs.environment }}
scenario: multiple_ERC20

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ on: # yamllint disable-line rule:truthy
description: The environment to run against
type: string
required: true
runner:
required: true
type: string
description: The runner label to use
scenario:
required: true
description: The mode for the stress test
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
secrets:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
TF_VAR_COMPANY_NAME: ${{ secrets.TF_VAR_COMPANY_NAME }}
TF_VAR_DEPLOYMENT_NAME: ${{ secrets.TF_VAR_DEPLOYMENT_NAME }}
TF_VAR_OWNER: ${{ secrets.TF_VAR_OWNER }}
SLACK_PERFORMANCE_WEBHOOK_URL: ${{ secrets.SLACK_PERFORMANCE_WEBHOOK_URL }}
Expand Down

0 comments on commit 7007803

Please sign in to comment.