Skip to content

Commit

Permalink
test-image: Use vm-util for test-image task
Browse files Browse the repository at this point in the history
  • Loading branch information
avdgrinten committed Dec 5, 2024
1 parent f36b7bf commit efed403
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bootstrap.d/tasks.y4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,21 @@ tasks:
containerless: true

- name: test-image
tools_required:
- tool: ovmf
expose: false
tasks_required:
- task: make-image
order_only: true
- task: remake-image
order_only: true
args:
- '@SOURCE_ROOT@/scripts/test-image.py'
- '@SOURCE_ROOT@/scripts/vm-util.py'
- 'qemu'
- '--arch'
- '@OPTION:arch@'
- '--expect'
- "launching '/usr/libexec/weston-desktop-shell'"
workdir: '@BUILD_ROOT@'
containerless: true

Expand Down

0 comments on commit efed403

Please sign in to comment.