]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .travis.yml
test: Disable LUKS devices from initramfs in QEMU tests
[thirdparty/systemd.git] / .travis.yml
index d46e2be6f75457d9cc4efd61ab542ece0d06db16..ba20097fdf69dc0011e06ffbe0275192f8ddef17 100644 (file)
@@ -17,7 +17,7 @@ stages:
     - name: Fuzzit-Fuzzing
       if: type = cron
 
-    - name: Fuzzit-Sanity
+    - name: Fuzzit-Regression
       if: type != cron
 
     # Run Coverity periodically instead of for each commit/PR
@@ -100,16 +100,16 @@ jobs:
           after_script:
               - $CI_MANAGERS/debian.sh CLEANUP
 
-        - stage: Fuzzit-Sanity
-          name:  Continuous Fuzzing Sanity via Fuzzit (sanity)
+        - stage: Fuzzit-Regression
+          name:  Continuous Fuzzing via Fuzzit (regression)
           language: bash
           script:
             - set -e
-            - $CI_MANAGERS/fuzzit.sh sanity
+            - $CI_MANAGERS/fuzzit.sh regression
             - set +e
 
         - stage: Fuzzit-Fuzzing
-          name: Continuous Fuzzing Sanity via Fuzzit (fuzzing daily)
+          name: Continuous Fuzzing via Fuzzit (fuzzing daily)
           language: bash
           script:
             - set -e