mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 14:43:19 +00:00
test: tweak E2E tests for nightly runs (#5512)
This commit is contained in:
committed by
Erik Grinaker
parent
4e2e487c7a
commit
6473f0178c
2
.github/workflows/e2e-nightly.yml
vendored
2
.github/workflows/e2e-nightly.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
|
||||
- name: Generate testnets
|
||||
working-directory: test/e2e
|
||||
# When changing -g, also change the matrix groups above
|
||||
run: ./build/generator -g 4 -d networks/nightly
|
||||
|
||||
- name: Run testnets in group ${{ matrix.group }}
|
||||
@@ -38,6 +39,7 @@ jobs:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
SLACK_CHANNEL: tendermint-internal
|
||||
SLACK_USERNAME: Nightly E2E Test Failure
|
||||
SLACK_ICON_EMOJI: ':skull:'
|
||||
SLACK_COLOR: danger
|
||||
SLACK_MESSAGE: Nightly E2E test failed (group ${{ matrix.group }})
|
||||
SLACK_FOOTER: ''
|
||||
|
||||
Reference in New Issue
Block a user