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

Side by Side Diff: scripts/slave/recipes/infra/gerrit_cq_test.expected/try.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 "tryserver.infra",
9 "--builder",
10 "gerrit-test-cq-normal",
11 "--slave",
12 "TestSlavename",
13 "--spec", 7 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'gerrit-test-cq-normal', 'url': 'https://chromium.googlesource.com/playgrou nd/gerrit-cq/normal.git'}]", 8 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'gerrit-test-cq-normal', 'url': 'https://chromium.googlesource.com/playgrou nd/gerrit-cq/normal.git'}]",
15 "--root", 9 "--root",
16 "gerrit-test-cq-normal", 10 "gerrit-test-cq-normal",
17 "--revision_mapping_file", 11 "--revision_mapping_file",
18 "{}", 12 "{}",
19 "--git-cache-dir", 13 "--git-cache-dir",
20 "[GIT_CACHE]", 14 "[GIT_CACHE]",
21 "--gerrit_repo", 15 "--gerrit_repo",
22 "https://chromium.googlesource.com/playground/gerrit-cq/normal", 16 "https://chromium.googlesource.com/playground/gerrit-cq/normal",
23 "--gerrit_ref", 17 "--gerrit_ref",
24 "refs/changes/60/322360/2", 18 "refs/changes/60/322360/2",
25 "--output_json", 19 "--output_json",
26 "/path/to/tmp/json", 20 "/path/to/tmp/json",
27 "--revision", 21 "--revision",
28 "gerrit-test-cq-normal@HEAD", 22 "gerrit-test-cq-normal@HEAD",
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 10 matching lines...) Expand all
50 "@@@STEP_LOG_LINE@json.output@}@@@", 43 "@@@STEP_LOG_LINE@json.output@}@@@",
51 "@@@STEP_LOG_END@json.output@@@" 44 "@@@STEP_LOG_END@json.output@@@"
52 ] 45 ]
53 }, 46 },
54 { 47 {
55 "name": "$result", 48 "name": "$result",
56 "recipe_result": null, 49 "recipe_result": null,
57 "status_code": 0 50 "status_code": 0
58 } 51 }
59 ] 52 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698