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

Side by Side Diff: scripts/slave/recipes/infra/publish_tarball.expected/basic.json

Issue 1100783002: infra/publish_tarball: move export_tarball.py to recipes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 59 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
60 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 60 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
61 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 61 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
63 ] 63 ]
64 }, 64 },
65 { 65 {
66 "cmd": [ 66 "cmd": [
67 "python", 67 "python",
68 "-u", 68 "-u",
69 "[SLAVE_BUILD]/src/tools/export_tarball/export_tarball.py", 69 "RECIPE_MODULE[chromium]/resources/export_tarball.py",
70 "--help"
71 ],
72 "name": "export_tarball.py --help",
73 "stdout": "/path/to/tmp/"
74 },
75 {
76 "cmd": [
77 "python",
78 "-u",
79 "[SLAVE_BUILD]/src/tools/export_tarball/export_tarball.py",
80 "--remove-nonessential-files", 70 "--remove-nonessential-files",
81 "chromium-38.0.2125.122", 71 "chromium-38.0.2125.122",
82 "--verbose", 72 "--verbose",
83 "--progress" 73 "--progress"
84 ], 74 ],
85 "cwd": "[TMP_BASE]/export_tarball_tmp_1", 75 "cwd": "[TMP_BASE]/export_tarball_tmp_1",
86 "name": "export_tarball" 76 "name": "export_tarball"
87 }, 77 },
88 { 78 {
89 "cmd": [ 79 "cmd": [
(...skipping 26 matching lines...) Expand all
116 "@@@STEP_LOG_LINE@python.inline@@@@", 106 "@@@STEP_LOG_LINE@python.inline@@@@",
117 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 107 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
118 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 108 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
119 "@@@STEP_LOG_LINE@python.inline@@@@", 109 "@@@STEP_LOG_LINE@python.inline@@@@",
120 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 110 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
121 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 111 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
122 "@@@STEP_LOG_END@python.inline@@@" 112 "@@@STEP_LOG_END@python.inline@@@"
123 ] 113 ]
124 } 114 }
125 ] 115 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698