Skip to content

Commit

Permalink
revert gaia12 to gaia9
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 21, 2023
1 parent c2e1413 commit 9fb33c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia12
- package: gaia9
command: gaiad
account_prefix: cosmos
- package: ibc-go-v7-simapp
Expand All @@ -66,10 +66,6 @@ jobs:
- uses: cachix/cachix-action@v12
with:
name: cosmos
- name: Clear Nix cache
run: |
nix flake update --commit-lock-file
nix flake gc --ignore-failures
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
Expand Down Expand Up @@ -221,7 +217,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia12
- package: gaia9
command: gaiad
account_prefix: cosmos
steps:
Expand Down Expand Up @@ -264,7 +260,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: .#gaia12 .#stride-no-admin
- package: .#gaia9 .#stride-no-admin
command: gaiad,strided
account_prefix: cosmos,stride
steps:
Expand Down Expand Up @@ -349,7 +345,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia12
- package: gaia9
command: gaiad
account_prefix: cosmos
steps:
Expand Down Expand Up @@ -425,7 +421,7 @@ jobs:
CHAIN_COMMAND_PATHS: gaiad,${{ matrix.chain.command }}
ACCOUNT_PREFIXES: cosmos,${{ matrix.chain.account_prefix }}
run: |
nix shell .#gaia12 .#${{ matrix.chain.package }} -c cargo \
nix shell .#gaia9 .#${{ matrix.chain.package }} -c cargo \
test -p ibc-integration-test --features interchain-security --no-fail-fast -- \
--nocapture --test-threads=1 interchain_security::
Expand All @@ -435,7 +431,7 @@ jobs:
strategy:
matrix:
gaiad:
- gaia12
- gaia9
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misbehaviour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia12
- package: gaia9
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: gaia12
- package: gaia9
command: gaiad
account_prefix: cosmos
- package: ibc-go-v7-simapp
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
inherit
(cosmos-nix)
gaia6-ordered
gaia12
gaia9
osmosis
wasmd
ibc-go-v2-simapp
Expand Down

0 comments on commit 9fb33c9

Please sign in to comment.