summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernie Thompson <bhthompson@chromium.org>2015-10-22 14:37:17 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-10-30 11:47:40 -0700
commit1cb67b811f2874742273fb0c4d9d3911011ca5b5 (patch)
tree6f19c8a2dbdaedc60568df55ea4368baeaec0d32
parent00c1338210ff72c4843e4d7e447c3b1a196d352e (diff)
downloadchromite-1cb67b811f2874742273fb0c4d9d3911011ca5b5.tar.gz
Add terra builder config
BUG=chrome-os-partner:46775 TEST=None Change-Id: Idb9a3bd8ea091b93d1763703930a4f3200ae8253 Reviewed-on: https://chromium-review.googlesource.com/308252 Commit-Ready: Bernie Thompson <bhthompson@chromium.org> Tested-by: Bernie Thompson <bhthompson@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r--cbuildbot/chromeos_config.py3
-rw-r--r--cbuildbot/config_dump.json197
2 files changed, 198 insertions, 2 deletions
diff --git a/cbuildbot/chromeos_config.py b/cbuildbot/chromeos_config.py
index 37e0e84fd..73230621d 100644
--- a/cbuildbot/chromeos_config.py
+++ b/cbuildbot/chromeos_config.py
@@ -436,6 +436,7 @@ _x86_internal_release_boards = frozenset([
'stumpy_moblab',
'sumo',
'swanky',
+ 'terra',
'tidus',
'tricky',
'ultima',
@@ -2599,6 +2600,7 @@ def GetConfig():
'strago-b', 'reks', (
'cyan-cheets',
'wizpig',
+ 'terra',
),
important=False,
)
@@ -2744,6 +2746,7 @@ def GetConfig():
'stumpy',
'sumo',
'swanky',
+ 'terra',
'winky',
'wolf',
'x86-mario',
diff --git a/cbuildbot/config_dump.json b/cbuildbot/config_dump.json
index b81af18a2..dcce6168b 100644
--- a/cbuildbot/config_dump.json
+++ b/cbuildbot/config_dump.json
@@ -18584,9 +18584,25 @@
"-chrome_internal"
],
"vm_tests": []
+ },
+ {
+ "_template": "full",
+ "boards": [
+ "terra"
+ ],
+ "build_packages_in_background": true,
+ "chrome_sdk_build_chrome": false,
+ "grouped": true,
+ "name": "terra-full",
+ "prebuilts": "public",
+ "unittests": null,
+ "useflags": [
+ "-chrome_internal"
+ ],
+ "vm_tests": []
}
],
- "description": "Full Builds; Group config (boards: reks, cyan-cheets, wizpig)",
+ "description": "Full Builds; Group config (boards: reks, cyan-cheets, wizpig, terra)",
"prebuilts": "public",
"useflags": [
"-chrome_internal"
@@ -18630,9 +18646,21 @@
"name": "wizpig-release",
"unittests": null,
"vm_tests": []
+ },
+ {
+ "_template": "release",
+ "boards": [
+ "terra"
+ ],
+ "build_packages_in_background": true,
+ "chrome_sdk_build_chrome": false,
+ "grouped": true,
+ "name": "terra-release",
+ "unittests": null,
+ "vm_tests": []
}
],
- "description": "Release Builds (canary) (internal); Group config (boards: reks, cyan-cheets, wizpig)"
+ "description": "Release Builds (canary) (internal); Group config (boards: reks, cyan-cheets, wizpig, terra)"
},
"strago-chrome-pfq": {
"_template": "chrome-pfq",
@@ -19685,6 +19713,171 @@
"builder_class_name": "test_builders.ManifestVersionedSyncBuilder",
"hw_tests_override": []
},
+ "terra-chrome-pfq": {
+ "_template": "chrome-pfq",
+ "boards": [
+ "terra"
+ ],
+ "important": false,
+ "manifest": "official.xml"
+ },
+ "terra-chromium-pfq": {
+ "_template": "chromium-pfq",
+ "boards": [
+ "terra"
+ ],
+ "description": "Preflight Chromium Uprev & Build (internal)",
+ "doc": "http://www.chromium.org/chromium-os/build/builder-overview#TOC-Chrome-PFQ",
+ "important": false,
+ "internal": true,
+ "manifest_repo_url": "https://chrome-internal-review.googlesource.com/chromeos/manifest-internal",
+ "overlays": "both",
+ "prebuilts": "public",
+ "useflags": [
+ "-chrome_internal"
+ ]
+ },
+ "terra-compile-only-pre-cq": {
+ "_template": "compile-only-pre-cq",
+ "boards": [
+ "terra"
+ ],
+ "internal": true,
+ "manifest": "official.xml",
+ "manifest_repo_url": "https://chrome-internal-review.googlesource.com/chromeos/manifest-internal",
+ "overlays": "both",
+ "useflags": [
+ "chrome_internal"
+ ]
+ },
+ "terra-firmware": {
+ "_template": "firmware",
+ "boards": [
+ "terra"
+ ],
+ "manifest": "official.xml",
+ "useflags": [
+ "chrome_internal",
+ "chromeless_tty"
+ ]
+ },
+ "terra-full": {
+ "_template": "full",
+ "boards": [
+ "terra"
+ ],
+ "prebuilts": "public",
+ "useflags": [
+ "-chrome_internal"
+ ]
+ },
+ "terra-no-vmtest-pre-cq": {
+ "_template": "no-vmtest-pre-cq",
+ "boards": [
+ "terra"
+ ],
+ "internal": true,
+ "manifest": "official.xml",
+ "manifest_repo_url": "https://chrome-internal-review.googlesource.com/chromeos/manifest-internal",
+ "overlays": "both",
+ "useflags": [
+ "chrome_internal"
+ ]
+ },
+ "terra-paladin": {
+ "_template": "paladin",
+ "boards": [
+ "terra"
+ ],
+ "description": "Commit Queue (internal)",
+ "important": false,
+ "internal": true,
+ "manifest": "official.xml",
+ "manifest_repo_url": "https://chrome-internal-review.googlesource.com/chromeos/manifest-internal",
+ "overlays": "both",
+ "prebuilts": "private",
+ "useflags": [
+ "chrome_internal"
+ ],
+ "vm_tests": []
+ },
+ "terra-payloads": {
+ "_template": "payloads",
+ "boards": [
+ "terra"
+ ]
+ },
+ "terra-pre-cq": {
+ "_template": "pre-cq",
+ "boards": [
+ "terra"
+ ],
+ "internal": true,
+ "manifest": "official.xml",
+ "manifest_repo_url": "https://chrome-internal-review.googlesource.com/chromeos/manifest-internal",
+ "overlays": "both",
+ "useflags": [
+ "chrome_internal"
+ ]
+ },
+ "terra-release": {
+ "_template": "release",
+ "boards": [
+ "terra"
+ ]
+ },
+ "terra-release-afdo": {
+ "_template": "release-afdo-generate",
+ "boards": [
+ "terra"
+ ],
+ "child_configs": [
+ {
+ "_template": "release-afdo-generate",
+ "boards": [
+ "terra"
+ ],
+ "grouped": true,
+ "name": "terra-release-afdo-generate"
+ },
+ {
+ "_template": "release-afdo-use",
+ "boards": [
+ "terra"
+ ],
+ "grouped": true,
+ "name": "terra-release-afdo-use"
+ }
+ ]
+ },
+ "terra-release-afdo-generate": {
+ "_template": "release-afdo-generate",
+ "boards": [
+ "terra"
+ ]
+ },
+ "terra-release-afdo-use": {
+ "_template": "release-afdo-use",
+ "boards": [
+ "terra"
+ ]
+ },
+ "terra-tot-chrome-pfq-informational": {
+ "_template": "chrome-pfq-informational",
+ "boards": [
+ "terra"
+ ],
+ "manifest": "official.xml"
+ },
+ "terra-tot-chromium-pfq-informational": {
+ "_template": "chromium-pfq-informational",
+ "boards": [
+ "terra"
+ ],
+ "useflags": [
+ "-chrome_internal"
+ ]
+ },
"test-ap-group": {
"_template": "test-ap",
"boards": [