| 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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.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 "[ROOT]/b/build/slave/cache_dir", | 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]", |
| 28 "env": { | 29 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 31 }, |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 57 ] | 58 ] |
| 58 }, | 59 }, |
| 59 { | 60 { |
| 60 "cmd": [ | 61 "cmd": [ |
| 61 "python", | 62 "python", |
| 62 "-u", | 63 "-u", |
| 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 64 "runhooks" | 65 "runhooks" |
| 65 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", |
| 66 "env": { | 68 "env": { |
| 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 68 "GYP_DEFINES": "clang=1 target_arch=x64 v8_target_arch=x64", | 70 "GYP_DEFINES": "clang=1 target_arch=x64 v8_target_arch=x64", |
| 69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 70 }, | 72 }, |
| 71 "name": "gclient runhooks" | 73 "name": "gclient runhooks" |
| 72 }, | 74 }, |
| 73 { | 75 { |
| 74 "cmd": [ | 76 "cmd": [ |
| 75 "python", | 77 "python", |
| 76 "-u", | 78 "-u", |
| 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 79 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 78 "--show-path", | 80 "--show-path", |
| 79 "python", | 81 "python", |
| 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 82 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 81 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", |
| 82 "name": "cleanup_temp" | 85 "name": "cleanup_temp" |
| 83 }, | 86 }, |
| 84 { | 87 { |
| 85 "allow_subannotations": true, | 88 "allow_subannotations": true, |
| 86 "cmd": [ | 89 "cmd": [ |
| 87 "python", | 90 "python", |
| 88 "-u", | 91 "-u", |
| 89 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 92 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 90 "--src-dir", | 93 "--src-dir", |
| 91 "[CWD]/v8", | 94 "[SLAVE_BUILD]/v8", |
| 92 "--output-json", | 95 "--output-json", |
| 93 "/path/to/tmp/json" | 96 "/path/to/tmp/json" |
| 94 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", |
| 95 "env": { | 99 "env": { |
| 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 100 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 97 }, | 101 }, |
| 98 "name": "clang_revision", | 102 "name": "clang_revision", |
| 99 "~followup_annotations": [ | 103 "~followup_annotations": [ |
| 100 "@@@STEP_LOG_LINE@json.output@{@@@", | 104 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@}@@@", | 106 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 103 "@@@STEP_LOG_END@json.output@@@" | 107 "@@@STEP_LOG_END@json.output@@@" |
| 104 ] | 108 ] |
| 105 }, | 109 }, |
| 106 { | 110 { |
| 107 "cmd": [ | 111 "cmd": [ |
| 108 "python", | 112 "python", |
| 109 "-u", | 113 "-u", |
| 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 114 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 111 "--show-path", | 115 "--show-path", |
| 112 "python", | 116 "python", |
| 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 114 "--gsutil-py-path", | 118 "--gsutil-py-path", |
| 115 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 119 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 116 "--ninja-path", | 120 "--ninja-path", |
| 117 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 121 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 118 "--target", | 122 "--target", |
| 119 "Release", | 123 "Release", |
| 120 "--src-dir", | 124 "--src-dir", |
| 121 "[CWD]/v8", | 125 "[SLAVE_BUILD]/v8", |
| 122 "--goma-cache-dir", | 126 "--goma-cache-dir", |
| 123 "[ROOT]/b/build/slave/goma_cache", | 127 "[GOMA_CACHE]", |
| 124 "--build-tool", | 128 "--build-tool", |
| 125 "xcode", | 129 "xcode", |
| 126 "--compiler", | 130 "--compiler", |
| 127 "clang", | 131 "clang", |
| 128 "--" | 132 "--" |
| 129 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]", |
| 130 "env": { | 135 "env": { |
| 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 132 }, | 137 }, |
| 133 "name": "compile" | 138 "name": "compile" |
| 134 }, | 139 }, |
| 135 { | 140 { |
| 136 "name": "$result", | 141 "name": "$result", |
| 137 "recipe_result": null, | 142 "recipe_result": null, |
| 138 "status_code": 0 | 143 "status_code": 0 |
| 139 } | 144 } |
| 140 ] | 145 ] |
| OLD | NEW |