| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 # | 4 # |
| 5 # This permits isolating the recipes so they can be run from a Swarming bot (or | 5 # This permits isolating the recipes so they can be run from a Swarming bot (or |
| 6 # anywhere, really). | 6 # anywhere, really). |
| 7 # | 7 # |
| 8 # This file MUST be 4 directories down the root directory. It cannot be in | 8 # This file MUST be 4 directories down the root directory. It cannot be in |
| 9 # scripts/slave/. See recipe_modules/path/config.py. | 9 # scripts/slave/. See recipe_modules/path/config.py. |
| 10 # | 10 # |
| 11 # Expected trigger additional arguments: | 11 # Expected trigger additional arguments: |
| 12 # '--build-properties={...}' '--factory-properties={...}' | 12 # '--build-properties={...}' '--factory-properties={...}' |
| 13 # | 13 # |
| 14 { | 14 { |
| 15 'variables': { | 15 'variables': { |
| 16 'command': [ | 16 'command': [ |
| 17 'python', '../../tools/runit.py', '--show-path', '../annotated_run.py', | 17 'python', '../../tools/runit.py', '--show-path', '../annotated_run.py', |
| 18 ], | 18 ], |
| 19 'files': [ | 19 'files': [ |
| 20 '../../../../depot_tools/', | 20 '../../../../depot_tools/', |
| 21 '../../../environment.cfg.py', | 21 '../../../environment.cfg.py', |
| 22 '../../../site_config/', | 22 '../../../site_config/', |
| 23 '../../../goma/', | 23 '../../../goma/', |
| 24 '../../../third_party/infra/', | 24 '../../../third_party/infra/', |
| 25 '../../../third_party/mock-1.0.1/', | 25 '../../../third_party/mock-1.0.1/', |
| 26 '../../../third_party/recipe_engine/', |
| 26 '../../common/', | 27 '../../common/', |
| 27 '../../tools/runit.py', | 28 '../../tools/runit.py', |
| 28 '../__init__.py', | 29 '../__init__.py', |
| 29 '../annotated_run.py', | |
| 30 '../annotation_utils.py', | 30 '../annotation_utils.py', |
| 31 '../bootstrap.py', | 31 '../bootstrap.py', |
| 32 '../bot_update.py', | 32 '../bot_update.py', |
| 33 '../build_directory.py', | 33 '../build_directory.py', |
| 34 '../cleanup_temp.py', | 34 '../cleanup_temp.py', |
| 35 '../compile.py', | 35 '../compile.py', |
| 36 '../crash_utils.py', | 36 '../crash_utils.py', |
| 37 '../field_composer.py', | |
| 38 '../gsutil', | 37 '../gsutil', |
| 39 '../gsutil.bat', | 38 '../gsutil.bat', |
| 40 '../gtest/', | 39 '../gtest/', |
| 41 '../gtest_slave_utils.py', | 40 '../gtest_slave_utils.py', |
| 42 '../performance_log_processor.py', | 41 '../performance_log_processor.py', |
| 43 '../recipe_api.py', | |
| 44 '../recipe_config.py', | |
| 45 '../recipe_config_types.py', | |
| 46 '../recipe_loader.py', | |
| 47 '../recipe_modules/', | 42 '../recipe_modules/', |
| 48 '../recipe_test_api.py', | |
| 49 '../recipe_util.py', | |
| 50 '../recipes/', | 43 '../recipes/', |
| 51 '../results_dashboard.py', | 44 '../results_dashboard.py', |
| 52 '../runtest.py', | 45 '../runtest.py', |
| 53 '../runisolatedtest.py', | 46 '../runisolatedtest.py', |
| 54 '../skia/', | 47 '../skia/', |
| 55 '../slave_utils.py', | 48 '../slave_utils.py', |
| 56 '../telemetry_utils.py', | 49 '../telemetry_utils.py', |
| 57 '../xvfb.py', | 50 '../xvfb.py', |
| 58 ], | 51 ], |
| 59 }, | 52 }, |
| 60 } | 53 } |
| OLD | NEW |