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

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

Issue 2270963002: Make skia recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 4 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_trigger.expected/recipe_in_skia_repo.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', 'managed': False, 'n ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l lvm']" 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 ],
11 "env": { 11 "env": {
12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
13 }, 13 },
14 "name": "gclient setup" 14 "name": "gclient setup"
15 }, 15 },
16 { 16 {
17 "cmd": [ 17 "cmd": [
18 "python", 18 "python",
19 "-u", 19 "-u",
20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
21 "sync", 21 "sync",
22 "--verbose",
23 "--with_branch_heads",
22 "--nohooks", 24 "--nohooks",
25 "-j8",
26 "--reset",
23 "--force", 27 "--force",
24 "--verbose", 28 "--upstream",
29 "--no-nag-max",
25 "--delete_unversioned_trees", 30 "--delete_unversioned_trees",
26 "--revision", 31 "--revision",
27 "skia@abc123", 32 "skia@abc123",
28 "--output-json", 33 "--output-json",
29 "/path/to/tmp/json" 34 "/path/to/tmp/json"
30 ], 35 ],
31 "env": { 36 "env": {
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
33 }, 38 },
34 "name": "gclient sync", 39 "name": "gclient sync",
35 "~followup_annotations": [ 40 "~followup_annotations": [
36 "@@@STEP_LOG_LINE@json.output@{@@@", 41 "@@@STEP_LOG_LINE@json.output@{@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b 694580e5d17ad10748\"@@@",
40 "@@@STEP_LOG_LINE@json.output@ }@@@", 45 "@@@STEP_LOG_LINE@json.output@ }@@@",
41 "@@@STEP_LOG_LINE@json.output@ }@@@", 46 "@@@STEP_LOG_LINE@json.output@ }@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@", 47 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@", 48 "@@@STEP_LOG_END@json.output@@@",
44 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 49 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1 0748\"@@@"
45 ] 50 ]
46 }, 51 },
47 { 52 {
48 "cmd": [ 53 "cmd": [
49 "python", 54 "python",
50 "-u", 55 "-u",
56 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
57 "recurse",
58 "git",
59 "config",
60 "user.name",
61 "local_bot"
62 ],
63 "env": {
64 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
65 },
66 "name": "gclient recurse (git config user.name)"
67 },
68 {
69 "cmd": [
70 "python",
71 "-u",
72 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
73 "recurse",
74 "git",
75 "config",
76 "user.email",
77 "local_bot@example.com"
78 ],
79 "env": {
80 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
81 },
82 "name": "gclient recurse (git config user.email)"
83 },
84 {
85 "cmd": [
86 "python",
87 "-u",
51 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", 88 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py",
52 "--gerrit_repo", 89 "--gerrit_repo",
53 "skia", 90 "skia",
54 "--gerrit_ref", 91 "--gerrit_ref",
55 "refs/changes/00/2100/2", 92 "refs/changes/00/2100/2",
56 "--root", 93 "--root",
57 "[SLAVE_BUILD]/skia", 94 "[SLAVE_BUILD]/skia",
58 "--gerrit_rebase_patch_ref" 95 "--gerrit_rebase_patch_ref"
59 ], 96 ],
60 "env": { 97 "env": {
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "event.change.number=2100", 564 "event.change.number=2100",
528 "repository=skia", 565 "repository=skia",
529 "buildername=Build-Ubuntu-GCC-x86_64-Release-Trybot", 566 "buildername=Build-Ubuntu-GCC-x86_64-Release-Trybot",
530 "mastername=client.skia.compile", 567 "mastername=client.skia.compile",
531 "patch_storage=gerrit", 568 "patch_storage=gerrit",
532 "buildnumber=1", 569 "buildnumber=1",
533 "slavename=skiabot-dummy-compile-slave", 570 "slavename=skiabot-dummy-compile-slave",
534 "reason=Triggered by Skia swarm_trigger Recipe", 571 "reason=Triggered by Skia swarm_trigger Recipe",
535 "swarm_out_dir=${ISOLATED_OUTDIR}", 572 "swarm_out_dir=${ISOLATED_OUTDIR}",
536 "event.patchSet.ref=refs/changes/00/2100/2", 573 "event.patchSet.ref=refs/changes/00/2100/2",
537 "revision=164710" 574 "revision=9046e2e693bb92a76e972b694580e5d17ad10748"
538 ], 575 ],
539 "name": "[trigger] compile_skia on Ubuntu", 576 "name": "[trigger] compile_skia on Ubuntu",
540 "~followup_annotations": [ 577 "~followup_annotations": [
541 "@@@STEP_LOG_LINE@json.output@{@@@", 578 "@@@STEP_LOG_LINE@json.output@{@@@",
542 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ def456/Build-Ubuntu-GCC-x86_64-Release-Trybot/5\", @@@", 579 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ def456/Build-Ubuntu-GCC-x86_64-Release-Trybot/5\", @@@",
543 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 580 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
544 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Build-Ubunt u-GCC-x86_64-Release-Trybot/5\": {@@@", 581 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Build-Ubunt u-GCC-x86_64-Release-Trybot/5\": {@@@",
545 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 582 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
546 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 583 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
547 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 584 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 649 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
613 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 650 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
614 ] 651 ]
615 }, 652 },
616 { 653 {
617 "name": "$result", 654 "name": "$result",
618 "recipe_result": null, 655 "recipe_result": null,
619 "status_code": 0 656 "status_code": 0
620 } 657 }
621 ] 658 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/skia/swarm_trigger.expected/recipe_in_skia_repo.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698