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
- 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 %}
- 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