Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ed5c288

Browse files
authored
Move Linux impeller_unittests to linux_unopt (#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: flutter/flutter#143330
1 parent 840f8f3 commit ed5c288

File tree

2 files changed

+44
-40
lines changed

2 files changed

+44
-40
lines changed

ci/builders/linux_host_engine.json

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,5 @@
11
{
22
"builds": [
3-
{
4-
"archives": [],
5-
"drone_dimensions": [
6-
"device_type=none",
7-
"os=Linux"
8-
],
9-
"gclient_variables": {
10-
"download_android_deps": false
11-
},
12-
"gn": [
13-
"--runtime-mode",
14-
"debug",
15-
"--unoptimized",
16-
"--prebuilt-dart-sdk",
17-
"--target-dir",
18-
"host_debug_impeller_vulkan"
19-
],
20-
"name": "host_debug_impeller_vulkan",
21-
"ninja": {
22-
"config": "host_debug_impeller_vulkan",
23-
"targets": [
24-
"flutter",
25-
"flutter/sky/packages"
26-
]
27-
},
28-
"tests": [
29-
{
30-
"language": "python3",
31-
"name": "Host Tests for host_debug_impeller_vulkan",
32-
"script": "flutter/testing/run_tests.py",
33-
"parameters": [
34-
"--variant",
35-
"host_debug_impeller_vulkan",
36-
"--type",
37-
"impeller",
38-
"--engine-capture-core-dump"
39-
]
40-
}
41-
]
42-
},
433
{
444
"archives": [
455
{

ci/builders/linux_unopt.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,50 @@
8181
}
8282
]
8383
},
84+
{
85+
"archives": [],
86+
"drone_dimensions": [
87+
"device_type=none",
88+
"os=Linux",
89+
"cores=32"
90+
],
91+
"gclient_variables": {
92+
"download_android_deps": false,
93+
"use_rbe": true
94+
},
95+
"gn": [
96+
"--runtime-mode",
97+
"debug",
98+
"--unoptimized",
99+
"--prebuilt-dart-sdk",
100+
"--target-dir",
101+
"host_debug_unopt_impeller_tests",
102+
"--rbe",
103+
"--no-goma"
104+
],
105+
"name": "host_debug_unopt_impeller_tests",
106+
"ninja": {
107+
"config": "host_debug_unopt_impeller_tests",
108+
"targets": [
109+
"flutter",
110+
"flutter/sky/packages"
111+
]
112+
},
113+
"tests": [
114+
{
115+
"language": "python3",
116+
"name": "Host Tests for host_debug_unopt_impeller_tests",
117+
"script": "flutter/testing/run_tests.py",
118+
"parameters": [
119+
"--variant",
120+
"host_debug_unopt_impeller_tests",
121+
"--type",
122+
"impeller",
123+
"--engine-capture-core-dump"
124+
]
125+
}
126+
]
127+
},
84128
{
85129
"drone_dimensions": [
86130
"device_type=none",

0 commit comments

Comments
 (0)