tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

wpt-unittest.yml (720B)


      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 task-defaults:
      6    run-on-repo-type: [hg]
      7    platform: lint/opt
      8    treeherder:
      9        kind: test
     10        tier: 1
     11    worker-type: t-linux-docker-amd
     12    worker:
     13        docker-image: {in-tree: "lint"}
     14        max-run-time: 1800
     15 
     16 default:
     17    description: Web-platform unit tests.
     18    treeherder:
     19        symbol: wpt-unittest
     20    run:
     21        using: run-task
     22        cwd: '{checkout}'
     23        command: ./mach wpt-unittest -e py39
     24    when:
     25        files-changed:
     26            - 'testing/web-platform/tests/tools/**'