From: Otto Moerbeek Date: Wed, 8 Jan 2025 15:13:27 +0000 (+0100) Subject: Make bigger and run on ubicloud X-Git-Tag: dnsdist-2.0.0-alpha1~179^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3963342233086a30119cd57554472284a5188c82;p=thirdparty%2Fpdns.git Make bigger and run on ubicloud --- diff --git a/.github/workflows/test-daily.yml b/.github/workflows/test-daily.yml index bc5be42a79..fbb303dc03 100644 --- a/.github/workflows/test-daily.yml +++ b/.github/workflows/test-daily.yml @@ -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: