| 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 from . import steps | 5 from . import steps |
| 6 | 6 |
| 7 SPEC = { | 7 SPEC = { |
| 8 'settings': { | 8 'settings': { |
| 9 'build_gs_bucket': 'chromium-memory-fyi-archive', | 9 'build_gs_bucket': 'chromium-memory-fyi-archive', |
| 10 }, | 10 }, |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 steps.generate_script, | 101 steps.generate_script, |
| 102 ], | 102 ], |
| 103 'parent_buildername': 'Chromium Linux TSan Builder', | 103 'parent_buildername': 'Chromium Linux TSan Builder', |
| 104 'testing': { | 104 'testing': { |
| 105 'platform': 'linux', | 105 'platform': 'linux', |
| 106 }, | 106 }, |
| 107 'enable_swarming': True, | 107 'enable_swarming': True, |
| 108 }, | 108 }, |
| 109 }, | 109 }, |
| 110 } | 110 } |
| OLD | NEW |