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

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

Issue 1904313002: Rename chromium.fyi 'Chromium Win 10' to 'Win 10 Fast Ring' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_10_Fast_Ring.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_10_Fast_Ring.json
similarity index 94%
rename from scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json
rename to scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_10_Fast_Ring.json
index 0c226c6e93ab276f5b7f076d7e3a7b737d2b8eff..7100de8c3827cd796867be9e475e2eb098168967 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_10_Fast_Ring.json
@@ -16,7 +16,7 @@
"--master",
"chromium.fyi",
"--builder",
- "Chromium Win 10",
+ "Win 10 Fast Ring",
"--slave",
"TestSlavename",
"--spec",
@@ -172,6 +172,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1",
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -190,7 +191,7 @@
"--paths",
"{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
"--properties",
- "{\"buildername\": \"Chromium Win 10\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
+ "{\"buildername\": \"Win 10 Fast Ring\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
],
"cwd": "[SLAVE_BUILD]",
"name": "get compile targets for scripts",
@@ -231,6 +232,25 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
+ "gen",
+ "-m",
+ "chromium.fyi",
+ "-b",
+ "Win 10 Fast Ring",
+ "--config-file",
+ "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
+ "--goma-dir",
+ "[CACHE]\\cipd\\goma",
+ "//out/Release_x64"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "generate_build_files"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
"--show-path",
"python",
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698