| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 ] | 24 ] |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "cmd": [ | 27 "cmd": [ |
| 28 "python", | 28 "python", |
| 29 "-u", | 29 "-u", |
| 30 "[BUILD]/scripts/slave/bot_update.py", | 30 "[BUILD]/scripts/slave/bot_update.py", |
| 31 "--master", | 31 "--master", |
| 32 "chromium.swarm", | 32 "chromium.swarm", |
| 33 "--builder", | 33 "--builder", |
| 34 "Android deterministic build", | 34 "android_deterministic", |
| 35 "--slave", | 35 "--slave", |
| 36 "TestSlavename", | 36 "TestSlavename", |
| 37 "--spec", | 37 "--spec", |
| 38 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]\n
target_os = ['android']", | 38 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]\n
target_os = ['android']", |
| 39 "--root", | 39 "--root", |
| 40 "src", | 40 "src", |
| 41 "--revision_mapping_file", | 41 "--revision_mapping_file", |
| 42 "{}", | 42 "{}", |
| 43 "--output_json", | 43 "--output_json", |
| 44 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "[SLAVE_BUILD]/src/out/Release.1", | 249 "[SLAVE_BUILD]/src/out/Release.1", |
| 250 "--second-build-dir", | 250 "--second-build-dir", |
| 251 "[SLAVE_BUILD]/src/out/Release.2", | 251 "[SLAVE_BUILD]/src/out/Release.2", |
| 252 "--target-platform", | 252 "--target-platform", |
| 253 "android" | 253 "android" |
| 254 ], | 254 ], |
| 255 "cwd": "[SLAVE_BUILD]", | 255 "cwd": "[SLAVE_BUILD]", |
| 256 "name": "compare_build_artifacts" | 256 "name": "compare_build_artifacts" |
| 257 } | 257 } |
| 258 ] | 258 ] |
| OLD | NEW |