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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/win7_cr_builder_clobber.json

Issue 2047383002: Give autogen bots on client.drmemory a separate clobber step (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 6 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 85 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
86 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 86 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
87 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 87 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
88 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @" 88 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @"
89 ] 89 ]
90 }, 90 },
91 { 91 {
92 "cmd": [ 92 "cmd": [
93 "python", 93 "python",
94 "-u", 94 "-u",
95 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
96 "[SLAVE_BUILD]\\src\\out\\Debug"
97 ],
98 "name": "rmtree clobber",
99 "~followup_annotations": [
100 "@@@STEP_LOG_LINE@python.inline@@@@",
101 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
102 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
103 "@@@STEP_LOG_LINE@python.inline@@@@",
104 "@@@STEP_LOG_LINE@python.inline@@@@",
105 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
106 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
107 "@@@STEP_LOG_END@python.inline@@@"
108 ]
109 },
110 {
111 "cmd": [
112 "python",
113 "-u",
95 "[BUILD]\\scripts\\slave\\runhooks_wrapper.py" 114 "[BUILD]\\scripts\\slave\\runhooks_wrapper.py"
96 ], 115 ],
97 "env": { 116 "env": {
98 "CHROMIUM_GYP_SYNTAX_CHECK": "1", 117 "CHROMIUM_GYP_SYNTAX_CHECK": "1",
99 "DEPOT_TOOLS_UPDATE": "0", 118 "DEPOT_TOOLS_UPDATE": "0",
100 "GYP_DEFINES": "build_for_tool=drmemory component=shared_library", 119 "GYP_DEFINES": "build_for_tool=drmemory component=shared_library",
101 "LANDMINES_VERBOSE": "1" 120 "LANDMINES_VERBOSE": "1"
102 }, 121 },
103 "name": "gclient runhooks wrapper" 122 "name": "gclient runhooks wrapper"
104 }, 123 },
105 { 124 {
106 "cmd": [ 125 "cmd": [
107 "python", 126 "python",
108 "-u", 127 "-u",
109 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 128 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
110 "--show-path", 129 "--show-path",
111 "python", 130 "python",
112 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 131 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
113 ], 132 ],
114 "name": "cleanup_temp" 133 "name": "cleanup_temp"
115 }, 134 },
116 { 135 {
117 "cmd": [ 136 "cmd": [
118 "python_slave", 137 "python_slave",
119 "[BUILD]\\scripts\\slave\\compile.py", 138 "[BUILD]\\scripts\\slave\\compile.py",
120 "--solution",
121 "all.sln",
122 "--project",
123 "chromium_builder_dbg_drmemory_win",
124 "--target", 139 "--target",
125 "Debug", 140 "Debug",
126 "--clobber" 141 "chromium_builder_dbg_drmemory_win"
127 ], 142 ],
128 "name": "compile" 143 "name": "compile"
129 }, 144 },
130 { 145 {
131 "name": "$result", 146 "name": "$result",
132 "recipe_result": null, 147 "recipe_result": null,
133 "status_code": 0 148 "status_code": 0
134 } 149 }
135 ] 150 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698