kind.yml 815 B

1234567891011121314151617181920
  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. implementation: 'taskgraph.task.docker_image:DockerImageTask'
  5. images_path: '../../../testing/docker'
  6. # make a task for each docker-image we might want. For the moment, since we
  7. # write artifacts for each, these are whitelisted, but ideally that will change
  8. # (to use subdirectory clones of the proper directory), at which point we can
  9. # generate tasks for every docker image in the directory, secure in the
  10. # knowledge that unnecessary images will be omitted from the target task graph
  11. images:
  12. desktop-test: dt
  13. desktop1604-test: dt16t
  14. desktop-build: db
  15. tester: tst
  16. lint: lnt
  17. android-gradle-build: agb