Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into tudor/flakyness_and_p…
Browse files Browse the repository at this point in the history
…erf_fixes
  • Loading branch information
tudor-malene committed Sep 27, 2023
2 parents de4825c + 8096ae0 commit 91682a2
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 186 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/manual-deploy-testnet-l1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# The scheduled deployment runs at 03:05 on every day-of-week from Tuesday through Saturday, for dev-testnet only.

name: '[M] Deploy Testnet L1'

run-name: '[M] Deploy Testnet L1 ( ${{ github.event.inputs.testnet_type }} )'
on:
workflow_dispatch:
inputs:
Expand All @@ -30,6 +30,9 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment:
name: ${{ github.event.inputs.testnet_type }}

steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -144,6 +147,6 @@ jobs:
--blockTimeSecs=15 --slotsPerEpoch=2 --slotsPerSecond=15 \
--numNodes=1 --gethHTTPStartPort=8025 --gethWSStartPort=9000 \
--logToFile=false \
--prefundedAddrs="${{ secrets.GETHNETWORK_PREFUNDED_ADDR_WORKER }},${{ secrets.GETHNETWORK_PREFUNDED_ADDR_0 }},${{ secrets.GETHNETWORK_PREFUNDED_ADDR_1 }}"'
--prefundedAddrs="${{ vars.WORKER_ADDR }},${{ vars.NODE_WALLET_ADDR_0 }},${{ vars.NODE_WALLET_ADDR_1 }}"'
Loading

0 comments on commit 91682a2

Please sign in to comment.