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

Commit a6dc21a

Browse files
new builder
1 parent 4503a5b commit a6dc21a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

ci/builders/linux_fuchsia.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,44 @@
2424
]
2525
}
2626
},
27+
{
28+
"archives": [],
29+
"drone_dimensions": [
30+
"device_type=none",
31+
"os=Linux"
32+
],
33+
"gclient_variables": {
34+
"download_android_deps": false
35+
},
36+
"gn": [
37+
"--fuchsia",
38+
"--fuchsia-cpu",
39+
"arm64",
40+
"--runtime-mode",
41+
"profile",
42+
"-no-lto"
43+
],
44+
"name": "fuchsia_profile_arm64_tester",
45+
"ninja": {
46+
"config": "fuchsia_profile_arm64",
47+
"targets": [
48+
"flutter/shell/platform/fuchsia:fuchsia",
49+
"flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests",
50+
"fuchsia_tests"
51+
]
52+
},
53+
"tests": [
54+
{
55+
"name": "arm64 emulator based profile / aot tests",
56+
"language": "python3",
57+
"script": "flutter/tools/fuchsia/with_envs.py",
58+
"parameters": [
59+
"testing/fuchsia/run_tests.py",
60+
"fuchsia_profile_arm64"
61+
]
62+
}
63+
]
64+
},
2765
{
2866
"archives": [],
2967
"drone_dimensions": [

0 commit comments

Comments
 (0)