kind.yml (751B)
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 6 loader: taskgraph.loader.transform:loader 7 8 transforms: 9 - taskgraph.transforms.docker_image:transforms 10 - taskgraph.transforms.cached_tasks:transforms 11 - taskgraph.transforms.task:transforms 12 13 tasks: 14 base: 15 symbol: I(base) 16 builds: 17 symbol: I(builds) 18 parent: base 19 acvp: 20 symbol: I(acvp) 21 clang-format: 22 symbol: I(clang-format) 23 gcc-4.4: 24 symbol: I(gcc-4.4) 25 parent: base 26 fuzz: 27 symbol: I(fuzz) 28 tlsinterop: 29 symbol: I(tlsinterop) 30 parent: base