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

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

Issue 2078803002: fix recipe_simulation recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Expectations 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
« no previous file with comments | « scripts/slave/recipes/infra/recipe_simulation.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects",
8 "--outfile", 8 "--outfile",
9 "/path/to/tmp/", 9 "/path/to/tmp/",
10 "--attempts", 10 "--attempts",
(...skipping 16 matching lines...) Expand all
27 "cache_dir = '[SLAVE_BUILD]/_cache_dir'\nsolutions = [{'deps_file': 'DEPS' , 'managed': True, 'name': 'build', 'url': 'https://repo.repo/build'}]", 27 "cache_dir = '[SLAVE_BUILD]/_cache_dir'\nsolutions = [{'deps_file': 'DEPS' , 'managed': True, 'name': 'build', 'url': 'https://repo.repo/build'}]",
28 "--root", 28 "--root",
29 "build", 29 "build",
30 "--revision_mapping_file", 30 "--revision_mapping_file",
31 "{}", 31 "{}",
32 "--git-cache-dir", 32 "--git-cache-dir",
33 "[SLAVE_BUILD]/_cache_dir", 33 "[SLAVE_BUILD]/_cache_dir",
34 "--output_json", 34 "--output_json",
35 "/path/to/tmp/json", 35 "/path/to/tmp/json",
36 "--revision", 36 "--revision",
37 "build@deadbeaf", 37 "build@HEAD",
38 "--force", 38 "--force",
39 "--output_manifest" 39 "--output_manifest"
40 ], 40 ],
41 "cwd": "[SLAVE_BUILD]", 41 "cwd": "[SLAVE_BUILD]",
42 "env": { 42 "env": {
43 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 43 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
44 }, 44 },
45 "name": "bot_update", 45 "name": "bot_update",
46 "~followup_annotations": [ 46 "~followup_annotations": [
47 "@@@STEP_TEXT@Some step text@@@", 47 "@@@STEP_TEXT@Some step text@@@",
48 "@@@STEP_LOG_LINE@json.output@{@@@", 48 "@@@STEP_LOG_LINE@json.output@{@@@",
49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"build\": \"deadbeaf\"@@@", 51 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@",
52 "@@@STEP_LOG_LINE@json.output@ }, @@@", 52 "@@@STEP_LOG_LINE@json.output@ }, @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 53 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
54 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 54 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"build\", @@@", 55 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"build\", @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 56 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
59 "@@@STEP_LOG_LINE@json.output@}@@@", 59 "@@@STEP_LOG_LINE@json.output@}@@@",
60 "@@@STEP_LOG_END@json.output@@@" 60 "@@@STEP_LOG_END@json.output@@@"
61 ] 61 ]
(...skipping 18 matching lines...) Expand all
80 "simulation_test" 80 "simulation_test"
81 ], 81 ],
82 "name": "recipe simulation test" 82 "name": "recipe simulation test"
83 }, 83 },
84 { 84 {
85 "name": "$result", 85 "name": "$result",
86 "recipe_result": null, 86 "recipe_result": null,
87 "status_code": 0 87 "status_code": 0
88 } 88 }
89 ] 89 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/recipe_simulation.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698