Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly Tests - Improvements #659

Merged
merged 4 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly - Ansible

on:
schedule:
- cron: '30 1 * * *' # run at 1:30am to stagger tests
- cron: '0 0 * * *' # run at midnight to stagger tests (take around 15m to pass)
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-bridge-erc20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly - Bridge ERC20 L2->L1

on:
schedule:
- cron: '0 1 * * *' # run at 1am to stagger tests
- cron: '0 1 * * *' # run at 1am
workflow_dispatch:

jobs:
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/nightly-bridge-tests.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/nightly-eth-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly - ETH Bench

on:
schedule:
- cron: '0 1 * * *' # run at 1am to stagger tests
- cron: '0 2 * * *' # run at 2am to stagger tests (take around 15m to pass)
workflow_dispatch:

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
l2_ep: "http://34.175.214.161:8500"
bridge_ep: "http://34.175.214.161:8085"
l1_pk_secret_name: "L1_SEPOLIA_FUNDED_PRIVATE_KEY"
l2_pk_secret_name: "NETWORK5_PRIVATE_KEY"
l2_pk_secret_name: "NETWORK5_PRIVATE_KEY_0X126"
bridge_addr: "0xb566BE17B22404BD46F389030ec5592F8ffAde12"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-node-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly - Compare Blocks

on:
schedule:
- cron: '0 2 * * *' # run at 2am to give time for other suites to run first
- cron: '30 3 * * *' # run at 3:30am to give time for other suites to run first
workflow_dispatch:

jobs:
Expand Down
27 changes: 0 additions & 27 deletions zk/tests/bridge/Dockerfile

This file was deleted.

135 changes: 0 additions & 135 deletions zk/tests/bridge/bridge.sh

This file was deleted.

17 changes: 0 additions & 17 deletions zk/tests/bridge/docker-compose.yml

This file was deleted.

Loading