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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json

Issue 1886733002: V8: Add win-clang fyi bot. (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/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json
diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_compile_rel.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json
similarity index 82%
copy from scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_compile_rel.json
copy to scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json
index 7396e02724661970e113893c3adfde1aa6505a87..ce55460d4693cdc219526339bfcae6a61a70cf69 100644
--- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_compile_rel.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json
@@ -14,9 +14,9 @@
"-u",
"RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
"--master",
- "tryserver.v8",
+ "client.v8",
"--builder",
- "v8_win_nosnap_shared_compile_rel",
+ "V8 Win64 - clang",
"--slave",
"TestSlavename",
"--spec",
@@ -27,16 +27,10 @@
"{\"v8\": \"got_revision\"}",
"--git-cache-dir",
"[GIT_CACHE]",
- "--issue",
- "12853011",
- "--patchset",
- "1",
- "--rietveld_server",
- "https://codereview.chromium.org",
"--output_json",
"/path/to/tmp/json",
"--revision",
- "v8@12345",
+ "v8@20123",
"--no_shallow",
"--output_manifest"
],
@@ -50,7 +44,7 @@
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
"@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@",
"@@@STEP_LOG_LINE@json.output@ }, @@@",
"@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
@@ -81,7 +75,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false",
+ "GYP_DEFINES": "clang=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1 v8_target_arch=x64",
"GYP_GENERATORS": "ninja",
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -100,6 +94,26 @@
"name": "cleanup_temp"
},
{
+ "allow_subannotations": true,
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
+ "--src-dir",
+ "[SLAVE_BUILD]\\v8",
+ "--output-json",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "clang_revision",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
"cmd": [
"python",
"-u",
@@ -110,7 +124,7 @@
"--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
"--target",
- "Release",
+ "Release_x64",
"--src-dir",
"[SLAVE_BUILD]\\v8",
"--goma-cache-dir",
@@ -118,13 +132,13 @@
"--build-tool",
"ninja",
"--compiler",
- "goma",
+ "goma-clang",
"--goma-jsonstatus",
"/path/to/tmp/json",
"--goma-dir",
"[BUILD]\\goma",
- "--goma-fail-fast",
- "--goma-disable-local-fallback",
+ "--arch",
+ "x64",
"--"
],
"cwd": "[SLAVE_BUILD]",
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698