Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions ci/builders/linux_host_engine.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
44 changes: 44 additions & 0 deletions ci/builders/linux_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down