jjb/lava: Parameterize repo URL and branch for test scripts
[lttng-ci.git] / lava / system-tests / destructive-tests.yml
index e43b0f2d70a407483acd76fd1c287371c255e1ee..b1b4f27e7fb98f455a7a0f53c8d96c6bbb7620cd 100644 (file)
@@ -4,10 +4,11 @@ metadata:
         description: "Run root destructive test suite"
 params:
   JENKINS_BUILD_ID: "invalid_jenkins_build_id"
+  LTTNG_VERSION_STRING: "invalid_version_string"
 run:
         steps:
                 - apt install -y curl
-                - git clone https://github.com/lttng/lttng-ci ci
+                - git clone "${CI_REPO}" --branch="${CI_BRANCH}" ci
                 - export TMPDIR="/tmp"
                 - systemctl stop systemd-timesyncd.service
                 - mkdir -p coredump
This page took 0.028029 seconds and 4 git commands to generate.