Skip to content

Commit

Permalink
[Forge] Reduce test run frequency.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Dec 17, 2022
1 parent 82c7bde commit 546ed91
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
### Please remember to use different namespace for different tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
### Please remember to use different namespace for different tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
### Please remember to use different namespace for different tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-e2e-compat-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
run-forge-compat:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
### Please remember to use different namespace for different tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
### Please remember to use different namespace for different tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
run-forge-fullnode-reboot-stress-test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
### Please remember to use different namespace for different tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-e2e-haproxy-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
run-forge-haproxy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-e2e-network-latency-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
# Test under sub optimal circumstances (network delay)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */12 * * *"

jobs:
# Test under sub optimal circumstances (network delay and different node processing speed)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
run-forge-network-partition-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-e2e-nft-mint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
### Please remember to use different namespace for different tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-e2e-performance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
### Please remember to use different namespace for different tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
run-forge-validator-reboot-stress-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twin-validator-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

jobs:
run-forge-twin-validator-test:
Expand Down

0 comments on commit 546ed91

Please sign in to comment.