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

Unified Diff: scripts/slave/recipes/gpu/build_and_upload.expected/compile_with_patch_fail.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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
Index: scripts/slave/recipes/gpu/build_and_upload.expected/compile_with_patch_fail.json
diff --git a/scripts/slave/recipes/gpu/build_and_upload.expected/compile_with_patch_fail.json b/scripts/slave/recipes/gpu/build_and_upload.expected/compile_with_patch_fail.json
index 9421c777b97eb1d48f7f80a5389f171900cecd2a..4f080196748140955b7166d419a8a8f8b9499f09 100644
--- a/scripts/slave/recipes/gpu/build_and_upload.expected/compile_with_patch_fail.json
+++ b/scripts/slave/recipes/gpu/build_and_upload.expected/compile_with_patch_fail.json
@@ -5,6 +5,7 @@
"-u",
"[BUILD]\\scripts\\slave\\cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup temp"
},
{
@@ -36,6 +37,7 @@
"src@HEAD",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -82,6 +84,7 @@
"[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1"
},
@@ -96,6 +99,7 @@
"[SLAVE_BUILD]\\src\\out\\Release",
"--clean-isolated-files"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "clean isolated files"
},
{
@@ -121,6 +125,7 @@
"[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read filter exclusion spec",
"~followup_annotations": [
"@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@",
@@ -147,6 +152,7 @@
"{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"content_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_test_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1"
},
@@ -211,6 +217,7 @@
"tab_capture_end2end_tests_run",
"telemetry_gpu_test_run"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile (with patch)",
"~followup_annotations": [
"step returned non-zero exit code: 1",
@@ -223,6 +230,7 @@
"-u",
"[BUILD]\\scripts\\slave\\kill_processes.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "taskkill"
},
{
@@ -250,6 +258,7 @@
"src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update (without patch)",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -284,6 +293,7 @@
"[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1"
},
@@ -315,6 +325,7 @@
"tab_capture_end2end_tests_run",
"telemetry_gpu_test_run"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile (without patch)"
},
{

Powered by Google App Engine
This is Rietveld 408576698