Skip to content

Commit

Permalink
coverage_report: remove run-test-vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhargava-jump committed Feb 14, 2025
1 parent a06ab47 commit a1fedc8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:

- uses: ./.github/actions/deps
- uses: ./.github/actions/hugepages
with:
count_gigantic: 60
count_huge: 100 # TODO: this is required until we can handle anonymous workspaces and loose huge pages in fddev

- uses: dtolnay/rust-toolchain@1.73.0

- name: Generate all coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ledgers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:
jobs:
ledger-replay:
timeout-minutes: 30
timeout-minutes: 15
runs-on: [self-hosted, 512G]
env:
CC: gcc
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: ./.github/actions/hugepages
with:
count_gigantic: 320
count_huge: 1000 # TODO: this is required until we can handle anonymouse workspaces and loose huge pages in fddev
count_huge: 1000 # TODO: this is required until we can handle anonymous workspaces and loose huge pages in fddev

- name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_firedancer_localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: ./.github/actions/hugepages
with:
count_gigantic: 200
count_huge: 1000 # TODO: this is required until we can handle anonymouse workspaces and loose huge pages in fddev
count_huge: 1000 # TODO: this is required until we can handle anonymous workspaces and loose huge pages in fddev

- name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_firedancer_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: ./.github/actions/hugepages
with:
count_gigantic: 128
count_huge: 1000 # TODO: this is required until we can handle anonymouse workspaces and loose huge pages in fddev
count_huge: 1000 # TODO: this is required until we can handle anonymous workspaces and loose huge pages in fddev

- name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_firedancer_testnet_shredcap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: ./.github/actions/hugepages
with:
count_gigantic: 250
count_huge: 1000 # TODO: this is required until we can handle anonymouse workspaces and loose huge pages in fddev
count_huge: 1000 # TODO: this is required until we can handle anonymous workspaces and loose huge pages in fddev

- name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion contrib/test/ci_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for MACHINE in ${MACHINES[*]}; do
fi
make run-fuzz-test
make run-script-test
make run-test-vectors
# make run-test-vectors
if [[ "$HAS_LLVM_COV" == 1 ]]; then
make "${OBJDIR}/cov/cov.lcov"
fi
Expand Down

0 comments on commit a1fedc8

Please sign in to comment.