Skip to content

Commit

Permalink
chore(ci): upload gossipsub e2e logs separately
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin authored and joshuef committed Oct 20, 2023
1 parent 6dc3a73 commit 859aed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,15 @@ jobs:
platform: ${{ matrix.os }}

- name: Gossipsub - nodes to subscribe to topics, and publish messages
run: cargo test --release -p sn_node --features local-discovery msgs_over_gossipsub -- --nocapture
run: cargo test --release -p sn_node --features local-discovery --test msgs_over_gossipsub -- --nocapture
timeout-minutes: 20

- name: Stop the local network and upload logs
if: always()
uses: maidsafe/sn-local-testnet-action@main
with:
action: stop
log_file_prefix: safe_test_logs_e2e
log_file_prefix: safe_test_logs_gossipsub_e2e
platform: ${{ matrix.os }}

spend_test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,15 @@ jobs:
platform: ${{ matrix.os }}

- name: Gossipsub - nodes to subscribe to topics, and publish messages
run: cargo test --release -p sn_node --features local-discovery msgs_over_gossipsub -- --nocapture
run: cargo test --release -p sn_node --features local-discovery --test msgs_over_gossipsub -- --nocapture
timeout-minutes: 20

- name: Stop the local network and upload logs
if: always()
uses: maidsafe/sn-local-testnet-action@main
with:
action: stop
log_file_prefix: safe_test_logs_e2e
log_file_prefix: safe_test_logs_gossipsub_e2e
platform: ${{ matrix.os }}

spend_test:
Expand Down

0 comments on commit 859aed4

Please sign in to comment.