| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS_ROOT]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" | 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" |
| 10 ], | 10 ], |
| 11 "name": "gclient setup", | 11 "name": "gclient setup", |
| 12 "seed_steps": [ | 12 "seed_steps": [ |
| 13 "gclient setup", | 13 "gclient setup", |
| 14 "gclient revert", | 14 "gclient revert", |
| 15 "gclient sync" | 15 "gclient sync" |
| 16 ] | 16 ] |
| 17 }, | 17 }, |
| 18 { | 18 { |
| 19 "cmd": [ | 19 "cmd": [ |
| 20 "python", | 20 "python", |
| 21 "-u", | 21 "-u", |
| 22 "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", | 22 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 23 ".", | 23 ".", |
| 24 "[DEPOT_TOOLS_ROOT]/gclient" | 24 "[DEPOT_TOOLS]/gclient" |
| 25 ], | 25 ], |
| 26 "name": "gclient revert" | 26 "name": "gclient revert" |
| 27 }, | 27 }, |
| 28 { | 28 { |
| 29 "cmd": [ | 29 "cmd": [ |
| 30 "python", | 30 "python", |
| 31 "-u", | 31 "-u", |
| 32 "[DEPOT_TOOLS_ROOT]/gclient.py", | 32 "[DEPOT_TOOLS]/gclient.py", |
| 33 "sync", | 33 "sync", |
| 34 "--nohooks", | 34 "--nohooks", |
| 35 "--revision", | 35 "--revision", |
| 36 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | 36 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", |
| 37 "--output-json", | 37 "--output-json", |
| 38 "/path/to/tmp/json" | 38 "/path/to/tmp/json" |
| 39 ], | 39 ], |
| 40 "name": "gclient sync", | 40 "name": "gclient sync", |
| 41 "~followup_annotations": [ | 41 "~followup_annotations": [ |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@}@@@", | 44 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 45 "@@@STEP_LOG_END@json.output@@@" | 45 "@@@STEP_LOG_END@json.output@@@" |
| 46 ] | 46 ] |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "cmd": [ | 49 "cmd": [ |
| 50 "[SLAVE_BUILD_ROOT]/src/repo/build/dump_app_manifest_vars.py", | 50 "[SLAVE_BUILD]/src/repo/build/dump_app_manifest_vars.py", |
| 51 "-b", | 51 "-b", |
| 52 "builder_name", | 52 "builder_name", |
| 53 "-v", | 53 "-v", |
| 54 "[SLAVE_BUILD_ROOT]/src/chrome/VERSION", | 54 "[SLAVE_BUILD]/src/chrome/VERSION", |
| 55 "--output-json", | 55 "--output-json", |
| 56 "/path/to/tmp/json" | 56 "/path/to/tmp/json" |
| 57 ], | 57 ], |
| 58 "name": "get app_manifest_vars", | 58 "name": "get app_manifest_vars", |
| 59 "~followup_annotations": [ | 59 "~followup_annotations": [ |
| 60 "@@@STEP_LOG_LINE@json.output@{@@@", | 60 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"build_id\": 3333, @@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"build_id\": 3333, @@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"date_string\": 6001, @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"date_string\": 6001, @@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"version_code\": 10, @@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"version_code\": 10, @@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"version_name\": \"some_builder_1234\"@@@
", | 64 "@@@STEP_LOG_LINE@json.output@ \"version_name\": \"some_builder_1234\"@@@
", |
| 65 "@@@STEP_LOG_LINE@json.output@}@@@", | 65 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 66 "@@@STEP_LOG_END@json.output@@@" | 66 "@@@STEP_LOG_END@json.output@@@" |
| 67 ] | 67 ] |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "cmd": [ | 70 "cmd": [ |
| 71 "[SLAVE_BUILD_ROOT]/src/build/env_dump.py", | 71 "[SLAVE_BUILD]/src/build/env_dump.py", |
| 72 "--output-json", | 72 "--output-json", |
| 73 "/path/to/tmp/json", | 73 "/path/to/tmp/json", |
| 74 "[SLAVE_BUILD_ROOT]/src/build/android/envsetup.sh" | 74 "[SLAVE_BUILD]/src/build/android/envsetup.sh" |
| 75 ], | 75 ], |
| 76 "env": { | 76 "env": { |
| 77 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", | 77 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", |
| 78 "ANDROID_SDK_ROOT": "[SLAVE_BUILD_ROOT]/src/third_party/android_tools_inte
rnal/sdk", | 78 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/src/third_party/android_tools_internal/
sdk", |
| 79 "ANDROID_SDK_VERSION": "KeyLimePie", | 79 "ANDROID_SDK_VERSION": "KeyLimePie", |
| 80 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:%(PATH)s" | 80 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" |
| 81 }, | 81 }, |
| 82 "name": "envsetup", | 82 "name": "envsetup", |
| 83 "~followup_annotations": [ | 83 "~followup_annotations": [ |
| 84 "@@@STEP_LOG_LINE@json.output@{@@@", | 84 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", |
| 87 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", |
| 88 "@@@STEP_LOG_LINE@json.output@}@@@", | 88 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 89 "@@@STEP_LOG_END@json.output@@@" | 89 "@@@STEP_LOG_END@json.output@@@" |
| 90 ] | 90 ] |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "cmd": [ | 93 "cmd": [ |
| 94 "python", | 94 "python", |
| 95 "-u", | 95 "-u", |
| 96 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\nfor base, _dirs, files in os.walk(sys.argv[3]):\n for f in
files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 96 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\nfor base, _dirs, files in os.walk(sys.argv[3]):\n for f in
files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| 97 "[SLAVE_BUILD_ROOT]/src/out/Debug/debug_info_dumps", | 97 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", |
| 98 "[SLAVE_BUILD_ROOT]/src/out/Debug/test_logs", | 98 "[SLAVE_BUILD]/src/out/Debug/test_logs", |
| 99 "[SLAVE_BUILD_ROOT]/src" | 99 "[SLAVE_BUILD]/src" |
| 100 ], | 100 ], |
| 101 "name": "clean local files", | 101 "name": "clean local files", |
| 102 "~followup_annotations": [ | 102 "~followup_annotations": [ |
| 103 "@@@STEP_LOG_LINE@python.inline@@@@", | 103 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 104 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 104 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 105 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 105 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 106 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 106 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 107 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[3]):@@@", | 107 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[3]):@@@", |
| 108 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 108 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 109 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 109 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 110 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 110 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 111 "@@@STEP_LOG_END@python.inline@@@" | 111 "@@@STEP_LOG_END@python.inline@@@" |
| 112 ] | 112 ] |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 "allow_subannotations": true, | 115 "allow_subannotations": true, |
| 116 "cmd": [ | 116 "cmd": [ |
| 117 "[SLAVE_BUILD_ROOT]/src/build/tree_truth.sh", | 117 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 118 "[SLAVE_BUILD_ROOT]/src", | 118 "[SLAVE_BUILD]/src", |
| 119 "src", | 119 "src", |
| 120 "src-internal", | 120 "src-internal", |
| 121 "src/repo" | 121 "src/repo" |
| 122 ], | 122 ], |
| 123 "name": "tree truth steps" | 123 "name": "tree truth steps" |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 "cmd": [ | 126 "cmd": [ |
| 127 "python", | 127 "python", |
| 128 "-u", | 128 "-u", |
| 129 "[DEPOT_TOOLS_ROOT]/gclient.py", | 129 "[DEPOT_TOOLS]/gclient.py", |
| 130 "runhooks" | 130 "runhooks" |
| 131 ], | 131 ], |
| 132 "env": { | 132 "env": { |
| 133 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", | 133 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", |
| 134 "ANDROID_SDK_ROOT": "[SLAVE_BUILD_ROOT]/src/third_party/android_tools_inte
rnal/sdk", | 134 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/src/third_party/android_tools_internal/
sdk", |
| 135 "ANDROID_SDK_VERSION": "KeyLimePie", | 135 "ANDROID_SDK_VERSION": "KeyLimePie", |
| 136 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_
landmines.py", | 136 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm
ines.py", |
| 137 "GYP_CROSSCOMPILE": "1", | 137 "GYP_CROSSCOMPILE": "1", |
| 138 "GYP_DEFINES": "OS=android android_sdk_root=[SLAVE_BUILD_ROOT]/src/third_p
arty/android_tools_internal/sdk android_sdk_version=KeyLimePie app_manifest_vers
ion_code=10 app_manifest_version_name=some_builder_1234 chrome_build_id=3333 com
ponent=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_sectio
n=[SLAVE_BUILD_ROOT]/src/orderfiles/orderfile.out target_arch=arm", | 138 "GYP_DEFINES": "OS=android android_sdk_root=[SLAVE_BUILD]/src/third_party/
android_tools_internal/sdk android_sdk_version=KeyLimePie app_manifest_version_c
ode=10 app_manifest_version_name=some_builder_1234 chrome_build_id=3333 componen
t=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=[SL
AVE_BUILD]/src/orderfiles/orderfile.out target_arch=arm", |
| 139 "GYP_GENERATORS": "ninja", | 139 "GYP_GENERATORS": "ninja", |
| 140 "GYP_GENERATOR_FLAGS": "default_target=All", | 140 "GYP_GENERATOR_FLAGS": "default_target=All", |
| 141 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 141 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" |
| 142 }, | 142 }, |
| 143 "name": "gclient runhooks" | 143 "name": "gclient runhooks" |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "abort_on_failure": true, | 146 "abort_on_failure": true, |
| 147 "cmd": [ | 147 "cmd": [ |
| 148 "python", | 148 "python", |
| 149 "-u", | 149 "-u", |
| 150 "[BUILD_ROOT]/scripts/slave/compile.py", | 150 "[BUILD]/scripts/slave/compile.py", |
| 151 "--target", | 151 "--target", |
| 152 "Debug", | 152 "Debug", |
| 153 "--build-dir", | 153 "--build-dir", |
| 154 "[SLAVE_BUILD_ROOT]/src/out", | 154 "[SLAVE_BUILD]/src/out", |
| 155 "--src-dir", | 155 "--src-dir", |
| 156 "[SLAVE_BUILD_ROOT]/src", | 156 "[SLAVE_BUILD]/src", |
| 157 "--build-tool", | 157 "--build-tool", |
| 158 "ninja", | 158 "ninja", |
| 159 "--compiler", | 159 "--compiler", |
| 160 "goma", | 160 "goma", |
| 161 "--", | 161 "--", |
| 162 "All" | 162 "All" |
| 163 ], | 163 ], |
| 164 "env": { | 164 "env": { |
| 165 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", | 165 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", |
| 166 "ANDROID_SDK_ROOT": "[SLAVE_BUILD_ROOT]/src/third_party/android_tools_inte
rnal/sdk", | 166 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/src/third_party/android_tools_internal/
sdk", |
| 167 "ANDROID_SDK_VERSION": "KeyLimePie", | 167 "ANDROID_SDK_VERSION": "KeyLimePie", |
| 168 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 168 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" |
| 169 }, | 169 }, |
| 170 "name": "compile" | 170 "name": "compile" |
| 171 }, | 171 }, |
| 172 { | 172 { |
| 173 "cmd": [ | 173 "cmd": [ |
| 174 "[SLAVE_BUILD_ROOT]/src/repo/build/upload_build.py", | 174 "[SLAVE_BUILD]/src/repo/build/upload_build.py", |
| 175 "-b", | 175 "-b", |
| 176 "builder_name", | 176 "builder_name", |
| 177 "-t", | 177 "-t", |
| 178 "Debug", | 178 "Debug", |
| 179 "-d", | 179 "-d", |
| 180 "[SLAVE_BUILD_ROOT]/src/out", | 180 "[SLAVE_BUILD]/src/out", |
| 181 "-r", | 181 "-r", |
| 182 "4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | 182 "4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", |
| 183 "-g", | 183 "-g", |
| 184 "[BUILD_ROOT]/scripts/slave/gsutil" | 184 "[BUILD]/scripts/slave/gsutil" |
| 185 ], | 185 ], |
| 186 "name": "upload_build" | 186 "name": "upload_build" |
| 187 } | 187 } |
| 188 ] | 188 ] |
| OLD | NEW |