Skip to content

Commit

Permalink
config.runtime.base.lava: set job priority
Browse files Browse the repository at this point in the history
Set job priority for lava jobs.

Signed-off-by: Jeny Sadadia <jeny.sadadia@collabora.com>
  • Loading branch information
Jeny Sadadia authored and nuclearcat committed Sep 23, 2024
1 parent 0327faf commit 8beb658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime/base/lava.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ device_type: {{ platform_config.name }}

visibility: public

priority: 10
priority: {{ priority | default('10') }}

{% if platform_config.context %}
context:{% for key, value in platform_config.context | items %}
Expand Down

0 comments on commit 8beb658

Please sign in to comment.