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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.drmemory", 8 "client.drmemory",
9 "--builder", 9 "--builder",
10 "linux-cr", 10 "linux-cr",
11 "--slave", 11 "--slave",
12 "TestSlave", 12 "TestSlave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'dynamorio', 'url': 'https://github.com/DynamoRIO/dynamorio.g it'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'dynamorio', 'url': 'https://github.com/DynamoRIO/dynamorio.g it'}]",
15 "--root", 15 "--root",
16 "dynamorio", 16 "dynamorio",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[GIT_CACHE]",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "dynamorio@123456789abcdef", 24 "dynamorio@123456789abcdef",
25 "--force", 25 "--force",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"dynamorio\": \"123456789abcdef\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"dynamorio\": \"123456789abcdef\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", 38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"dynamorio\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"dynamorio\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"dynamorio\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"dynamorio\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
48 ] 47 ]
49 }, 48 },
50 { 49 {
51 "cmd": [ 50 "cmd": [
52 "python", 51 "python",
53 "-u", 52 "-u",
54 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 53 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
55 "[SLAVE_BUILD]/dynamorio", 54 "[SLAVE_BUILD]/dynamorio",
56 "511" 55 "511"
57 ], 56 ],
58 "cwd": "[SLAVE_BUILD]",
59 "name": "makedirs makedirs", 57 "name": "makedirs makedirs",
60 "~followup_annotations": [ 58 "~followup_annotations": [
61 "@@@STEP_LOG_LINE@python.inline@@@@", 59 "@@@STEP_LOG_LINE@python.inline@@@@",
62 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 60 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
63 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 61 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
64 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 62 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
65 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 63 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
66 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 64 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
67 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 65 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
68 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 66 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
69 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 67 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
70 "@@@STEP_LOG_END@python.inline@@@" 68 "@@@STEP_LOG_END@python.inline@@@"
71 ] 69 ]
72 }, 70 },
73 { 71 {
74 "cmd": [ 72 "cmd": [
75 "python", 73 "python",
76 "-u", 74 "-u",
77 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 75 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
78 "[SLAVE_BUILD]/dynamorio/build", 76 "[SLAVE_BUILD]/dynamorio/build",
79 "511" 77 "511"
80 ], 78 ],
81 "cwd": "[SLAVE_BUILD]",
82 "name": "makedirs makedirs (2)", 79 "name": "makedirs makedirs (2)",
83 "~followup_annotations": [ 80 "~followup_annotations": [
84 "@@@STEP_LOG_LINE@python.inline@@@@", 81 "@@@STEP_LOG_LINE@python.inline@@@@",
85 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 82 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
86 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 83 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
87 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 84 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
88 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 85 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
89 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 86 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
90 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 87 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
91 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 88 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 315 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
319 }, 316 },
320 "name": "url_unittests" 317 "name": "url_unittests"
321 }, 318 },
322 { 319 {
323 "name": "$result", 320 "name": "$result",
324 "recipe_result": null, 321 "recipe_result": null,
325 "status_code": 0 322 "status_code": 0
326 } 323 }
327 ] 324 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698