Skip to content

Commit

Permalink
Use only Gaia v11 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Aug 18, 2023
1 parent 6113050 commit 8cd3fe1
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 35 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia8
command: gaiad
account_prefix: cosmos
- package: gaia9
- package: gaia11
command: gaiad
account_prefix: cosmos
- package: ibc-go-v4-simapp
Expand Down Expand Up @@ -244,10 +241,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia8
command: gaiad
account_prefix: cosmos
- package: gaia9
- package: gaia11
command: gaiad
account_prefix: cosmos
- package: juno
Expand Down Expand Up @@ -372,7 +366,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia9
- package: gaia11
command: gaiad
account_prefix: cosmos
steps:
Expand Down Expand Up @@ -442,7 +436,7 @@ jobs:
CHAIN_COMMAND_PATHS: gaiad,${{ matrix.chain.command }}
ACCOUNT_PREFIXES: cosmos,${{ matrix.chain.account_prefix }}
run: |
nix shell .#gaia9 .#${{ matrix.chain.package }} -c cargo \
nix shell .#gaia11 .#${{ matrix.chain.package }} -c cargo \
test -p ibc-integration-test --features interchain-security --no-fail-fast -- \
--nocapture --test-threads=1 interchain_security::
Expand Down Expand Up @@ -482,7 +476,7 @@ jobs:
CHAIN_COMMAND_PATHS: gaiad,${{ matrix.chain.command }}
ACCOUNT_PREFIXES: cosmos,${{ matrix.chain.account_prefix }}
run: |
nix shell .#gaia9 .#${{ matrix.chain.package }} -c cargo \
nix shell .#gaia11 .#${{ matrix.chain.package }} -c cargo \
test -p ibc-integration-test --features interchain-security,ica --no-fail-fast -- \
--nocapture --test-threads=1 interchain_security::
Expand Down Expand Up @@ -522,7 +516,7 @@ jobs:
CHAIN_COMMAND_PATHS: gaiad,${{ matrix.chain.command }}
ACCOUNT_PREFIXES: cosmos,${{ matrix.chain.account_prefix }}
run: |
nix shell .#gaia9 .#${{ matrix.chain.package }} -c cargo \
nix shell .#gaia11 .#${{ matrix.chain.package }} -c cargo \
test -p ibc-integration-test --features interchain-security,ics31 --no-fail-fast -- \
--nocapture --test-threads=1 interchain_security::
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/misbehaviour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia8
command: gaiad
account_prefix: cosmos
- package: gaia9
- package: gaia11
command: gaiad
account_prefix: cosmos
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
first-package:
- package: gaia9
- package: gaia11
command: gaiad
account_prefix: cosmos
- package: ibc-go-v7-simapp
Expand Down
54 changes: 36 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cd3fe1

Please sign in to comment.