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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/recipe_with_gerrit_patch.json

Issue 2295303002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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/skia/swarm_infra.expected/Infra-PerCommit_try_gerrit.json ('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[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': Fals e, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['llvm']" 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': Fals e, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['llvm']"
10 ], 10 ],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", 88 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py",
89 "--gerrit_repo", 89 "--gerrit_repo",
90 "skia", 90 "skia",
91 "--gerrit_ref", 91 "--gerrit_ref",
92 "refs/changes/00/2100/2", 92 "refs/changes/00/2100/2",
93 "--root", 93 "--root",
94 "[SLAVE_BUILD]/skia", 94 "[SLAVE_BUILD]/skia"
95 "--gerrit_rebase_patch_ref"
96 ], 95 ],
97 "env": { 96 "env": {
98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
99 }, 98 },
100 "name": "apply_gerrit" 99 "name": "apply_gerrit"
101 }, 100 },
102 { 101 {
103 "cmd": [ 102 "cmd": [
104 "python", 103 "python",
105 "-u", 104 "-u",
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 648 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
650 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 649 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
651 ] 650 ]
652 }, 651 },
653 { 652 {
654 "name": "$result", 653 "name": "$result",
655 "recipe_result": null, 654 "recipe_result": null,
656 "status_code": 0 655 "status_code": 0
657 } 656 }
658 ] 657 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/skia/swarm_infra.expected/Infra-PerCommit_try_gerrit.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698