jjb: clean-up: remove deactivated fuzzing job
[lttng-ci.git] / scripts / system-tests / lava2-submit.py
index 9ce47318008f1bac26ce7282f5b94f70d954401b..c61e86aaaab82d16323fafef5d79c3ca58b18bbe 100644 (file)
@@ -37,12 +37,10 @@ class TestType:
     baremetal_benchmarks = 1
     baremetal_tests = 2
     kvm_tests = 3
-    kvm_fuzzing_tests = 4
     values = {
         'baremetal-benchmarks': baremetal_benchmarks,
         'baremetal-tests': baremetal_tests,
         'kvm-tests': kvm_tests,
-        'kvm-fuzzing-tests': kvm_fuzzing_tests,
     }
 
 
This page took 0.023964 seconds and 4 git commands to generate.