awsy.yml (2233B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 --- 5 task-defaults: 6 suite: awsy 7 max-run-time: 7200 8 instance-size: xlarge-noscratch 9 virtualization: 10 by-test-platform: 11 windows.*(?:-shippable)?.*/.*: virtual-with-gpu 12 default: virtual 13 allow-software-gl-layers: false 14 mozharness: 15 script: awsy_script.py 16 config: 17 by-test-platform: 18 windows.*: 19 - awsy/taskcluster_windows_config.py 20 macosx.*/opt: 21 - awsy/macosx_config.py 22 default: 23 - awsy/linux_config.py 24 tier: default 25 test-manifest-loader: null # don't load tests in the taskgraph 26 27 28 awsy: 29 description: Are we slim yet - tp5 pageset 30 treeherder-symbol: SY(sy) 31 run-on-projects: [] 32 mozharness: 33 extra-options: 34 - --tp5 35 36 awsy-tp6: 37 description: Are we slim yet - tp6 pageset 38 treeherder-symbol: SY(sy-tp6) 39 run-on-projects: 40 by-test-platform: 41 .*-devedition/.*: [] # don't run on devedition 42 linux(?!.*shippable).*/opt: [] 43 windows(?!.*shippable).*/opt: [] 44 mac(?!.*shippable).*/opt: [] 45 default: [trunk] 46 47 awsy-dmd: 48 description: Are we slim yet - dmd enabled 49 treeherder-symbol: SY(sy-d) 50 run-on-projects: [] 51 mozharness: 52 extra-options: 53 - --dmd 54 55 awsy-base: 56 description: Are we slim yet - about:blank base case 57 treeherder-symbol: SY(ab) 58 run-on-projects: 59 by-test-platform: 60 .*-devedition/.*: [] # don't run on devedition. 61 linux(?!.*shippable).*/opt: [] 62 windows(?!.*shippable).*/opt: [] 63 mac(?!.*shippable).*/opt: [] 64 default: [trunk] 65 tier: default 66 mozharness: 67 extra-options: 68 - --base 69 70 awsy-base-dmd: 71 description: Are we slim yet - about:blank base case - dmd enabled 72 treeherder-symbol: SY(ab-d) 73 run-on-projects: [] 74 mozharness: 75 extra-options: 76 - --base 77 - --dmd