Move Linux impeller_unittests to linux_unopt (flutter/engine#50558)

This PR moves linux impeller_unittests to the correct builder, but does
not yet merge it with the rest of the tests running in a
host_debug_unopt build due to:
https://github.com/flutter/flutter/issues/143330
This commit is contained in:
Zachary Anderson 2024-02-12 15:00:32 -08:00 committed by GitHub
parent 6f01f71b03
commit b2b54c426d
2 changed files with 44 additions and 40 deletions

View File

@ -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": [
{

View File

@ -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",