tor-browser

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

wpt-metadata.yml (1048B)


      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: 2
     11    worker-type: t-linux-docker-amd
     12    worker:
     13        docker-image: {in-tree: "lint"}
     14        max-run-time: 1800
     15 
     16 summary:
     17    description: Summarize wpt metadata
     18    treeherder:
     19        symbol: wpt-meta
     20    index:
     21        product: source
     22        job-name: source-wpt-metadata-summary
     23    run:
     24        using: mach
     25        mach: wpt-metadata-summary --out-dir=/builds/worker/artifacts
     26    worker:
     27        artifacts:
     28            - type: directory
     29              path: /builds/worker/artifacts
     30              name: public
     31        max-run-time: 2700
     32    when:
     33        files-changed:
     34            - 'testing/web-platform/meta/**'
     35            - 'testing/web-platform/mozilla/meta/**'
     36            - 'testing/web-platform/metasummary.py'