Skip to content

Commit

Permalink
config/pipeline.yaml: add "kind" to job definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
  • Loading branch information
Ricardo Cañuelo committed Jan 19, 2024
1 parent 332a503 commit 76a62cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:

baseline-x86: &baseline-x86-job
template: baseline.jinja2
kind: test

baseline-x86-board:
<<: *baseline-x86-job
Expand All @@ -133,6 +134,7 @@ jobs:

kbuild-gcc-10-x86:
template: kbuild.jinja2
kind: kbuild
image: kernelci/staging-gcc-10:x86-kselftest-kernelci
params:
arch: x86_64
Expand All @@ -141,6 +143,7 @@ jobs:

kbuild-gcc-10-x86-board:
template: kbuild.jinja2
kind: kbuild
image: kernelci/staging-gcc-10:x86-kselftest-kernelci
params:
arch: x86_64
Expand All @@ -150,6 +153,7 @@ jobs:

kbuild-gcc-10-x86-chromeos:
template: kbuild.jinja2
kind: kbuild
image: kernelci/staging-gcc-10:x86-kselftest-kernelci
params:
arch: x86_64
Expand All @@ -159,6 +163,7 @@ jobs:

kunit: &kunit-job
template: kunit.jinja2
kind: test
image: kernelci/staging-gcc-10:x86-kunit-kernelci

kunit-x86_64:
Expand All @@ -168,6 +173,7 @@ jobs:

kver:
template: kver.jinja2
kind: test
image: kernelci/staging-kernelci


Expand Down

0 comments on commit 76a62cc

Please sign in to comment.