gecko-dev/taskcluster/ci/source-test/cram.yml

22 строки
530 B
YAML

---
tryselect:
description: tools/tryselect integration tests
platform: linux1804-64/opt
treeherder:
symbol: cram(try)
kind: test
tier: 2
worker-type: t-linux-xlarge-source
worker:
docker-image: {in-tree: "lint"}
max-run-time: 1800
run:
using: mach
mach: cramtest tools/tryselect
always-target: true
when:
files-changed:
- testing/mach_commands.py
- third_party/python/cram/**
- tools/tryselect/**