Skip to content
Snippets Groups Projects
Commit cf00d69f authored by Chase Qi's avatar Chase Qi Committed by Stevan Radaković
Browse files

ci: make lava-report job playable when test job starts


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 16dd9233
No related branches found
No related tags found
No related merge requests found
...@@ -497,11 +497,13 @@ lava-qemu-x86_64-sysota: ...@@ -497,11 +497,13 @@ lava-qemu-x86_64-sysota:
lava-report: lava-report:
extends: .lava-report extends: .lava-report
dependencies: []
needs: needs:
- lava-qemu-x86 # Set the needs to the same build job that needed by one of the lava-test
- lava-qemu-x86_64 # job to turn the job into playable status once lava-test job started.
- lava-zephyr-qemu-cortex-m3 # Without any needs here, lava-report waits for all the build stages to
- lava-zephyr-qemu-x86 # finish which leads to timing issue when playing the job via api.
- linux-qemu-x86-gcc
lava-badge: lava-badge:
needs: [lava-report] needs: [lava-report]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment