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

Side by Side Diff: scripts/slave/recipes/perf/telemetry_harness_upload.expected/basic.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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.lkgr", 8 "chromium.lkgr",
9 "--builder", 9 "--builder",
10 "Telemetry Harness Upload", 10 "Telemetry Harness Upload",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "cmd": [ 64 "cmd": [
65 "[SLAVE_BUILD]/src/tools/telemetry/build/generate_telemetry_harness.sh", 65 "[SLAVE_BUILD]/src/tools/telemetry/build/generate_telemetry_harness.sh",
66 "[TMP_BASE]/telemetry-harness_tmp_1/telemetry-f27fede2220bcd326aee3e86ddfd 4ebd0fe58cb9.zip" 66 "[TMP_BASE]/telemetry-harness_tmp_1/telemetry-f27fede2220bcd326aee3e86ddfd 4ebd0fe58cb9.zip"
67 ], 67 ],
68 "name": "create harness archive" 68 "name": "create harness archive"
69 }, 69 },
70 { 70 {
71 "cmd": [ 71 "cmd": [
72 "python", 72 "python",
73 "-u", 73 "-u",
74 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 74 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
75 "--", 75 "--",
76 "[DEPOT_TOOLS]/gsutil.py", 76 "[DEPOT_TOOLS]/gsutil.py",
77 "--force-version", 77 "--force-version",
78 "3.25", 78 "3.25",
79 "--", 79 "--",
80 "cp", 80 "cp",
81 "[TMP_BASE]/telemetry-harness_tmp_1/telemetry-f27fede2220bcd326aee3e86ddfd 4ebd0fe58cb9.zip", 81 "[TMP_BASE]/telemetry-harness_tmp_1/telemetry-f27fede2220bcd326aee3e86ddfd 4ebd0fe58cb9.zip",
82 "gs://chromium-telemetry/snapshots/telemetry-f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9.zip" 82 "gs://chromium-telemetry/snapshots/telemetry-f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9.zip"
83 ], 83 ],
84 "name": "gsutil upload", 84 "name": "gsutil upload",
85 "~followup_annotations": [ 85 "~followup_annotations": [
86 "@@@STEP_LINK@Telemetry rf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9@https:// storage.cloud.google.com/chromium-telemetry/snapshots/telemetry-f27fede2220bcd32 6aee3e86ddfd4ebd0fe58cb9.zip@@@" 86 "@@@STEP_LINK@Telemetry rf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9@https:// storage.cloud.google.com/chromium-telemetry/snapshots/telemetry-f27fede2220bcd32 6aee3e86ddfd4ebd0fe58cb9.zip@@@"
87 ] 87 ]
88 }, 88 },
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "python", 91 "python",
92 "-u", 92 "-u",
93 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 93 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
94 "--", 94 "--",
95 "[DEPOT_TOOLS]/gsutil.py", 95 "[DEPOT_TOOLS]/gsutil.py",
96 "--force-version", 96 "--force-version",
97 "3.25", 97 "3.25",
98 "--", 98 "--",
99 "cp", 99 "cp",
100 "gs://chromium-telemetry/snapshots/telemetry-f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9.zip", 100 "gs://chromium-telemetry/snapshots/telemetry-f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9.zip",
101 "gs://chromium-telemetry/snapshots/telemetry.zip" 101 "gs://chromium-telemetry/snapshots/telemetry.zip"
102 ], 102 ],
103 "name": "gsutil copy", 103 "name": "gsutil copy",
(...skipping 13 matching lines...) Expand all
117 "@@@STEP_LOG_LINE@python.inline@@@@", 117 "@@@STEP_LOG_LINE@python.inline@@@@",
118 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 118 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
119 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 119 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
120 "@@@STEP_LOG_LINE@python.inline@@@@", 120 "@@@STEP_LOG_LINE@python.inline@@@@",
121 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 121 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
122 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 122 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
123 "@@@STEP_LOG_END@python.inline@@@" 123 "@@@STEP_LOG_END@python.inline@@@"
124 ] 124 ]
125 } 125 }
126 ] 126 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698