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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_tsan2.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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux_tsan2", 10 "linux_tsan2",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles ource.com/external/libyuv'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles ource.com/external/libyuv'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--patch_url", 19 "--patch_url",
20 "try_job_svn_patch", 20 "try_job_svn_patch",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@12345", 24 "src@12345",
25 "--force" 25 "--force"
26 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
27 "name": "bot_update", 28 "name": "bot_update",
28 "~followup_annotations": [ 29 "~followup_annotations": [
29 "@@@STEP_TEXT@Some step text@@@", 30 "@@@STEP_TEXT@Some step text@@@",
30 "@@@STEP_LOG_LINE@json.output@{@@@", 31 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
37 "@@@STEP_LOG_LINE@json.output@}@@@", 38 "@@@STEP_LOG_LINE@json.output@}@@@",
38 "@@@STEP_LOG_END@json.output@@@" 39 "@@@STEP_LOG_END@json.output@@@"
39 ] 40 ]
40 }, 41 },
41 { 42 {
42 "cmd": [ 43 "cmd": [
43 "python", 44 "python",
44 "-u", 45 "-u",
45 "[DEPOT_TOOLS]/gclient.py", 46 "[DEPOT_TOOLS]/gclient.py",
46 "runhooks" 47 "runhooks"
47 ], 48 ],
49 "cwd": "[SLAVE_BUILD]",
48 "env": { 50 "env": {
49 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 disabl e_nacl=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 tsan=1 use_goma=1" 51 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 disabl e_nacl=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 tsan=1 use_goma=1"
50 }, 52 },
51 "name": "gclient runhooks" 53 "name": "gclient runhooks"
52 }, 54 },
53 { 55 {
54 "cmd": [ 56 "cmd": [
55 "python", 57 "python",
56 "-u", 58 "-u",
57 "[BUILD]/scripts/slave/compile.py", 59 "[BUILD]/scripts/slave/compile.py",
58 "--target", 60 "--target",
59 "Release", 61 "Release",
60 "--src-dir", 62 "--src-dir",
61 "[SLAVE_BUILD]/src", 63 "[SLAVE_BUILD]/src",
62 "--build-tool", 64 "--build-tool",
63 "ninja", 65 "ninja",
64 "--compiler", 66 "--compiler",
65 "goma-clang", 67 "goma-clang",
66 "--goma-dir", 68 "--goma-dir",
67 "[BUILD]/goma", 69 "[BUILD]/goma",
68 "--", 70 "--",
69 "All" 71 "All"
70 ], 72 ],
73 "cwd": "[SLAVE_BUILD]",
71 "name": "compile" 74 "name": "compile"
72 }, 75 },
73 { 76 {
74 "cmd": [ 77 "cmd": [
75 "python", 78 "python",
76 "-u", 79 "-u",
77 "[BUILD]/scripts/slave/runtest.py", 80 "[BUILD]/scripts/slave/runtest.py",
78 "--target", 81 "--target",
79 "Release", 82 "Release",
80 "--no-xvfb", 83 "--no-xvfb",
81 "--factory-properties", 84 "--factory-properties",
82 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_tsan2\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 85 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_tsan2\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
83 "--build-properties", 86 "--build-properties",
84 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_tsan2\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 87 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_tsan2\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
85 "--builder-name=linux_tsan2", 88 "--builder-name=linux_tsan2",
86 "--slave-name=slavename", 89 "--slave-name=slavename",
87 "--enable-tsan", 90 "--enable-tsan",
88 "libyuv_unittest" 91 "libyuv_unittest"
89 ], 92 ],
93 "cwd": "[SLAVE_BUILD]",
90 "name": "libyuv_unittest" 94 "name": "libyuv_unittest"
91 } 95 }
92 ] 96 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698