| OLD | NEW |
| 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", | 7 "--master", |
| 8 "internal.infra", | 8 "internal.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "infra-internal-continuous", | 10 "infra-internal-continuous", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesourc
e.com/infra/infra_internal.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra_internal', 'url': 'https://chrome-i
nternal.googlesource.com/infra/infra_internal.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "infra_internal", | 16 "infra_internal", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"infra_internal\": \"got_revision\"}", | 18 "{\"infra_internal\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "infra_internal@c14d891d44f0afff64e56ed7c9702df1d807b1ee", | 24 "infra_internal@c14d891d44f0afff64e56ed7c9702df1d807b1ee", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"c14d891d44f0afff64
e56ed7c9702df1d807b1ee\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"c14d891d44f0afff64
e56ed7c9702df1d807b1ee\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#190894}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#190894}\"@@@" |
| 58 ] | 57 ] |
| 59 }, | 58 }, |
| 60 { | 59 { |
| 61 "cmd": [ | 60 "cmd": [ |
| 62 "python", | 61 "python", |
| 63 "-u", | 62 "-u", |
| 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 65 "runhooks" | 64 "runhooks" |
| 66 ], | 65 ], |
| 67 "cwd": "[SLAVE_BUILD]", | |
| 68 "env": { | 66 "env": { |
| 69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 67 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 70 }, | 68 }, |
| 71 "name": "gclient runhooks" | 69 "name": "gclient runhooks" |
| 72 }, | 70 }, |
| 73 { | 71 { |
| 74 "cmd": [ | 72 "cmd": [ |
| 75 "python", | 73 "python", |
| 76 "-u", | 74 "-u", |
| 77 "test.py", | 75 "test.py", |
| 78 "test" | 76 "test" |
| 79 ], | 77 ], |
| 80 "cwd": "[SLAVE_BUILD]/infra_internal", | 78 "cwd": "[CWD]/infra_internal", |
| 81 "name": "infra python tests" | 79 "name": "infra python tests" |
| 82 }, | 80 }, |
| 83 { | 81 { |
| 84 "cmd": [ | 82 "cmd": [ |
| 85 "python", | 83 "python", |
| 86 "-u", | 84 "-u", |
| 87 "[SLAVE_BUILD]/infra_internal/go/env.py", | 85 "[CWD]/infra_internal/go/env.py", |
| 88 "go", | 86 "go", |
| 89 "version" | 87 "version" |
| 90 ], | 88 ], |
| 91 "cwd": "[SLAVE_BUILD]", | |
| 92 "name": "go third parties" | 89 "name": "go third parties" |
| 93 }, | 90 }, |
| 94 { | 91 { |
| 95 "cmd": [ | 92 "cmd": [ |
| 96 "python", | 93 "python", |
| 97 "-u", | 94 "-u", |
| 98 "[SLAVE_BUILD]/infra_internal/go/env.py", | 95 "[CWD]/infra_internal/go/env.py", |
| 99 "python", | 96 "python", |
| 100 "[SLAVE_BUILD]/infra_internal/go/test.py" | 97 "[CWD]/infra_internal/go/test.py" |
| 101 ], | 98 ], |
| 102 "cwd": "[SLAVE_BUILD]", | |
| 103 "name": "infra go tests" | 99 "name": "infra go tests" |
| 104 }, | 100 }, |
| 105 { | 101 { |
| 106 "cmd": [ | 102 "cmd": [ |
| 107 "python", | 103 "python", |
| 108 "-u", | 104 "-u", |
| 109 "[SLAVE_BUILD]/infra_internal/build/build.py", | 105 "[CWD]/infra_internal/build/build.py", |
| 110 "--builder", | 106 "--builder", |
| 111 "infra-internal-continuous" | 107 "infra-internal-continuous" |
| 112 ], | 108 ], |
| 113 "cwd": "[SLAVE_BUILD]", | |
| 114 "name": "cipd - build packages" | 109 "name": "cipd - build packages" |
| 115 }, | 110 }, |
| 116 { | 111 { |
| 117 "cmd": [ | 112 "cmd": [ |
| 118 "python", | 113 "python", |
| 119 "-u", | 114 "-u", |
| 120 "[SLAVE_BUILD]/infra_internal/build/test_packages.py" | 115 "[CWD]/infra_internal/build/test_packages.py" |
| 121 ], | 116 ], |
| 122 "cwd": "[SLAVE_BUILD]", | |
| 123 "name": "cipd - test packages integrity" | 117 "name": "cipd - test packages integrity" |
| 124 }, | 118 }, |
| 125 { | 119 { |
| 126 "cmd": [ | 120 "cmd": [ |
| 127 "python", | 121 "python", |
| 128 "-u", | 122 "-u", |
| 129 "[SLAVE_BUILD]/infra_internal/build/build.py", | 123 "[CWD]/infra_internal/build/build.py", |
| 130 "--no-rebuild", | 124 "--no-rebuild", |
| 131 "--upload", | 125 "--upload", |
| 132 "--service-account-json", | 126 "--service-account-json", |
| 133 "/creds/service_accounts/service-account-cipd-builder.json", | 127 "/creds/service_accounts/service-account-cipd-builder.json", |
| 134 "--json-output", | 128 "--json-output", |
| 135 "/path/to/tmp/json", | 129 "/path/to/tmp/json", |
| 136 "--builder", | 130 "--builder", |
| 137 "infra-internal-continuous", | 131 "infra-internal-continuous", |
| 138 "--tags", | 132 "--tags", |
| 139 "buildbot_build:internal.infra/infra-internal-continuous/123", | 133 "buildbot_build:internal.infra/infra-internal-continuous/123", |
| 140 "git_repository:https://chrome-internal.googlesource.com/infra/infra_inter
nal", | 134 "git_repository:https://chrome-internal.googlesource.com/infra/infra_inter
nal", |
| 141 "git_revision:0a18b32e3a93913e1090d1ee6b8965c6dc3116d6" | 135 "git_revision:0a18b32e3a93913e1090d1ee6b8965c6dc3116d6" |
| 142 ], | 136 ], |
| 143 "cwd": "[SLAVE_BUILD]", | |
| 144 "name": "cipd - upload packages", | 137 "name": "cipd - upload packages", |
| 145 "~followup_annotations": [ | 138 "~followup_annotations": [ |
| 146 "@@@STEP_LOG_LINE@json.output@{@@@", | 139 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@", | 141 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@ {@@@", | 142 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@", | 143 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8
14cd1dfffe2fcfc9f81299c\", @@@", | 144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8
14cd1dfffe2fcfc9f81299c\", @@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool
/linux-bitness\"@@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool
/linux-bitness\"@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 146 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@", | 147 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ }@@@", | 148 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 149 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@}@@@", | 150 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 158 "@@@STEP_LOG_END@json.output@@@", | 151 "@@@STEP_LOG_END@json.output@@@", |
| 159 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df
ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@" | 152 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df
ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@" |
| 160 ] | 153 ] |
| 161 }, | 154 }, |
| 162 { | 155 { |
| 163 "name": "$result", | 156 "name": "$result", |
| 164 "recipe_result": null, | 157 "recipe_result": null, |
| 165 "status_code": 0 | 158 "status_code": 0 |
| 166 } | 159 } |
| 167 ] | 160 ] |
| OLD | NEW |