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

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

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Disable for cronet and swarming Created 4 years, 10 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master",
8 "chromium.infra",
9 "--builder",
10 "luci-gae-linux64",
11 "--slave",
12 "TestSlavename",
13 "--spec", 7 "--spec",
14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]", 8 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]",
15 "--root", 9 "--root",
16 "infra/go/src/github.com/luci/gae", 10 "infra/go/src/github.com/luci/gae",
17 "--revision_mapping_file", 11 "--revision_mapping_file",
18 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}", 12 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}",
19 "--git-cache-dir", 13 "--git-cache-dir",
20 "[GIT_CACHE]", 14 "[GIT_CACHE]",
21 "--output_json", 15 "--output_json",
22 "/path/to/tmp/json", 16 "/path/to/tmp/json",
23 "--revision", 17 "--revision",
24 "infra@origin/master", 18 "infra@origin/master",
25 "--revision", 19 "--revision",
26 "infra/go/src/github.com/luci/gae@c14d891d44f0afff64e56ed7c9702df1d807b1ee ", 20 "infra/go/src/github.com/luci/gae@c14d891d44f0afff64e56ed7c9702df1d807b1ee ",
27 "--revision", 21 "--revision",
28 "infra/go/src/github.com/luci/luci-go@origin/master", 22 "infra/go/src/github.com/luci/luci-go@origin/master",
29 "--force",
30 "--output_manifest" 23 "--output_manifest"
31 ], 24 ],
32 "cwd": "[SLAVE_BUILD]", 25 "cwd": "[SLAVE_BUILD]",
33 "env": { 26 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 27 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
35 }, 28 },
36 "name": "bot_update", 29 "name": "bot_update",
37 "~followup_annotations": [ 30 "~followup_annotations": [
38 "@@@STEP_TEXT@Some step text@@@", 31 "@@@STEP_TEXT@Some step text@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 32 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 ], 103 ],
111 "cwd": "[SLAVE_BUILD]", 104 "cwd": "[SLAVE_BUILD]",
112 "name": "go test" 105 "name": "go test"
113 }, 106 },
114 { 107 {
115 "name": "$result", 108 "name": "$result",
116 "recipe_result": null, 109 "recipe_result": null,
117 "status_code": 0 110 "status_code": 0
118 } 111 }
119 ] 112 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698