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

Side by Side Diff: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 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 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 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 6 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
7 "[SLAVE_BUILD]\\src\\out\\Release", 7 "[CWD]\\src\\out\\Release",
8 "/path/to/tmp/json" 8 "/path/to/tmp/json"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]",
11 "name": "listdir build_dir", 10 "name": "listdir build_dir",
12 "~followup_annotations": [ 11 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@[@@@", 12 "@@@STEP_LOG_LINE@json.output@[@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@", 13 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@",
15 "@@@STEP_LOG_LINE@json.output@ \"icu.dat\", @@@", 14 "@@@STEP_LOG_LINE@json.output@ \"icu.dat\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"lib\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"lib\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"file.obj\"@@@", 16 "@@@STEP_LOG_LINE@json.output@ \"file.obj\"@@@",
18 "@@@STEP_LOG_LINE@json.output@]@@@", 17 "@@@STEP_LOG_LINE@json.output@]@@@",
19 "@@@STEP_LOG_END@json.output@@@", 18 "@@@STEP_LOG_END@json.output@@@",
20 "@@@STEP_LOG_LINE@python.inline@@@@", 19 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", 20 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@",
22 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@", 21 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@",
23 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", 22 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
24 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@", 23 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@",
25 "@@@STEP_LOG_END@python.inline@@@" 24 "@@@STEP_LOG_END@python.inline@@@"
26 ] 25 ]
27 }, 26 },
28 { 27 {
29 "cmd": [ 28 "cmd": [
30 "python", 29 "python",
31 "-u", 30 "-u",
32 "RECIPE_MODULE[build::archive]\\resources\\zip_archive.py", 31 "RECIPE_MODULE[build::archive]\\resources\\zip_archive.py",
33 "[TMP_BASE]\\chrome_staging_tmp_1", 32 "[TMP]\\chrome_staging_tmp_1",
34 "chrome-asan-win32-release-refs_heads_B1-123456", 33 "chrome-asan-win32-release-refs_heads_B1-123456",
35 "[\"chrome\", \"icu.dat\"]", 34 "[\"chrome\", \"icu.dat\"]",
36 "[SLAVE_BUILD]\\src\\out\\Release" 35 "[CWD]\\src\\out\\Release"
37 ], 36 ],
38 "cwd": "[SLAVE_BUILD]",
39 "name": "zipping" 37 "name": "zipping"
40 }, 38 },
41 { 39 {
42 "cmd": [ 40 "cmd": [
43 "python", 41 "python",
44 "-u", 42 "-u",
45 "[DEPOT_TOOLS]\\gsutil.py", 43 "[ROOT]\\b\\depot_tools\\gsutil.py",
46 "--", 44 "--",
47 "-h", 45 "-h",
48 "x-goog-meta-Cr-Commit-Position:refs/heads/B1@{#123456}", 46 "x-goog-meta-Cr-Commit-Position:refs/heads/B1@{#123456}",
49 "-h", 47 "-h",
50 "x-goog-meta-Cr-Commit-Position-Number:123456", 48 "x-goog-meta-Cr-Commit-Position-Number:123456",
51 "-h", 49 "-h",
52 "x-goog-meta-Cr-Git-Commit:5e3250aadda2b170692f8e762d43b7e8deadbeef", 50 "x-goog-meta-Cr-Git-Commit:5e3250aadda2b170692f8e762d43b7e8deadbeef",
53 "cp", 51 "cp",
54 "-a", 52 "-a",
55 "public-read", 53 "public-read",
56 "[TMP_BASE]\\chrome_staging_tmp_1\\chrome-asan-win32-release-refs_heads_B1 -123456.zip", 54 "[TMP]\\chrome_staging_tmp_1\\chrome-asan-win32-release-refs_heads_B1-1234 56.zip",
57 "gs://chromium/win32-release-subdir/chrome-asan-win32-release-refs_heads_B 1-123456.zip" 55 "gs://chromium/win32-release-subdir/chrome-asan-win32-release-refs_heads_B 1-123456.zip"
58 ], 56 ],
59 "cwd": "[SLAVE_BUILD]",
60 "name": "gsutil upload", 57 "name": "gsutil upload",
61 "~followup_annotations": [ 58 "~followup_annotations": [
62 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium/win3 2-release-subdir/chrome-asan-win32-release-refs_heads_B1-123456.zip@@@" 59 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium/win3 2-release-subdir/chrome-asan-win32-release-refs_heads_B1-123456.zip@@@"
63 ] 60 ]
64 }, 61 },
65 { 62 {
66 "cmd": [ 63 "cmd": [
67 "python", 64 "python",
68 "-u", 65 "-u",
69 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", 66 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
70 "[TMP_BASE]\\chrome_staging_tmp_1\\chrome-asan-win32-release-refs_heads_B1 -123456.zip" 67 "[TMP]\\chrome_staging_tmp_1\\chrome-asan-win32-release-refs_heads_B1-1234 56.zip"
71 ], 68 ],
72 "cwd": "[SLAVE_BUILD]",
73 "name": "chrome-asan-win32-release-refs_heads_B1-123456.zip", 69 "name": "chrome-asan-win32-release-refs_heads_B1-123456.zip",
74 "~followup_annotations": [ 70 "~followup_annotations": [
75 "@@@STEP_LOG_LINE@python.inline@@@@", 71 "@@@STEP_LOG_LINE@python.inline@@@@",
76 "@@@STEP_LOG_LINE@python.inline@import os@@@", 72 "@@@STEP_LOG_LINE@python.inline@import os@@@",
77 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 73 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
78 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 74 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
79 "@@@STEP_LOG_END@python.inline@@@" 75 "@@@STEP_LOG_END@python.inline@@@"
80 ] 76 ]
81 }, 77 },
82 { 78 {
83 "name": "$result", 79 "name": "$result",
84 "recipe_result": null, 80 "recipe_result": null,
85 "status_code": 0 81 "status_code": 0
86 } 82 }
87 ] 83 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698