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

Commit edc25b1

Browse files
committed
Add a shard for vulkan testing
1 parent 2b5d630 commit edc25b1

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

ci/builders/linux_host_engine.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,48 @@
2626
"tests": []
2727
},
2828
{
29+
"archives": [],
30+
"drone_dimensions": [
31+
"device_type=none",
32+
"os=Linux"
33+
],
34+
"gclient_custom_vars": {
35+
"download_android_deps": false
36+
},
37+
"gn": [
38+
"--runtime-mode",
39+
"debug",
40+
"--unoptimized",
41+
"--prebuilt-dart-sdk",
42+
"--enable-impeller-vulkan",
43+
"--target-dir",
44+
"host_debug_impeller_vulkan"
45+
],
46+
"name": "host_debug_impeller_vulkan",
47+
"ninja": {
48+
"config": "host_debug_impeller_vulkan",
49+
"targets": [
50+
"flutter",
51+
"flutter/sky/packages"
52+
]
53+
},
54+
"tests": [
55+
{
56+
"language": "python",
57+
"name": "Host Tests for host_debug_impeller_vulkan",
58+
"parameters": [
59+
"--variant",
60+
"host_debug_impeller_vulkan",
61+
"--type",
62+
"engine",
63+
"--engine-capture-core-dump"
64+
],
65+
"script": "flutter/testing/run_tests.py",
66+
"type": "local"
67+
}
68+
]
69+
},
70+
{
2971
"archives": [
3072
{
3173
"name": "host_debug",

0 commit comments

Comments
 (0)