Skip to content

Commit

Permalink
chore: publish and use artifact for load-aggregator in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed May 16, 2024
1 parent 1b28587 commit 17dfb99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ runs:
target/release/mithril-signer.exe
target/release/mithril-relay
target/release/mithril-relay.exe
target/release/load-aggregator
if-no-files-found: error
15 changes: 6 additions & 9 deletions .github/workflows/aggregator-stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,14 @@ jobs:
- name: Set permissions
shell: bash
working-directory: ./bin
run: chmod +x ./mithril-aggregator

- name: Build the aggregator stress test
working-directory: mithril-test-lab/mithril-end-to-end
run: make build
run: |
chmod +x ./mithril-aggregator
chmod +x ./load-aggregator
- name: Run the aggregator stress test
working-directory: mithril-test-lab/mithril-end-to-end
run: |
./load-aggregator ${{ steps.prepare.outputs.debug_level }} \
--cardano-cli-path script/mock-cardano-cli \
--aggregator-dir ../../bin \
./bin/load-aggregator ${{ steps.prepare.outputs.debug_level }} \
--cardano-cli-path ./mithril-test-lab/mithril-end-to-end/script/mock-cardano-cli \
--aggregator-dir ./bin \
--num-signers=${{ inputs.num_signers }} \
--num-clients=${{ inputs.num_clients }}

0 comments on commit 17dfb99

Please sign in to comment.