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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.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_Site_Isolation_Win.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_Win.json
similarity index 85%
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_Win.json
index 4b0fd5409c872bc6a7dd95ec4d0619bd019af20a..3056baaae04f5a29093f980e9346e3261b9c78b5 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Mac_OpenSSL.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json
@@ -1,13 +1,14 @@
-[
+[ {"cmd": ["python", "-u", "[BUILD]\\scripts\\slave\\kill_processes.py"],
+ "name": "taskkill"},
{
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/bot_update.py",
+ "[BUILD]\\scripts\\slave\\bot_update.py",
"--master",
"chromium.fyi",
"--builder",
- "Mac OpenSSL",
+ "Site Isolation Win",
"--slave",
"TestSlavename",
"--spec",
@@ -62,11 +63,11 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gclient.py",
+ "[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
"env": {
- "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 use_openssl=1"
+ "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1"
},
"name": "gclient runhooks"
},
@@ -75,12 +76,12 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
+ "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
"/path/to/tmp/json"
],
"name": "read test spec",
"~followup_annotations": [
- "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@@",
+ "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json@@@",
"@@@STEP_LOG_LINE@json.output@{}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -89,7 +90,7 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/cleanup_temp.py"
+ "[BUILD]\\scripts\\slave\\cleanup_temp.py"
],
"name": "cleanup_temp"
},
@@ -97,20 +98,20 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/compile.py",
+ "[BUILD]\\scripts\\slave\\compile.py",
"--target",
- "Release",
+ "Release_x64",
"--src-dir",
- "[SLAVE_BUILD]/src",
+ "[SLAVE_BUILD]\\src",
"--build-tool",
"ninja",
"--compiler",
- "goma-clang",
+ "goma",
"--goma-dir",
- "[BUILD]/goma",
+ "[BUILD]\\goma",
"--",
- "All",
- "chromium_builder_tests"
+ "content_browsertests",
+ "content_unittests"
],
"name": "compile"
},
@@ -118,7 +119,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
+ "[SLAVE_BUILD]\\src\\buildtools\\checkdeps\\checkdeps.py",
"--json",
"/path/to/tmp/json"
],
@@ -128,4 +129,4 @@
"@@@STEP_LOG_END@json.output@@@"
]
}
-]
+]
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698