Skip to content

Commit c27f509

Browse files
committed
lava: remove old lava yml files
Signed-off-by: Alice Ferrazzi <[email protected]>
1 parent 10b5e27 commit c27f509

File tree

4 files changed

+1
-117
lines changed

4 files changed

+1
-117
lines changed

lava/job/gentoo-boot.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

lava/job/gentoo-kselftest.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.
File renamed without changes.

run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def boot():
140140
jobdict["qemu_extra_options"].append("-append '%s %s'" % (device["qemu"]["append"], netoptions))
141141
templateLoader = jinja2.FileSystemLoader(searchpath=templatedir)
142142
templateEnv = jinja2.Environment(loader=templateLoader)
143-
template = templateEnv.get_template("gentoo.jinja2")
143+
template = templateEnv.get_template("lava/job/gentoo.jinja2")
144144

145145
# now try to boot on LAVA
146146
for lab in tlabs["labs"]:

0 commit comments

Comments
 (0)