-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swap out ignite for liveness test (#1574)
* swap out ignite for liveness test * force liveness test to run * add min-gas-price * add validator mode flag * show logs * add more logs * add more logs * gopath * more logs * change to build dir * change to pkg * change sed for linux * clean up
- Loading branch information
Showing
4 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,16 +89,15 @@ jobs: | |
**/**.go | ||
go.mod | ||
go.sum | ||
- name: Install Ignite CLI | ||
- name: Install Gaia | ||
run: | | ||
curl https://get.ignite.com/[email protected]! | bash | ||
make build | ||
if: env.GIT_DIFF | ||
- name: Start Local Network via Ignite CLI | ||
- name: Start Local Network | ||
run: | | ||
make start-localnet-ci > ignite.out 2>&1 & | ||
make start-localnet-ci > liveness.out 2>&1 & | ||
if: env.GIT_DIFF | ||
- name: Test Local Network Liveness | ||
run: | | ||
sleep 3m | ||
./contrib/scripts/test_localnet_liveness.sh 100 5 50 localhost | ||
if: env.GIT_DIFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters