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
8 changes: 8 additions & 0 deletions ci/builders/linux_android_aot_engine.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"_comment": [
"The builds defined in this file should not contain tests, ",
"and the file should not contain builds that are essentially tests. ",
"The only builds in this file should be the builds necessary to produce ",
"release artifacts. ",
"Tests to run on linux hosts should go in one of the other linux_ build ",
"definition files."
],
"builds": [
{
"archives": [
Expand Down
8 changes: 8 additions & 0 deletions ci/builders/linux_android_debug_engine.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"_comment": [
"The builds defined in this file should not contain tests, ",
"and the file should not contain builds that are essentially tests. ",
"The only builds in this file should be the builds necessary to produce ",
"release artifacts. ",
"Tests to run on linux hosts should go in one of the other linux_ build ",
"definition files."
],
"builds": [
{
"archives": [
Expand Down
8 changes: 8 additions & 0 deletions ci/builders/linux_arm_host_engine.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"_comment": [
"The builds defined in this file should not contain tests, ",
"and the file should not contain builds that are essentially tests. ",
"The only builds in this file should be the builds necessary to produce ",
"release artifacts. ",
"Tests to run on linux hosts should go in one of the other linux_ build ",
"definition files."
],
"builds": [
{
"archives": [
Expand Down
8 changes: 8 additions & 0 deletions ci/builders/linux_fuchsia.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"_comment": [
"The builds defined in this file should not contain tests, ",
"and the file should not contain builds that are essentially tests. ",
"The only builds in this file should be the builds necessary to produce ",
"release artifacts. ",
"Tests to run on linux hosts should go in one of the other linux_ build ",
"definition files."
],
"builds": [
{
"drone_dimensions": [
Expand Down
8 changes: 8 additions & 0 deletions ci/builders/linux_host_desktop_engine.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"_comment": [
"The builds defined in this file should not contain tests, ",
"and the file should not contain builds that are essentially tests. ",
"The only builds in this file should be the builds necessary to produce ",
"release artifacts. ",
"Tests to run on linux hosts should go in one of the other linux_ build ",
"definition files."
],
"builds": [
{
"archives": [
Expand Down
42 changes: 8 additions & 34 deletions ci/builders/linux_host_engine.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"_comment": [
"The builds defined in this file should not contain tests, ",
"and the file should not contain builds that are essentially tests. ",
"The only builds in this file should be the builds necessary to produce ",
"release artifacts. ",
"Tests to run on linux hosts should go in one of the other linux_ build ",
"definition files."
],
"builds": [
{
"archives": [
Expand Down Expand Up @@ -208,40 +216,6 @@
]
}
]
},
{
"archives": [
],
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_debug",
"--runtime-mode",
"debug",
"--no-prebuilt-dart-sdk",
"--build-embedder-examples",
"--rbe",
"--no-goma"
],
"name": "ci/host_debug_no_prebuilt_dart_sdk",
"description": "Produces debug mode Linux host-side tooling for Linux without use of prebuilt dart sdk artifacts.",
"ninja": {
"config": "ci/host_debug",
"targets": [
"default"
]
},
"tests": [
]
}
],
"generators": {
Expand Down
30 changes: 30 additions & 0 deletions ci/builders/linux_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,36 @@
]
}
]
},
{
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_debug",
"--runtime-mode",
"debug",
"--no-prebuilt-dart-sdk",
"--build-embedder-examples",
"--rbe",
"--no-goma"
],
"name": "ci/host_debug_no_prebuilt_dart_sdk",
"description": "Produces debug mode Linux host-side tooling for Linux without use of prebuilt dart sdk artifacts.",
"ninja": {
"config": "ci/host_debug",
"targets": [
"default"
]
}
}
]
}
8 changes: 8 additions & 0 deletions ci/builders/mac_android_aot_engine.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"_comment": [
"The builds defined in this file should not contain tests, ",
"and the file should not contain builds that are essentially tests. ",
"The only builds in this file should be the builds necessary to produce ",
"release artifacts. ",
"Tests to run on mac hosts should go in one of the other mac_ build ",
"definition files."
],
"builds": [
{
"archives": [
Expand Down
8 changes: 8 additions & 0 deletions ci/builders/mac_ios_engine.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"_comment": [
"The builds defined in this file should not contain tests, ",
"and the file should not contain builds that are essentially tests. ",
"The only builds in this file should be the builds necessary to produce ",
"release artifacts. ",
"Tests to run on mac hosts should go in one of the other mac_ build ",
"definition files."
],
"builds": [
{
"drone_dimensions": [
Expand Down