Skip to content

Commit

Permalink
master: set default job priority to 10
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
  • Loading branch information
roxell committed Aug 2, 2023
1 parent ab0ed86 commit 0cfd8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lava_test_plans/master.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ context:
{% set LAVA_JOB_VISIBILITY = LAVA_JOB_VISIBILITY|default("public") %}
device_type: {% block device_type %}{% endblock %}
job_name: {% block job_name %}{% endblock %}
priority: {% block priority %}{{LAVA_JOB_PRIORITY}}{% endblock priority %}
priority: {% block priority %}{{LAVA_JOB_PRIORITY|default(10)}}{% endblock priority %}
visibility:
{% block visibility %}
{% if LAVA_JOB_VISIBILITY == "group" %}
Expand Down

0 comments on commit 0cfd8a0

Please sign in to comment.