Skip to content

Commit

Permalink
print validator log
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Mar 14, 2024
1 parent 0caed21 commit 8836b82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/upgrade-gaia-v15-fresh-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ jobs:
connection_id=$($CHAIN_BINARY q ibc connection connections -o json --home $HOME_1 | jq -r --arg client "$client_id" '.connections[] | select(.client_id==$client).id')
channel_id=$($CHAIN_BINARY q ibc channel connections $connection_id -o json --home $HOME_1 | jq -r '.channels[] | select(.port_id=="transfer").channel_id')
tests/test_consumer_ibc_transfer.sh $channel_id
- name: Check jailed status
run: |
export CONSUMER_CHAIN_BINARY=$CONSUMER_CHAIN_V310_BINARY
Expand Down Expand Up @@ -841,6 +840,12 @@ jobs:
# sleep $(($COMMIT_TIMEOUT*30))
# - name: _Soft opt-out test> Validator must be jailed - 2
# run: tests/test_validator_jailed.sh $VALOPER_2 true
- name: Print validator log
run: |
journalctl -u $PROVIDER_SERVICE_2 | tail -n 20
journalctl -u $PROVIDER_SERVICE_3 | tail -n 20
Baseline-3b-icsv310-some-keys-assigned:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 8836b82

Please sign in to comment.