Skip to content

Commit

Permalink
v4l2-decoder-conformance: Change KCIDB parameters to match new conven…
Browse files Browse the repository at this point in the history
…tion

Apply suggestions from code review
Update KCIDB parameters to match [new convention](https://github.com/kernelci/kernelci-pipeline/blob/main/config/jobs-chromeos.yaml#L614)

Signed-off-by: Denis Yuji Shimizu <[email protected]>

Co-authored-by: Jeny Sadadia <[email protected]>
  • Loading branch information
2 people authored and nuclearcat committed Sep 5, 2024
1 parent e4cfb12 commit 3114a3b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/jobs-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ _anchors:
- next
- collabora-chromeos-kernel
- media
kcidb_test_suite: fluster.chromeos

watchdog-reset: &watchdog-reset-job
template: generic.jinja2
Expand Down Expand Up @@ -695,6 +694,7 @@ jobs:
testsuite: 'AV1-TEST-VECTORS'
decoders:
- 'GStreamer-AV1-V4L2SL-Gst1.0'
kcidb_test_suite: fluster.chromeos.v4l2.gstreamer_av1

fluster-chromeos-av1-chromium-10bit:
<<: *fluster-chromeos-job
Expand All @@ -703,6 +703,7 @@ jobs:
testsuite: 'CHROMIUM-10bit-AV1-TEST-VECTORS'
decoders:
- 'GStreamer-AV1-V4L2SL-Gst1.0'
kcidb_test_suite: fluster.chromeos.v4l2.gstreamer_av1_chromium

fluster-chromeos-h264:
<<: *fluster-chromeos-job
Expand All @@ -712,7 +713,7 @@ jobs:
decoders:
- 'GStreamer-H.264-V4L2-Gst1.0'
- 'GStreamer-H.264-V4L2SL-Gst1.0'

kcidb_test_suite: fluster.chromeos.v4l2.gstreamer_h264
fluster-chromeos-h264-frext:
<<: *fluster-chromeos-job
params:
Expand All @@ -721,6 +722,7 @@ jobs:
decoders:
- 'GStreamer-H.264-V4L2-Gst1.0'
- 'GStreamer-H.264-V4L2SL-Gst1.0'
kcidb_test_suite: fluster.chromeos.v4l2.gstreamer_h264_frext

fluster-chromeos-h265:
<<: *fluster-chromeos-job
Expand All @@ -730,6 +732,7 @@ jobs:
decoders:
- 'GStreamer-H.265-V4L2-Gst1.0'
- 'GStreamer-H.265-V4L2SL-Gst1.0'
kcidb_test_suite: fluster.chromeos.v4l2.gstreamer_h265

fluster-chromeos-vp8:
<<: *fluster-chromeos-job
Expand All @@ -739,7 +742,7 @@ jobs:
decoders:
- 'GStreamer-VP8-V4L2-Gst1.0'
- 'GStreamer-VP8-V4L2SL-Gst1.0'

kcidb_test_suite: fluster.chromeos.v4l2.gstreamer_vp8
fluster-chromeos-vp9:
<<: *fluster-chromeos-job
params:
Expand All @@ -748,6 +751,7 @@ jobs:
decoders:
- 'GStreamer-VP9-V4L2-Gst1.0'
- 'GStreamer-VP9-V4L2SL-Gst1.0'
kcidb_test_suite: fluster.chromeos.v4l2.gstreamer_vp9

watchdog-reset-arm64-mediatek: *watchdog-reset-job
watchdog-reset-arm64-qualcomm: *watchdog-reset-job
Expand Down

0 comments on commit 3114a3b

Please sign in to comment.