config.yml (1697B)
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 trust-domain: nss 6 7 task-priority: lowest 8 9 workers: 10 aliases: 11 images: 12 provisioner: 'nss-{level}' 13 implementation: docker-worker 14 os: linux 15 worker-type: linux-docker 16 b-linux: 17 provisioner: 'nss-{level}' 18 implementation: docker-worker 19 os: linux 20 worker-type: linux-docker 21 b-win2022: 22 provisioner: 'nss-{level}' 23 implementation: generic-worker 24 os: windows 25 worker-type: b-win2022 26 b-osx: 27 provisioner: releng-hardware 28 implementation: generic-worker 29 os: macosx 30 worker-type: 'nss-{level}-b-osx-1015' 31 t-linux: 32 provisioner: nss-t 33 implementation: docker-worker 34 os: linux 35 worker-type: t-linux-docker 36 37 taskgraph: 38 repositories: 39 nss: 40 name: NSS 41 project-regex: nss 42 nspr: 43 name: NSPR 44 project-regex: nspr 45 default-repository: https://hg.mozilla.org/projects/nspr 46 default-ref: default 47 type: hg 48 49 decision-parameters: 'nss_taskgraph:decision_parameters' 50 register: 'nss_taskgraph:register' 51 52 treeherder: 53 group-names: 54 I: Docker image builds 55 Builds: Builds with alternative compilers 56 Cipher: Cipher tests 57 DBM: Legacy (DBM) database 58 FIPS: FIPS 59 SSL: SSL tests 60 TLS: TLS fuzzing