| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[SLAVE_BUILD]/skia", |
| 39 "name": "git clean" | 39 "name": "git clean" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 46 "config", | 46 "config", |
| 47 "--spec", | 47 "--spec", |
| 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" | 48 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': Fals
e, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os
= ['llvm']" |
| 49 ], | 49 ], |
| 50 "env": { | 50 "env": { |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 52 }, | 52 }, |
| 53 "name": "gclient setup" | 53 "name": "gclient setup" |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "cmd": [ | 56 "cmd": [ |
| 57 "python", | 57 "python", |
| 58 "-u", | 58 "-u", |
| 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 60 "sync", | 60 "sync", |
| 61 "--verbose", |
| 62 "--with_branch_heads", |
| 61 "--nohooks", | 63 "--nohooks", |
| 64 "-j8", |
| 65 "--reset", |
| 62 "--force", | 66 "--force", |
| 63 "--verbose", | 67 "--upstream", |
| 68 "--no-nag-max", |
| 64 "--delete_unversioned_trees", | 69 "--delete_unversioned_trees", |
| 65 "--revision", | 70 "--revision", |
| 66 "skia@abc123", | 71 "skia@abc123", |
| 67 "--output-json", | 72 "--output-json", |
| 68 "/path/to/tmp/json" | 73 "/path/to/tmp/json" |
| 69 ], | 74 ], |
| 70 "env": { | 75 "env": { |
| 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 72 }, | 77 }, |
| 73 "name": "gclient sync", | 78 "name": "gclient sync", |
| 74 "~followup_annotations": [ | 79 "~followup_annotations": [ |
| 75 "@@@STEP_LOG_LINE@json.output@{@@@", | 80 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ }@@@", | 84 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ }@@@", | 85 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@}@@@", | 86 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 82 "@@@STEP_LOG_END@json.output@@@", | 87 "@@@STEP_LOG_END@json.output@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 88 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@" |
| 84 ] | 89 ] |
| 85 }, | 90 }, |
| 86 { | 91 { |
| 92 "cmd": [ |
| 93 "python", |
| 94 "-u", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 96 "recurse", |
| 97 "git", |
| 98 "config", |
| 99 "user.name", |
| 100 "local_bot" |
| 101 ], |
| 102 "env": { |
| 103 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 104 }, |
| 105 "name": "gclient recurse (git config user.name)" |
| 106 }, |
| 107 { |
| 108 "cmd": [ |
| 109 "python", |
| 110 "-u", |
| 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 112 "recurse", |
| 113 "git", |
| 114 "config", |
| 115 "user.email", |
| 116 "local_bot@example.com" |
| 117 ], |
| 118 "env": { |
| 119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 120 }, |
| 121 "name": "gclient recurse (git config user.email)" |
| 122 }, |
| 123 { |
| 87 "allow_subannotations": true, | 124 "allow_subannotations": true, |
| 88 "cmd": [ | 125 "cmd": [ |
| 89 "python", | 126 "python", |
| 90 "[SLAVE_BUILD]/skia/infra/bots/recipes.py", | 127 "[SLAVE_BUILD]/skia/infra/bots/recipes.py", |
| 91 "run", | 128 "run", |
| 92 "--workdir", | 129 "--workdir", |
| 93 "[SLAVE_BUILD]", | 130 "[SLAVE_BUILD]", |
| 94 "swarm_trigger", | 131 "swarm_trigger", |
| 95 "path_config=kitchen", | 132 "path_config=kitchen", |
| 96 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 133 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
| 97 "recipe=skia/swarm_trigger", | 134 "recipe=skia/swarm_trigger", |
| 98 "mastername=client.skia", | 135 "mastername=client.skia", |
| 99 "buildnumber=5", | 136 "buildnumber=5", |
| 100 "slavename=skiabot-linux-compile-000", | 137 "slavename=skiabot-linux-compile-000", |
| 101 "path_config=kitchen", | 138 "path_config=kitchen", |
| 102 "revision=abc123" | 139 "revision=abc123" |
| 103 ], | 140 ], |
| 104 "name": "run recipe" | 141 "name": "run recipe" |
| 105 }, | 142 }, |
| 106 { | 143 { |
| 107 "name": "$result", | 144 "name": "$result", |
| 108 "recipe_result": null, | 145 "recipe_result": null, |
| 109 "status_code": 0 | 146 "status_code": 0 |
| 110 } | 147 } |
| 111 ] | 148 ] |
| OLD | NEW |