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

Unified Diff: scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json

Issue 2190883002: Reland "Change PGO recipe to use MB now that it supports multiple phases." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
diff --git a/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json b/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
index ad892f606580f1640bbf6ed47b86368d7948311a..90dffc782f78511a9ea70dd9cd80466d1885bb93 100644
--- a/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
+++ b/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
@@ -151,15 +151,24 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]\\src\\build\\gyp_chromium.py"
+ "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
+ "gen",
+ "-m",
+ "chromium.fyi",
+ "-b",
+ "Chromium Win PGO Builder",
+ "--config-file",
+ "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
+ "--phase",
+ "1",
+ "//out/Release"
],
+ "cwd": "[SLAVE_BUILD]\\src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
- "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=1 component=static_library fastbuild=0 target_arch=ia32 use_goma=0",
- "GYP_MSVS_VERSION": "2015",
- "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s"
+ "GYP_MSVS_VERSION": "2015"
},
- "name": "gyp_chromium"
+ "name": "generate_build_files"
},
{
"cmd": [
@@ -658,14 +667,24 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]\\src\\build\\gyp_chromium.py"
+ "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
+ "gen",
+ "-m",
+ "chromium.fyi",
+ "-b",
+ "Chromium Win PGO Builder",
+ "--config-file",
+ "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
+ "--phase",
+ "2",
+ "//out/Release"
],
+ "cwd": "[SLAVE_BUILD]\\src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
- "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_library fastbuild=0 target_arch=ia32 use_goma=0",
"GYP_MSVS_VERSION": "2015"
},
- "name": "gyp_chromium (2)"
+ "name": "generate_build_files (2)"
},
{
"cmd": [

Powered by Google App Engine
This is Rietveld 408576698