| 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 Linux - presubmit", | 10 "V8 Linux - presubmit", |
| 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@54321", | 24 "v8@54321", |
| 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\": \"54321\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"54321\"@@@", |
| (...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": "target_arch=ia32 v8_target_arch=ia32", | 68 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32", |
| 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 "cmd": [ | 85 "cmd": [ |
| 89 "python", | 86 "python", |
| 90 "-u", | 87 "-u", |
| 91 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 88 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 92 "[SLAVE_BUILD]/v8/out/Release" | 89 "[SLAVE_BUILD]/v8/out/Release" |
| 93 ], | 90 ], |
| 94 "cwd": "[SLAVE_BUILD]", | |
| 95 "name": "rmtree build directory", | 91 "name": "rmtree build directory", |
| 96 "~followup_annotations": [ | 92 "~followup_annotations": [ |
| 97 "@@@STEP_LOG_LINE@python.inline@@@@", | 93 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 98 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 94 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 99 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 95 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 100 "@@@STEP_LOG_LINE@python.inline@@@@", | 96 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 101 "@@@STEP_LOG_LINE@python.inline@@@@", | 97 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 102 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 98 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 103 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 99 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 104 "@@@STEP_LOG_END@python.inline@@@" | 100 "@@@STEP_LOG_END@python.inline@@@" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 116 "Release", | 112 "Release", |
| 117 "--build-url", | 113 "--build-url", |
| 118 "gs://chromium-v8/v8-linux-rel", | 114 "gs://chromium-v8/v8-linux-rel", |
| 119 "--src-dir", | 115 "--src-dir", |
| 120 "v8", | 116 "v8", |
| 121 "--master-name", | 117 "--master-name", |
| 122 "client.v8", | 118 "client.v8", |
| 123 "--build-number", | 119 "--build-number", |
| 124 "571" | 120 "571" |
| 125 ], | 121 ], |
| 126 "cwd": "[SLAVE_BUILD]", | |
| 127 "name": "extract build" | 122 "name": "extract build" |
| 128 }, | 123 }, |
| 129 { | 124 { |
| 130 "cmd": [ | 125 "cmd": [ |
| 131 "python", | 126 "python", |
| 132 "-u", | 127 "-u", |
| 133 "[SLAVE_BUILD]/v8/tools/presubmit.py" | 128 "[SLAVE_BUILD]/v8/tools/presubmit.py" |
| 134 ], | 129 ], |
| 135 "cwd": "[SLAVE_BUILD]/v8", | 130 "cwd": "[SLAVE_BUILD]/v8", |
| 136 "name": "Presubmit" | 131 "name": "Presubmit" |
| 137 }, | 132 }, |
| 138 { | 133 { |
| 139 "name": "$result", | 134 "name": "$result", |
| 140 "recipe_result": null, | 135 "recipe_result": null, |
| 141 "status_code": 0 | 136 "status_code": 0 |
| 142 } | 137 } |
| 143 ] | 138 ] |
| OLD | NEW |