From 7b4cbe0dea96aac5ac29553eb38c0841ffb5df5c Mon Sep 17 00:00:00 2001 From: Zach Anderson Date: Mon, 12 Feb 2024 09:23:43 -0800 Subject: [PATCH] Move Linux impeller_unittests to linux_unopt --- ci/builders/linux_host_engine.json | 40 --------------------------- ci/builders/linux_unopt.json | 44 ++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 40 deletions(-) diff --git a/ci/builders/linux_host_engine.json b/ci/builders/linux_host_engine.json index 89ee728b29119..7a47d07709d1f 100644 --- a/ci/builders/linux_host_engine.json +++ b/ci/builders/linux_host_engine.json @@ -1,45 +1,5 @@ { "builds": [ - { - "archives": [], - "drone_dimensions": [ - "device_type=none", - "os=Linux" - ], - "gclient_variables": { - "download_android_deps": false - }, - "gn": [ - "--runtime-mode", - "debug", - "--unoptimized", - "--prebuilt-dart-sdk", - "--target-dir", - "host_debug_impeller_vulkan" - ], - "name": "host_debug_impeller_vulkan", - "ninja": { - "config": "host_debug_impeller_vulkan", - "targets": [ - "flutter", - "flutter/sky/packages" - ] - }, - "tests": [ - { - "language": "python3", - "name": "Host Tests for host_debug_impeller_vulkan", - "script": "flutter/testing/run_tests.py", - "parameters": [ - "--variant", - "host_debug_impeller_vulkan", - "--type", - "impeller", - "--engine-capture-core-dump" - ] - } - ] - }, { "archives": [ { diff --git a/ci/builders/linux_unopt.json b/ci/builders/linux_unopt.json index 89bd7170dc02d..5c09d7923269f 100644 --- a/ci/builders/linux_unopt.json +++ b/ci/builders/linux_unopt.json @@ -81,6 +81,50 @@ } ] }, + { + "archives": [], + "drone_dimensions": [ + "device_type=none", + "os=Linux", + "cores=32" + ], + "gclient_variables": { + "download_android_deps": false, + "use_rbe": true + }, + "gn": [ + "--runtime-mode", + "debug", + "--unoptimized", + "--prebuilt-dart-sdk", + "--target-dir", + "host_debug_unopt_impeller_tests", + "--rbe", + "--no-goma" + ], + "name": "host_debug_unopt_impeller_tests", + "ninja": { + "config": "host_debug_unopt_impeller_tests", + "targets": [ + "flutter", + "flutter/sky/packages" + ] + }, + "tests": [ + { + "language": "python3", + "name": "Host Tests for host_debug_unopt_impeller_tests", + "script": "flutter/testing/run_tests.py", + "parameters": [ + "--variant", + "host_debug_unopt_impeller_tests", + "--type", + "impeller", + "--engine-capture-core-dump" + ] + } + ] + }, { "drone_dimensions": [ "device_type=none",