lava: Rename inline x86-env-setup test
authorKienan Stewart <kstewart@efficios.com>
Wed, 17 May 2023 18:05:10 +0000 (14:05 -0400)
committerKienan Stewart <kstewart@efficios.com>
Wed, 17 May 2023 18:05:10 +0000 (14:05 -0400)
I propose renaming this job for two principal reasons: the setup is
run on more than x86 devices (it is used by kvm/qemu hosts as well),
and the purpose of this "test" is to create the vlttng virtualenv.

The more specific name also helps to avoid potential confusion with
the "x86-env-setup" that is run just beforehand.

Change-Id: I39915fec661f0519b94f68cbd6a26ca32ca3c254

scripts/system-tests/template_lava_job.jinja2

index d47ad11557da571d7a76e4c20629cdf318f62a77..b6080066763cc7f18de914019aa6a89cbf57f779 100644 (file)
@@ -68,12 +68,13 @@ actions:
             - repository:
                 metadata:
                     format: Lava-Test Test Definition 1.0
-                    name: x86-env-setup
-                    description: "Basic environment setup for x86 board"
+                    name: vlttng-env-setup
+                    description: "Configure virtualenv for vlttng"
                     os:
                       - ubuntu
                     devices:
                       - x86
+                      - kvm
                 run:
                   steps:
                   {% if device_type == DeviceType.x86 %}
@@ -87,7 +88,7 @@ actions:
                     - sync
               from: inline
               name: vlttng-env-setup-inline
-              path: inline/x86-env-setup.yaml
+              path: inline/vlttng-env-setup
           {% if test_type == TestType.baremetal_tests %}
             - repository: https://github.com/lttng/lttng-ci.git
               from: git
This page took 0.024591 seconds and 4 git commands to generate.