| 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@refs/remotes/origin/master", | 36 "src/repo@refs/remotes/origin/master", |
| 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 "--target-arch=x86" | 75 "--target-arch=x86" |
| 76 ], | 76 ], |
| 77 "env": { | 77 "env": { |
| 78 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:%(PATH)s" | 78 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" |
| 79 }, | 79 }, |
| 80 "name": "envsetup", | 80 "name": "envsetup", |
| 81 "~followup_annotations": [ | 81 "~followup_annotations": [ |
| 82 "@@@STEP_LOG_LINE@json.output@{@@@", | 82 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", |
| 84 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", | 84 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", |
| 86 "@@@STEP_LOG_LINE@json.output@}@@@", | 86 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 87 "@@@STEP_LOG_END@json.output@@@" | 87 "@@@STEP_LOG_END@json.output@@@" |
| 88 ] | 88 ] |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 "cmd": [ | 91 "cmd": [ |
| 92 "python", | 92 "python", |
| 93 "-u", | 93 "-u", |
| 94 "\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", | 94 "\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", |
| 95 "[SLAVE_BUILD_ROOT]/src/out/Debug/debug_info_dumps", | 95 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", |
| 96 "[SLAVE_BUILD_ROOT]/src/out/Debug/test_logs", | 96 "[SLAVE_BUILD]/src/out/Debug/test_logs", |
| 97 "[SLAVE_BUILD_ROOT]/src" | 97 "[SLAVE_BUILD]/src" |
| 98 ], | 98 ], |
| 99 "name": "clean local files", | 99 "name": "clean local files", |
| 100 "~followup_annotations": [ | 100 "~followup_annotations": [ |
| 101 "@@@STEP_LOG_LINE@python.inline@@@@", | 101 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 102 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 102 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 103 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 103 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 104 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 104 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 105 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[3]):@@@", | 105 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[3]):@@@", |
| 106 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 106 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 107 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 107 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 108 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 108 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 109 "@@@STEP_LOG_END@python.inline@@@" | 109 "@@@STEP_LOG_END@python.inline@@@" |
| 110 ] | 110 ] |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "allow_subannotations": true, | 113 "allow_subannotations": true, |
| 114 "cmd": [ | 114 "cmd": [ |
| 115 "[SLAVE_BUILD_ROOT]/src/build/tree_truth.sh", | 115 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 116 "[SLAVE_BUILD_ROOT]/src", | 116 "[SLAVE_BUILD]/src", |
| 117 "src", | 117 "src", |
| 118 "src-internal", | 118 "src-internal", |
| 119 "src/repo" | 119 "src/repo" |
| 120 ], | 120 ], |
| 121 "name": "tree truth steps" | 121 "name": "tree truth steps" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [ | 124 "cmd": [ |
| 125 "python", | 125 "python", |
| 126 "-u", | 126 "-u", |
| 127 "[DEPOT_TOOLS_ROOT]/gclient.py", | 127 "[DEPOT_TOOLS]/gclient.py", |
| 128 "runhooks" | 128 "runhooks" |
| 129 ], | 129 ], |
| 130 "env": { | 130 "env": { |
| 131 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_
landmines.py", | 131 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm
ines.py", |
| 132 "GYP_CROSSCOMPILE": "1", | 132 "GYP_CROSSCOMPILE": "1", |
| 133 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi
on_name=some_builder_1234 chrome_build_id=3333 component=static_library fastbuil
d=1 gcc_version=46 host_os=linux order_text_section=[SLAVE_BUILD_ROOT]/src/order
files/orderfile.out target_arch=ia32", | 133 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi
on_name=some_builder_1234 chrome_build_id=3333 component=static_library fastbuil
d=1 gcc_version=46 host_os=linux order_text_section=[SLAVE_BUILD]/src/orderfiles
/orderfile.out target_arch=ia32", |
| 134 "GYP_GENERATORS": "ninja", | 134 "GYP_GENERATORS": "ninja", |
| 135 "GYP_GENERATOR_FLAGS": "default_target=All", | 135 "GYP_GENERATOR_FLAGS": "default_target=All", |
| 136 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 136 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" |
| 137 }, | 137 }, |
| 138 "name": "gclient runhooks" | 138 "name": "gclient runhooks" |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "[BUILD_ROOT]/scripts/slave/apply_svn_patch.py", | 142 "[BUILD]/scripts/slave/apply_svn_patch.py", |
| 143 "-p", | 143 "-p", |
| 144 "try_job_svn_patch", | 144 "try_job_svn_patch", |
| 145 "-r", | 145 "-r", |
| 146 "[SLAVE_BUILD_ROOT]/src/repo" | 146 "[SLAVE_BUILD]/src/repo" |
| 147 ], | 147 ], |
| 148 "name": "apply_patch" | 148 "name": "apply_patch" |
| 149 }, | 149 }, |
| 150 { | 150 { |
| 151 "abort_on_failure": true, | 151 "abort_on_failure": true, |
| 152 "cmd": [ | 152 "cmd": [ |
| 153 "python", | 153 "python", |
| 154 "-u", | 154 "-u", |
| 155 "[BUILD_ROOT]/scripts/slave/compile.py", | 155 "[BUILD]/scripts/slave/compile.py", |
| 156 "--target", | 156 "--target", |
| 157 "Debug", | 157 "Debug", |
| 158 "--build-dir", | 158 "--build-dir", |
| 159 "[SLAVE_BUILD_ROOT]/src/out", | 159 "[SLAVE_BUILD]/src/out", |
| 160 "--src-dir", | 160 "--src-dir", |
| 161 "[SLAVE_BUILD_ROOT]/src", | 161 "[SLAVE_BUILD]/src", |
| 162 "--build-tool", | 162 "--build-tool", |
| 163 "ninja", | 163 "ninja", |
| 164 "--compiler", | 164 "--compiler", |
| 165 "goma", | 165 "goma", |
| 166 "--", | 166 "--", |
| 167 "All" | 167 "All" |
| 168 ], | 168 ], |
| 169 "env": { | 169 "env": { |
| 170 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 170 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" |
| 171 }, | 171 }, |
| 172 "name": "compile" | 172 "name": "compile" |
| 173 }, | 173 }, |
| 174 { | 174 { |
| 175 "cmd": [ | 175 "cmd": [ |
| 176 "[SLAVE_BUILD_ROOT]/src/build/android/findbugs_diff.py", | 176 "[SLAVE_BUILD]/src/build/android/findbugs_diff.py", |
| 177 "-b", | 177 "-b", |
| 178 "[SLAVE_BUILD_ROOT]/src/repo/bin/findbugs_filter", | 178 "[SLAVE_BUILD]/src/repo/bin/findbugs_filter", |
| 179 "-o", | 179 "-o", |
| 180 "com.google.android.apps.chrome.-,org.chromium.-" | 180 "com.google.android.apps.chrome.-,org.chromium.-" |
| 181 ], | 181 ], |
| 182 "env": { | 182 "env": { |
| 183 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 183 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" |
| 184 }, | 184 }, |
| 185 "name": "findbugs internal" | 185 "name": "findbugs internal" |
| 186 }, | 186 }, |
| 187 { | 187 { |
| 188 "cmd": [ | 188 "cmd": [ |
| 189 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py" | 189 "[SLAVE_BUILD]/src/repo/bin/lint.py" |
| 190 ], | 190 ], |
| 191 "env": { | 191 "env": { |
| 192 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 192 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" |
| 193 }, | 193 }, |
| 194 "name": "lint" | 194 "name": "lint" |
| 195 }, | 195 }, |
| 196 { | 196 { |
| 197 "cmd": [ | 197 "cmd": [ |
| 198 "[SLAVE_BUILD_ROOT]/src/repo/build/upload_build.py", | 198 "[SLAVE_BUILD]/src/repo/build/upload_build.py", |
| 199 "-b", | 199 "-b", |
| 200 "builder_name", | 200 "builder_name", |
| 201 "-t", | 201 "-t", |
| 202 "Debug", | 202 "Debug", |
| 203 "-d", | 203 "-d", |
| 204 "[SLAVE_BUILD_ROOT]/src/out", | 204 "[SLAVE_BUILD]/src/out", |
| 205 "-r", | 205 "-r", |
| 206 "1337", | 206 "1337", |
| 207 "-g", | 207 "-g", |
| 208 "[BUILD_ROOT]/scripts/slave/gsutil" | 208 "[BUILD]/scripts/slave/gsutil" |
| 209 ], | 209 ], |
| 210 "name": "upload_build" | 210 "name": "upload_build" |
| 211 } | 211 } |
| 212 ] | 212 ] |
| OLD | NEW |