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

Side by Side Diff: scripts/slave/recipe_modules/cronet/example.expected/local_test.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 141 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
142 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 142 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
143 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 143 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
144 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 144 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
145 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 145 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
146 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 146 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
147 "@@@STEP_LOG_END@python.inline@@@" 147 "@@@STEP_LOG_END@python.inline@@@"
148 ] 148 ]
149 }, 149 },
150 { 150 {
151 "cmd": [],
152 "name": "ensure_goma" 151 "name": "ensure_goma"
153 }, 152 },
154 { 153 {
155 "cmd": [ 154 "cmd": [
156 "python", 155 "python",
157 "-u", 156 "-u",
158 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 157 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
159 "--platform", 158 "--platform",
160 "linux-amd64", 159 "linux-amd64",
161 "--dest-directory", 160 "--dest-directory",
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 716 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
718 "@@@STEP_LOG_END@python.inline@@@" 717 "@@@STEP_LOG_END@python.inline@@@"
719 ] 718 ]
720 }, 719 },
721 { 720 {
722 "name": "$result", 721 "name": "$result",
723 "recipe_result": null, 722 "recipe_result": null,
724 "status_code": 0 723 "status_code": 0
725 } 724 }
726 ] 725 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698