Skip to content

Commit

Permalink
lkft: devices: qemu: enable docker
Browse files Browse the repository at this point in the history
Use qemu from the docker container instead of qemu from the lab's
qemu-worker.

Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Oct 27, 2021
1 parent 774546b commit d76bf1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/lkft/devices/qemu_arm64
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
{% else %}
{% set QEMU_CPU_VARIABLES = QEMU_CPU_VARIABLES|default("max") %}
{% endif %}
{% USE_DOCKER = true %}
1 change: 1 addition & 0 deletions projects/lkft/devices/qemu_i386
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
{% set OVERLAY_MODULES_URL_COMP = OVERLAY_MODULES_URL_COMP|default("xz") %}
{% set OVERLAY_PERF_URL_FORMAT = OVERLAY_PERF_URL_FORMAT|default("tar") %}
{% set OVERLAY_PERF_URL_COMP = OVERLAY_PERF_URL_COMP|default("xz") %}
{% USE_DOCKER = true %}
1 change: 1 addition & 0 deletions projects/lkft/devices/qemu_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{% set OVERLAY_MODULES_URL_COMP = OVERLAY_MODULES_URL_COMP|default("xz") %}
{% set OVERLAY_PERF_URL_FORMAT = OVERLAY_PERF_URL_FORMAT|default("tar") %}
{% set OVERLAY_PERF_URL_COMP = OVERLAY_PERF_URL_COMP|default("xz") %}
{% USE_DOCKER = true %}

{% block test_target %}
{% if enable_tests is defined and enable_tests %}
Expand Down

0 comments on commit d76bf1c

Please sign in to comment.