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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json

Issue 541233003: Add Linux and Win site isolation builder_testers to chromium.fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@propagate_args
Patch Set: Fixed unittests. Created 6 years, 3 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
Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Mac_OpenSSL.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json
similarity index 96%
copy from scripts/slave/recipes/chromium.expected/full_chromium_fyi_Mac_OpenSSL.json
copy to scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json
index 4b0fd5409c872bc6a7dd95ec4d0619bd019af20a..c294563cbe2ca1a05252f1dbda35b34f692f7c15 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Mac_OpenSSL.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json
@@ -7,7 +7,7 @@
"--master",
"chromium.fyi",
"--builder",
- "Mac OpenSSL",
+ "Site Isolation Linux",
"--slave",
"TestSlavename",
"--spec",
@@ -66,7 +66,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 use_openssl=1"
+ "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
},
"name": "gclient runhooks"
},
@@ -105,12 +105,12 @@
"--build-tool",
"ninja",
"--compiler",
- "goma-clang",
+ "goma",
"--goma-dir",
"[BUILD]/goma",
"--",
- "All",
- "chromium_builder_tests"
+ "content_browsertests",
+ "content_unittests"
],
"name": "compile"
},
@@ -128,4 +128,4 @@
"@@@STEP_LOG_END@json.output@@@"
]
}
-]
+]

Powered by Google App Engine
This is Rietveld 408576698