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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___debug.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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Arm - debug", 10 "V8 Arm - debug",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
15 "--root", 15 "--root",
16 "v8", 16 "v8",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"v8\": \"got_revision\"}", 18 "{\"v8\": \"got_revision\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "v8@54321", 22 "v8@54321",
23 "--no_shallow", 23 "--no_shallow",
24 "--output_manifest" 24 "--output_manifest"
25 ], 25 ],
26 "cwd": "[SLAVE_BUILD]",
26 "name": "bot_update", 27 "name": "bot_update",
27 "~followup_annotations": [ 28 "~followup_annotations": [
28 "@@@STEP_TEXT@Some step text@@@", 29 "@@@STEP_TEXT@Some step text@@@",
29 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
35 "@@@STEP_LOG_LINE@json.output@ }@@@", 36 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 12 matching lines...) Expand all
48 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
49 ] 50 ]
50 }, 51 },
51 { 52 {
52 "cmd": [ 53 "cmd": [
53 "python", 54 "python",
54 "-u", 55 "-u",
55 "[DEPOT_TOOLS]/gclient.py", 56 "[DEPOT_TOOLS]/gclient.py",
56 "runhooks" 57 "runhooks"
57 ], 58 ],
59 "cwd": "[SLAVE_BUILD]",
58 "env": { 60 "env": {
59 "GYP_CROSSCOMPILE": "1", 61 "GYP_CROSSCOMPILE": "1",
60 "GYP_DEFINES": "target_arch=arm v8_enable_slow_dchecks=1 v8_optimized_debu g=1 v8_target_arch=arm" 62 "GYP_DEFINES": "target_arch=arm v8_enable_slow_dchecks=1 v8_optimized_debu g=1 v8_target_arch=arm"
61 }, 63 },
62 "name": "gclient runhooks" 64 "name": "gclient runhooks"
63 }, 65 },
64 { 66 {
65 "cmd": [ 67 "cmd": [
66 "python", 68 "python",
67 "-u", 69 "-u",
68 "[BUILD]/scripts/slave/cleanup_temp.py" 70 "[BUILD]/scripts/slave/cleanup_temp.py"
69 ], 71 ],
72 "cwd": "[SLAVE_BUILD]",
70 "name": "cleanup_temp" 73 "name": "cleanup_temp"
71 }, 74 },
72 { 75 {
73 "cmd": [ 76 "cmd": [
74 "python", 77 "python",
75 "-u", 78 "-u",
76 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 79 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
77 "[SLAVE_BUILD]/v8/out/Debug" 80 "[SLAVE_BUILD]/v8/out/Debug"
78 ], 81 ],
82 "cwd": "[SLAVE_BUILD]",
79 "name": "rmtree build directory", 83 "name": "rmtree build directory",
80 "~followup_annotations": [ 84 "~followup_annotations": [
81 "@@@STEP_LOG_LINE@python.inline@@@@", 85 "@@@STEP_LOG_LINE@python.inline@@@@",
82 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 86 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
83 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 87 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
84 "@@@STEP_LOG_LINE@python.inline@@@@", 88 "@@@STEP_LOG_LINE@python.inline@@@@",
85 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 89 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
86 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 90 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
87 "@@@STEP_LOG_END@python.inline@@@" 91 "@@@STEP_LOG_END@python.inline@@@"
88 ] 92 ]
89 }, 93 },
90 { 94 {
91 "cmd": [ 95 "cmd": [
92 "python", 96 "python",
93 "-u", 97 "-u",
94 "[BUILD]/scripts/slave/extract_build.py", 98 "[BUILD]/scripts/slave/extract_build.py",
95 "--target", 99 "--target",
96 "Debug", 100 "Debug",
97 "--build-url", 101 "--build-url",
98 "gs://chromium-v8/v8-arm-dbg", 102 "gs://chromium-v8/v8-arm-dbg",
99 "--src-dir", 103 "--src-dir",
100 "v8", 104 "v8",
101 "--factory-properties", 105 "--factory-properties",
102 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Arm - debug\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Arm - debug builder \", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"2012 3\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}", 106 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Arm - debug\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Arm - debug builder \", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"2012 3\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}",
103 "--build-properties", 107 "--build-properties",
104 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Arm - debug\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Arm - debug builder \", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"2012 3\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}" 108 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Arm - debug\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Arm - debug builder \", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"2012 3\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}"
105 ], 109 ],
110 "cwd": "[SLAVE_BUILD]",
106 "name": "extract build" 111 "name": "extract build"
107 }, 112 },
108 { 113 {
109 "cmd": [ 114 "cmd": [
110 "python", 115 "python",
111 "-u", 116 "-u",
112 "RECIPE_MODULE[v8]/resources/v8testing.py", 117 "RECIPE_MODULE[v8]/resources/v8testing.py",
113 "--target", 118 "--target",
114 "Debug", 119 "Debug",
115 "--arch", 120 "--arch",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 366 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
362 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 367 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
363 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 368 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
364 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 369 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
365 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 370 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
366 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 371 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
367 "@@@STEP_LOG_END@durations@@@" 372 "@@@STEP_LOG_END@durations@@@"
368 ] 373 ]
369 } 374 }
370 ] 375 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698