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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json

Issue 863393002: Archive binaries on the deterministic build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: . Created 5 years, 11 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 "chromium.swarm", 8 "chromium.swarm",
9 "--builder", 9 "--builder",
10 "Mac deterministic build", 10 "Mac deterministic build",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ] 62 ]
63 }, 63 },
64 { 64 {
65 "cmd": [ 65 "cmd": [
66 "python", 66 "python",
67 "-u", 67 "-u",
68 "[DEPOT_TOOLS]/gclient.py", 68 "[DEPOT_TOOLS]/gclient.py",
69 "runhooks" 69 "runhooks"
70 ], 70 ],
71 "env": { 71 "env": {
72 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1" 72 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 gomadir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma= 1"
73 }, 73 },
74 "name": "gclient runhooks" 74 "name": "gclient runhooks"
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[BUILD]/scripts/slave/compile.py", 80 "[BUILD]/scripts/slave/compile.py",
81 "--target", 81 "--target",
82 "Release", 82 "Release",
(...skipping 21 matching lines...) Expand all
104 "--src-dir", 104 "--src-dir",
105 "[SLAVE_BUILD]/src" 105 "[SLAVE_BUILD]/src"
106 ], 106 ],
107 "cwd": "[SLAVE_BUILD]", 107 "cwd": "[SLAVE_BUILD]",
108 "name": "remove_build_metadata" 108 "name": "remove_build_metadata"
109 }, 109 },
110 { 110 {
111 "cmd": [ 111 "cmd": [
112 "python", 112 "python",
113 "-u", 113 "-u",
114 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
115 "/path/to/tmp/",
116 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
117 ],
118 "name": "find isolated targets"
119 },
120 {
121 "cmd": [
122 "python",
123 "-u",
124 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
125 "batcharchive",
126 "--dump-json",
127 "/path/to/tmp/json",
128 "--isolate-server",
129 "https://isolateserver.appspot.com",
130 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json",
131 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json"
132 ],
133 "name": "isolate tests",
134 "~followup_annotations": [
135 "@@@STEP_LOG_LINE@json.output@{@@@",
136 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
137 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
138 "@@@STEP_LOG_LINE@json.output@}@@@",
139 "@@@STEP_LOG_END@json.output@@@",
140 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
141 ]
142 },
143 {
144 "cmd": [
145 "python",
146 "-u",
114 "\nimport os\nimport shutil\nimport sys\nif os.path.exists(sys.argv[2]):\n shutil.rmtree(sys.argv[2])\nshutil.move(sys.argv[1], sys.argv[2])", 147 "\nimport os\nimport shutil\nimport sys\nif os.path.exists(sys.argv[2]):\n shutil.rmtree(sys.argv[2])\nshutil.move(sys.argv[1], sys.argv[2])",
115 "[SLAVE_BUILD]/src/out/Release", 148 "[SLAVE_BUILD]/src/out/Release",
116 "[SLAVE_BUILD]/src/out/Release.1" 149 "[SLAVE_BUILD]/src/out/Release.1"
117 ], 150 ],
118 "name": "Move [SLAVE_BUILD]/src/out/Release to [SLAVE_BUILD]/src/out/Release .1", 151 "name": "Move [SLAVE_BUILD]/src/out/Release to [SLAVE_BUILD]/src/out/Release .1",
119 "~followup_annotations": [ 152 "~followup_annotations": [
120 "@@@STEP_LOG_LINE@python.inline@@@@", 153 "@@@STEP_LOG_LINE@python.inline@@@@",
121 "@@@STEP_LOG_LINE@python.inline@import os@@@", 154 "@@@STEP_LOG_LINE@python.inline@import os@@@",
122 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 155 "@@@STEP_LOG_LINE@python.inline@import shutil@@@",
123 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 156 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "[SLAVE_BUILD]/src/out/Release.1", 210 "[SLAVE_BUILD]/src/out/Release.1",
178 "--second-build-dir", 211 "--second-build-dir",
179 "[SLAVE_BUILD]/src/out/Release.2", 212 "[SLAVE_BUILD]/src/out/Release.2",
180 "--target-platform", 213 "--target-platform",
181 "mac" 214 "mac"
182 ], 215 ],
183 "cwd": "[SLAVE_BUILD]", 216 "cwd": "[SLAVE_BUILD]",
184 "name": "compare_build_artifacts" 217 "name": "compare_build_artifacts"
185 } 218 }
186 ] 219 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698