Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: testing/buildbot/chromium.json

Issue 2055853002: Flip CQ builders that are building 'all' to 'gn_all'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.json
diff --git a/testing/buildbot/chromium.json b/testing/buildbot/chromium.json
index f47bedd47a7d268d5743df3d0b6227ad3041e744..28ee1703e1fa6e65ab3d54de7de499cae4c4e786 100644
--- a/testing/buildbot/chromium.json
+++ b/testing/buildbot/chromium.json
@@ -1,57 +1,46 @@
{
- "Linux": {
+ "Linux x64": {
"additional_compile_targets": [
- "all"
+ "gn_all"
],
"scripts": [
{
- "name": "checklicenses",
- "script": "checklicenses.py"
- },
- {
- "name": "checkperms",
- "script": "checkperms.py"
- },
- {
"args": [
- "linux-release/sizes"
+ "linux-release-64/sizes"
],
"name": "sizes",
"script": "sizes.py"
}
]
},
- "Linux x64": {
+ "Mac": {
"additional_compile_targets": [
"all"
],
"scripts": [
{
"args": [
- "linux-release-64/sizes"
+ "mac-release/sizes"
],
"name": "sizes",
"script": "sizes.py"
}
]
},
- "Mac": {
+ "Win": {
"additional_compile_targets": [
- "all"
+ "gn_all"
],
"scripts": [
{
- "args": [
- "mac-release/sizes"
- ],
- "name": "sizes",
- "script": "sizes.py"
+ "name": "checkbins",
+ "script": "checkbins.py"
}
]
},
- "Win": {
+ "Win x64": {
"additional_compile_targets": [
- "all"
+ "gn_all"
],
"scripts": [
{
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698