Merge "jjb: Add job to build and deploy efficios.com"
[lttng-ci.git] / scripts / system-tests / template_lava_job.jinja2
index 59fc91f0da701270926a53c3ae39c6227c8fb129..ed60cf1fbe5ad68e9a3581e98ef13feb2ffb4cb4 100644 (file)
@@ -16,6 +16,9 @@ context:
   extra_kernel_args: cpuidle.off=1
   extra_nfsroot_args: ",nfsvers=3 nfsrootdebug"
 
+environment:
+  SHELL: "/bin/bash"
+
 {% if device_type == DeviceType.kvm %}
 tags:
   - qemu
@@ -115,14 +118,4 @@ actions:
                 JENKINS_BUILD_ID: {{ jenkins_build_id }}
                 CI_REPO: {{ ci_repo }}
                 CI_BRANCH: {{ ci_branch }}
-            - repository: {{ ci_repo }}
-              from: git
-              branch: {{ ci_branch }}
-              path: lava/system-tests/destructive-tests.yml
-              name: destructive-tests
-              params:
-                LTTNG_VERSION_STRING: {{ lttng_version_string }}
-                JENKINS_BUILD_ID: {{ jenkins_build_id }}
-                CI_REPO: {{ ci_repo }}
-                CI_BRANCH: {{ ci_branch }}
           {% endif %}
This page took 0.023681 seconds and 4 git commands to generate.