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

Unified Diff: scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json

Issue 2175683003: demo of step.context bot_update issue (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json
diff --git a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json b/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json
index 8e0f2c05c29986db5ac7a3c9787fa6f85a00c303..59bbc3c9d624e7803adc2ccdff7be23ecdd01ca3 100644
--- a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json
+++ b/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json
@@ -194,7 +194,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
+ "cwd": "[SLAVE_BUILD]/src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"GYP_CHROMIUM_NO_ACTION": "1",
@@ -207,19 +207,19 @@
"cmd": [
"python",
"-u",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
"gen",
"-m",
"client.v8.fyi",
"-b",
"V8-Blink Linux 64",
"--config-file",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
"--goma-dir",
"[CACHE]/cipd/goma",
"//out/Release"
],
- "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
+ "cwd": "[SLAVE_BUILD]/src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -240,7 +240,7 @@
"--target",
"Release",
"--src-dir",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
+ "[SLAVE_BUILD]/src",
"--goma-cache-dir",
"[GOMA_CACHE]",
"--goma-deps-cache-dir",
@@ -310,7 +310,7 @@
"-o",
"[SLAVE_BUILD]/layout-test-results",
"--build-dir",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
+ "[SLAVE_BUILD]/src/out",
"--json-test-results",
"/path/to/tmp/json",
"--test-results-server",
@@ -323,7 +323,7 @@
"webkit_tests (with patch)",
"--no-pixel-tests",
"--additional-expectations",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectations"
+ "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations"
],
"cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
"name": "webkit_tests (with patch)",
@@ -341,7 +341,7 @@
"--results-dir",
"[SLAVE_BUILD]/layout-test-results",
"--build-dir",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
+ "[SLAVE_BUILD]/src/out",
"--build-number",
"571",
"--builder-name",
@@ -454,19 +454,19 @@
"cmd": [
"python",
"-u",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
"gen",
"-m",
"client.v8.fyi",
"-b",
"V8-Blink Linux 64",
"--config-file",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
"--goma-dir",
"[CACHE]/cipd/goma",
"//out/Release"
],
- "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
+ "cwd": "[SLAVE_BUILD]/src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -487,7 +487,7 @@
"--target",
"Release",
"--src-dir",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
+ "[SLAVE_BUILD]/src",
"--goma-cache-dir",
"[GOMA_CACHE]",
"--goma-deps-cache-dir",
@@ -536,7 +536,7 @@
"-o",
"[SLAVE_BUILD]/layout-test-results",
"--build-dir",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
+ "[SLAVE_BUILD]/src/out",
"--json-test-results",
"/path/to/tmp/json",
"--test-results-server",
@@ -549,7 +549,7 @@
"webkit_tests (without patch)",
"--no-pixel-tests",
"--additional-expectations",
- "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectations",
+ "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations",
"--test-list",
"bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html",
"--skipped",

Powered by Google App Engine
This is Rietveld 408576698