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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Fuzzer.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 Fuzzer", 10 "V8 Fuzzer",
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_DEFINES": "target_arch=x64 v8_enable_slow_dchecks=1 v8_optimized_debu g=1 v8_target_arch=x64" 61 "GYP_DEFINES": "target_arch=x64 v8_enable_slow_dchecks=1 v8_optimized_debu g=1 v8_target_arch=x64"
60 }, 62 },
61 "name": "gclient runhooks" 63 "name": "gclient runhooks"
62 }, 64 },
63 { 65 {
64 "cmd": [ 66 "cmd": [
65 "python", 67 "python",
66 "-u", 68 "-u",
67 "[BUILD]/scripts/slave/cleanup_temp.py" 69 "[BUILD]/scripts/slave/cleanup_temp.py"
68 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
69 "name": "cleanup_temp" 72 "name": "cleanup_temp"
70 }, 73 },
71 { 74 {
72 "cmd": [ 75 "cmd": [
73 "python", 76 "python",
74 "-u", 77 "-u",
75 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 78 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
76 "[SLAVE_BUILD]/v8/out/Debug" 79 "[SLAVE_BUILD]/v8/out/Debug"
77 ], 80 ],
81 "cwd": "[SLAVE_BUILD]",
78 "name": "rmtree build directory", 82 "name": "rmtree build directory",
79 "~followup_annotations": [ 83 "~followup_annotations": [
80 "@@@STEP_LOG_LINE@python.inline@@@@", 84 "@@@STEP_LOG_LINE@python.inline@@@@",
81 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 85 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
82 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 86 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
83 "@@@STEP_LOG_LINE@python.inline@@@@", 87 "@@@STEP_LOG_LINE@python.inline@@@@",
84 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 88 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
85 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 89 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
86 "@@@STEP_LOG_END@python.inline@@@" 90 "@@@STEP_LOG_END@python.inline@@@"
87 ] 91 ]
88 }, 92 },
89 { 93 {
90 "cmd": [ 94 "cmd": [
91 "python", 95 "python",
92 "-u", 96 "-u",
93 "[BUILD]/scripts/slave/extract_build.py", 97 "[BUILD]/scripts/slave/extract_build.py",
94 "--target", 98 "--target",
95 "Debug", 99 "Debug",
96 "--build-url", 100 "--build-url",
97 "gs://chromium-v8/v8-linux64-dbg", 101 "gs://chromium-v8/v8-linux64-dbg",
98 "--src-dir", 102 "--src-dir",
99 "v8", 103 "v8",
100 "--factory-properties", 104 "--factory-properties",
101 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Fuzzer\", \"buildnumber\": 571, \"ma stername\": \"client.v8\", \"parent_buildername\": \"V8 Linux64 - debug builder\ ", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123 \", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven ame\"}", 105 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Fuzzer\", \"buildnumber\": 571, \"ma stername\": \"client.v8\", \"parent_buildername\": \"V8 Linux64 - debug builder\ ", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123 \", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven ame\"}",
102 "--build-properties", 106 "--build-properties",
103 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Fuzzer\", \"buildnumber\": 571, \"ma stername\": \"client.v8\", \"parent_buildername\": \"V8 Linux64 - debug builder\ ", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123 \", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven ame\"}" 107 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Fuzzer\", \"buildnumber\": 571, \"ma stername\": \"client.v8\", \"parent_buildername\": \"V8 Linux64 - debug builder\ ", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123 \", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven ame\"}"
104 ], 108 ],
109 "cwd": "[SLAVE_BUILD]",
105 "name": "extract build" 110 "name": "extract build"
106 }, 111 },
107 { 112 {
108 "cmd": [ 113 "cmd": [
109 "bash", 114 "bash",
110 "[SLAVE_BUILD]/v8/tools/fuzz-harness.sh", 115 "[SLAVE_BUILD]/v8/tools/fuzz-harness.sh",
111 "out/Debug/d8" 116 "out/Debug/d8"
112 ], 117 ],
113 "cwd": "[SLAVE_BUILD]/v8", 118 "cwd": "[SLAVE_BUILD]/v8",
114 "name": "Fuzz" 119 "name": "Fuzz"
115 } 120 }
116 ] 121 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698