From 67aaab3ce36310539e03eb222a3ad0ae091dfb6c Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Wed, 17 May 2023 14:05:10 -0400 Subject: [PATCH] lava: Rename inline x86-env-setup test 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index d47ad11..b608006 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -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 -- 2.34.1