From 3963342233086a30119cd57554472284a5188c82 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 8 Jan 2025 16:13:27 +0100 Subject: [PATCH] Make bigger and run on ubicloud --- .github/workflows/test-daily.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: -- 2.47.2