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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.drmemory", 8 "client.drmemory",
9 "--builder", 9 "--builder",
10 "linux-cr-builder", 10 "linux-cr-builder",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 77 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
80 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @" 80 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @"
81 ] 81 ]
82 }, 82 },
83 { 83 {
84 "cmd": [ 84 "cmd": [
85 "python", 85 "python",
86 "-u", 86 "-u",
87 "\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",
88 "[SLAVE_BUILD]/src/out/Release"
89 ],
90 "name": "rmtree clobber",
91 "~followup_annotations": [
92 "@@@STEP_LOG_LINE@python.inline@@@@",
93 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
94 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
95 "@@@STEP_LOG_LINE@python.inline@@@@",
96 "@@@STEP_LOG_LINE@python.inline@@@@",
97 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
98 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
99 "@@@STEP_LOG_END@python.inline@@@"
100 ]
101 },
102 {
103 "cmd": [
104 "python",
105 "-u",
87 "[BUILD]/scripts/slave/runhooks_wrapper.py" 106 "[BUILD]/scripts/slave/runhooks_wrapper.py"
88 ], 107 ],
89 "env": { 108 "env": {
90 "CHROMIUM_GYP_SYNTAX_CHECK": "1", 109 "CHROMIUM_GYP_SYNTAX_CHECK": "1",
91 "DEPOT_TOOLS_UPDATE": "0", 110 "DEPOT_TOOLS_UPDATE": "0",
92 "GYP_DEFINES": "build_for_tool=drmemory component=shared_library", 111 "GYP_DEFINES": "build_for_tool=drmemory component=shared_library",
93 "GYP_GENERATORS": "ninja", 112 "GYP_GENERATORS": "ninja",
94 "LANDMINES_VERBOSE": "1" 113 "LANDMINES_VERBOSE": "1"
95 }, 114 },
96 "name": "gclient runhooks wrapper" 115 "name": "gclient runhooks wrapper"
(...skipping 22 matching lines...) Expand all
119 "base_unittests", 138 "base_unittests",
120 "browser_tests", 139 "browser_tests",
121 "crypto_unittests", 140 "crypto_unittests",
122 "ipc_tests", 141 "ipc_tests",
123 "media_unittests", 142 "media_unittests",
124 "net_unittests", 143 "net_unittests",
125 "printing_unittests", 144 "printing_unittests",
126 "remoting_unittests", 145 "remoting_unittests",
127 "sql_unittests", 146 "sql_unittests",
128 "unit_tests", 147 "unit_tests",
129 "url_unittests", 148 "url_unittests"
130 "--clobber"
131 ], 149 ],
132 "name": "compile" 150 "name": "compile"
133 }, 151 },
134 { 152 {
135 "name": "$result", 153 "name": "$result",
136 "recipe_result": null, 154 "recipe_result": null,
137 "status_code": 0 155 "status_code": 0
138 } 156 }
139 ] 157 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698