| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Mac64 - xcode", | 10 "V8 Mac64 - xcode", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "v8@20123", | 24 "v8@20123", |
| 25 "--no_shallow", | 25 "--no_shallow", |
| 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@ \"v8\": \"20123\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 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 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 70 "GYP_DEFINES": "clang=1 target_arch=x64 v8_target_arch=x64", | 68 "GYP_DEFINES": "clang=1 target_arch=x64 v8_target_arch=x64", |
| 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 72 }, | 70 }, |
| 73 "name": "gclient runhooks" | 71 "name": "gclient runhooks" |
| 74 }, | 72 }, |
| 75 { | 73 { |
| 76 "cmd": [ | 74 "cmd": [ |
| 77 "python", | 75 "python", |
| 78 "-u", | 76 "-u", |
| 79 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 80 "--show-path", | 78 "--show-path", |
| 81 "python", | 79 "python", |
| 82 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 83 ], | 81 ], |
| 84 "cwd": "[SLAVE_BUILD]", | |
| 85 "name": "cleanup_temp" | 82 "name": "cleanup_temp" |
| 86 }, | 83 }, |
| 87 { | 84 { |
| 88 "allow_subannotations": true, | 85 "allow_subannotations": true, |
| 89 "cmd": [ | 86 "cmd": [ |
| 90 "python", | 87 "python", |
| 91 "-u", | 88 "-u", |
| 92 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 89 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 93 "--src-dir", | 90 "--src-dir", |
| 94 "[SLAVE_BUILD]/v8", | 91 "[SLAVE_BUILD]/v8", |
| 95 "--output-json", | 92 "--output-json", |
| 96 "/path/to/tmp/json" | 93 "/path/to/tmp/json" |
| 97 ], | 94 ], |
| 98 "cwd": "[SLAVE_BUILD]", | |
| 99 "env": { | 95 "env": { |
| 100 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 101 }, | 97 }, |
| 102 "name": "clang_revision", | 98 "name": "clang_revision", |
| 103 "~followup_annotations": [ | 99 "~followup_annotations": [ |
| 104 "@@@STEP_LOG_LINE@json.output@{@@@", | 100 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 105 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 106 "@@@STEP_LOG_LINE@json.output@}@@@", | 102 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 107 "@@@STEP_LOG_END@json.output@@@" | 103 "@@@STEP_LOG_END@json.output@@@" |
| 108 ] | 104 ] |
| (...skipping 15 matching lines...) Expand all Loading... |
| 124 "--src-dir", | 120 "--src-dir", |
| 125 "[SLAVE_BUILD]/v8", | 121 "[SLAVE_BUILD]/v8", |
| 126 "--goma-cache-dir", | 122 "--goma-cache-dir", |
| 127 "[GOMA_CACHE]", | 123 "[GOMA_CACHE]", |
| 128 "--build-tool", | 124 "--build-tool", |
| 129 "xcode", | 125 "xcode", |
| 130 "--compiler", | 126 "--compiler", |
| 131 "clang", | 127 "clang", |
| 132 "--" | 128 "--" |
| 133 ], | 129 ], |
| 134 "cwd": "[SLAVE_BUILD]", | |
| 135 "env": { | 130 "env": { |
| 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 137 }, | 132 }, |
| 138 "name": "compile" | 133 "name": "compile" |
| 139 }, | 134 }, |
| 140 { | 135 { |
| 141 "name": "$result", | 136 "name": "$result", |
| 142 "recipe_result": null, | 137 "recipe_result": null, |
| 143 "status_code": 0 | 138 "status_code": 0 |
| 144 } | 139 } |
| 145 ] | 140 ] |
| OLD | NEW |