Skip to content

Commit

Permalink
Make bigger and run on ubicloud
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Jan 8, 2025
1 parent 1ab59d7 commit 3963342
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ on:

jobs:
run-rec-bulk-test:
#if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' }}
if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' }}
name: Run Recursor Bulk Test
#runs-on: ubicloud-standard-8-ubuntu-2404
runs-on: ubuntu-24.04
runs-on: ubicloud-standard-8-ubuntu-2404
strategy:
matrix:
testsize: [100]
testsize: [100000]
IPv6: [0, 1]
max-parallel: 1
steps:
Expand Down

0 comments on commit 3963342

Please sign in to comment.