summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/source-test/cram.yml
blob: 6e29e7c6a6ea79e4c732d96e49fc38963e24852c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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/**