| 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", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 68 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 69 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32", | 69 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32", |
| 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 71 }, | 71 }, |
| 72 "name": "gclient runhooks" | 72 "name": "gclient runhooks" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "cmd": [ | 75 "cmd": [ |
| 76 "python", | 76 "python", |
| 77 "-u", | 77 "-u", |
| 78 "[DEPOT_TOOLS]/gn.py", | |
| 79 "--root=[SLAVE_BUILD]/v8", | |
| 80 "gen", | |
| 81 "[TMP_BASE]/v8_gn_tmp_1", | |
| 82 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"None\"" | |
| 83 ], | |
| 84 "name": "gn" | |
| 85 }, | |
| 86 { | |
| 87 "cmd": [ | |
| 88 "python", | |
| 89 "-u", | |
| 90 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | |
| 91 "[TMP_BASE]/v8_gn_tmp_1", | |
| 92 "[SLAVE_BUILD]/v8/out/Release", | |
| 93 "all", | |
| 94 "all" | |
| 95 ], | |
| 96 "name": "compare build flags (fyi)" | |
| 97 }, | |
| 98 { | |
| 99 "cmd": [ | |
| 100 "python", | |
| 101 "-u", | |
| 102 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", | |
| 103 "[TMP_BASE]/v8_gn_tmp_1" | |
| 104 ], | |
| 105 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | |
| 106 "~followup_annotations": [ | |
| 107 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 108 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | |
| 109 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | |
| 110 "@@@STEP_LOG_END@python.inline@@@" | |
| 111 ] | |
| 112 }, | |
| 113 { | |
| 114 "cmd": [ | |
| 115 "python", | |
| 116 "-u", | |
| 117 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 118 "--show-path", | 79 "--show-path", |
| 119 "python", | 80 "python", |
| 120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 121 ], | 82 ], |
| 122 "name": "cleanup_temp" | 83 "name": "cleanup_temp" |
| 123 }, | 84 }, |
| 124 { | 85 { |
| 125 "cmd": [ | 86 "cmd": [ |
| 126 "python", | 87 "python", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 ], | 130 ], |
| 170 "cwd": "[SLAVE_BUILD]/v8", | 131 "cwd": "[SLAVE_BUILD]/v8", |
| 171 "name": "Presubmit" | 132 "name": "Presubmit" |
| 172 }, | 133 }, |
| 173 { | 134 { |
| 174 "name": "$result", | 135 "name": "$result", |
| 175 "recipe_result": null, | 136 "recipe_result": null, |
| 176 "status_code": 0 | 137 "status_code": 0 |
| 177 } | 138 } |
| 178 ] | 139 ] |
| OLD | NEW |