From bd8bcabd4f8ac887404a84d29347fb24f57dc0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wieczorek?= Date: Wed, 5 Mar 2025 11:00:35 +0100 Subject: [PATCH] config: Drop Fluster ChromeOS Schedules, Jobs and Test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Wieczorek --- config/jobs-chromeos.yaml | 80 -------------------------- config/runtime/fluster-chromeos.jinja2 | 21 ------- config/scheduler-chromeos.yaml | 62 -------------------- 3 files changed, 163 deletions(-) delete mode 100644 config/runtime/fluster-chromeos.jinja2 diff --git a/config/jobs-chromeos.yaml b/config/jobs-chromeos.yaml index 68016b3a6..b3bc0e8a6 100644 --- a/config/jobs-chromeos.yaml +++ b/config/jobs-chromeos.yaml @@ -445,20 +445,6 @@ _anchors: - next - collabora-chromeos-kernel - fluster-chromeos: &fluster-chromeos-job - template: 'fluster-chromeos.jinja2' - kind: job - params: &fluster-chromeos-params - test_method: fluster-chromeos - job_timeout: 30 - videodec_parallel_jobs: 1 - videodec_timeout: 90 - rules: - tree: - - mainline - - next - - collabora-chromeos-kernel - watchdog-reset: &watchdog-reset-job template: generic.jinja2 kind: job @@ -887,72 +873,6 @@ jobs: - 'GStreamer-VP9-V4L2SL-Gst1.0' kcidb_test_suite: fluster.debian.v4l2.gstreamer_vp9 - fluster-chromeos-av1: - <<: *fluster-chromeos-job - params: - <<: *fluster-chromeos-params - 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 - params: - <<: *fluster-chromeos-params - 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 - params: - <<: *fluster-chromeos-params - testsuite: 'JVT-AVC_V1' - 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: - <<: *fluster-chromeos-params - testsuite: 'JVT-FR-EXT' - 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 - params: - <<: *fluster-chromeos-params - testsuite: 'JCT-VC-HEVC_V1' - 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 - params: - <<: *fluster-chromeos-params - testsuite: 'VP8-TEST-VECTORS' - 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: - <<: *fluster-chromeos-params - testsuite: 'VP9-TEST-VECTORS' - 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 watchdog-reset-x86-amd: *watchdog-reset-job diff --git a/config/runtime/fluster-chromeos.jinja2 b/config/runtime/fluster-chromeos.jinja2 deleted file mode 100644 index 67930b827..000000000 --- a/config/runtime/fluster-chromeos.jinja2 +++ /dev/null @@ -1,21 +0,0 @@ -{%- set base_kurl = platform_config.params.flash_kernel.url %} -{%- set boot_commands = 'nfs' %} -{%- set boot_namespace = 'modules' %} -{%- set flash_modules = 'modules.tar.xz' %} -{%- if platform_config.params.flash_kernel.modules %} -{%- set flash_modules = platform_config.params.flash_kernel.modules %} -{%- endif %} - -{%- set kernel_url = base_kurl ~ '/' ~ platform_config.params.flash_kernel.image %} -{%- set modules_url = base_kurl ~ '/' ~ flash_modules %} -{%- if platform_config.params.flash_kernel.dtb %} -{%- set dtb_url = base_kurl ~ '/' ~ platform_config.params.flash_kernel.dtb %} -{%- elif device_dtb %} -{%- set dtb_url = base_kurl ~ '/' ~ device_dtb %} -{%- endif %} -{%- set nfsroot = platform_config.params.nfsroot %} - -{%- set test_method = 'fluster-chromeos' %} - -{%- set base_template = 'base/' + runtime + '.jinja2' %} -{%- extends base_template %} diff --git a/config/scheduler-chromeos.yaml b/config/scheduler-chromeos.yaml index e5ca51fc3..a95ab8106 100644 --- a/config/scheduler-chromeos.yaml +++ b/config/scheduler-chromeos.yaml @@ -555,68 +555,6 @@ scheduler: - mt8192-asurada-spherion-r0 - mt8195-cherry-tomato-r2 - - job: fluster-chromeos-av1 - <<: *test-job-chromeos-mediatek - platforms: - - mt8195-cherry-tomato-r2 - - - job: fluster-chromeos-av1-chromium-10bit - <<: *test-job-chromeos-mediatek - platforms: - - mt8195-cherry-tomato-r2 - - - job: fluster-chromeos-h264 - <<: *test-job-chromeos-mediatek - - - job: fluster-chromeos-h264-frext - <<: *test-job-chromeos-mediatek - - - job: fluster-chromeos-h265 - <<: *test-job-chromeos-mediatek - platforms: - - mt8195-cherry-tomato-r2 - - mt8186-corsola-steelix-sku131072 - - mt8183-kukui-jacuzzi-juniper-sku16 - - - job: fluster-chromeos-vp8 - <<: *test-job-chromeos-mediatek - platforms: - - mt8195-cherry-tomato-r2 - - mt8186-corsola-steelix-sku131072 - - mt8192-asurada-spherion-r0 - - - job: fluster-chromeos-vp9 - <<: *test-job-chromeos-mediatek - platforms: - - mt8195-cherry-tomato-r2 - - mt8186-corsola-steelix-sku131072 - - mt8192-asurada-spherion-r0 - - - job: fluster-chromeos-h264 - <<: *test-job-chromeos-qualcomm - platforms: - - sc7180-trogdor-lazor-limozeen - - - job: fluster-chromeos-h264-frext - <<: *test-job-chromeos-qualcomm - platforms: - - sc7180-trogdor-lazor-limozeen - - - job: fluster-chromeos-h265 - <<: *test-job-chromeos-qualcomm - platforms: - - sc7180-trogdor-lazor-limozeen - - - job: fluster-chromeos-vp8 - <<: *test-job-chromeos-qualcomm - platforms: - - sc7180-trogdor-lazor-limozeen - - - job: fluster-chromeos-vp9 - <<: *test-job-chromeos-qualcomm - platforms: - - sc7180-trogdor-lazor-limozeen - - job: fluster-debian-h264 <<: *test-job-arm64-qualcomm