Skip to content

Commit

Permalink
tests/configs/jobs: add priority
Browse files Browse the repository at this point in the history
Add `priority` attribute for job configurations.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and nuclearcat committed Sep 23, 2024
1 parent 8beb658 commit 45119eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/configs/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
config: x86_64_defconfig
rules:
kcidb_test_suite:
priority:

kunit: &kunit-job
template: 'kunit.jinja2'
Expand All @@ -16,6 +17,7 @@ jobs:
params: {}
rules:
kcidb_test_suite: kunit
priority:

kunit-x86_64:
<<: *kunit-job
Expand All @@ -24,6 +26,7 @@ jobs:
arch: x86_64
rules:
kcidb_test_suite: kunit
priority:

kver:
template: 'kver.jinja2'
Expand All @@ -32,3 +35,4 @@ jobs:
params: {}
rules:
kcidb_test_suite: kernelci_kver
priority:

0 comments on commit 45119eb

Please sign in to comment.