jjb: clean-up: remove deactivated fuzzing job
[lttng-ci.git] / scripts / system-tests / template_lava_job.jinja2
index c71692cac1d80aabb891fa75e6bd0f07b7235895..7cadfd7a877b8f93cf91b60577619c85c43b5925 100644 (file)
@@ -27,9 +27,6 @@ tags:
 
 metadata:
   jenkins_jobname: {{ job_name }}
-{% if test_type == TestType.kvm_fuzzing_tests %}
-  nb_iterations: {{ kprobe_round_nb }}
-{% endif %}
 
 
 actions:
@@ -90,14 +87,12 @@ actions:
                     - apt-get update
                     - apt-get upgrade
                     - apt-get install -y systemtap-sdt-dev
-                  {% if test_type != TestType.kvm_fuzzing_tests %}
                     - pip3 install --upgrade pip
                     - hash -r
                     - pip3 install vlttng
                     - {{ vlttng_cmd }}
                     - ln -s {{ vlttng_path }} /root/lttngvenv
                     - sync
-                  {% endif %}
               from: inline
               name: x86-env-setup-inline
               path: inline/x86-env-setup.yaml
@@ -164,19 +159,4 @@ actions:
               name: destructive-tests
               params:
                 JENKINS_BUILD_ID: {{ jenkins_build_id }}
-          {% elif test_type == TestType.kvm_fuzzing_tests %}
-            - repository: https://github.com/lttng/lttng-ci.git
-              from: git
-              path: lava/system-tests/kprobe-fuzzing-generate-data.yml
-              name: kprobe-fuzzing-generate-data
-              params:
-                RANDOM_SEED: {{ random_seed }}
-          {% for i in range(kprobe_round_nb) %}
-            - repository: https://github.com/lttng/lttng-ci.git
-              from: git
-              path: lava/system-tests/kprobe-fuzzing-tests.yml
-              name: kprobe-fuzzing-tests{{ i }}
-              params:
-                ROUND_NB: {{ i }}
-          {% endfor %}
           {% endif %}
This page took 0.023763 seconds and 4 git commands to generate.