Skip to content

Commit

Permalink
Split Namada scripts CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed May 2, 2024
1 parent 8ecf1e1 commit 8346fb3
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,6 @@ jobs:
if: always()
strategy:
fail-fast: false
matrix:
scripts:
- name: namada-gaia-simple-transfers
- name: namada-shielded-transfers
- name: namada-simple-transfers
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
Expand Down Expand Up @@ -454,12 +449,30 @@ jobs:
chmod -R a+w wasm/
make build-wasm-scripts
nix-collect-garbage -d
- env:
- name: namada-gaia-simple-transfers
env:
RUST_LOG: info
RUST_BACKTRACE: 1
NO_COLOR_LOG: 1
run: |
nix shell .#gaia14 .#namada -c bash e2e/namada-gaia-simple-transfers /tmp/namada-repo
rm -r data/
- name: namada-shielded-transfers
env:
RUST_LOG: info
RUST_BACKTRACE: 1
NO_COLOR_LOG: 1
run: |
nix shel .#namada -c bash e2e/namada-shielded-transfers /tmp/namada-repo
rm -r data/
- name: namada-simple-transfers
env:
RUST_LOG: info
RUST_BACKTRACE: 1
NO_COLOR_LOG: 1
run: |
nix shell .#gaia14 .#namada -c sh e2e/${{ matrix.scripts.name }} /tmp/namada-repo
nix shell .#namada -c bash e2e/namada-simple-transfers /tmp/namada-repo
rm -r data/
namada:
needs: [integration-test, celestia-to-gaia, interchain-security-icq, interchain-security-no-ica, ordered-channel-test, model-based-test, namada-scripts]
Expand Down

0 comments on commit 8346fb3

Please sign in to comment.