]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Make bigger and run on ubicloud
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 8 Jan 2025 15:13:27 +0000 (16:13 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 8 Jan 2025 15:16:01 +0000 (16:16 +0100)
.github/workflows/test-daily.yml

index bc5be42a79792b6480505a85db46fb4a345f5518..fbb303dc03446f99edb830cef023a292fe0cf400 100644 (file)
@@ -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: