tor-browser

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

kind.yml (1529B)


      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 loader: taskgraph.loader.transform:loader
      6 
      7 transforms:
      8    - gecko_taskgraph.transforms.trigger_comm_central:transforms
      9    - gecko_taskgraph.transforms.job:transforms
     10    - gecko_taskgraph.transforms.task:transforms
     11 
     12 task-defaults:
     13    run-on-repo-type: [hg]
     14    run-on-projects: ['mozilla-central-only']
     15    treeherder:
     16        kind: other
     17        platform: other/opt
     18        tier: 2
     19    worker-type: b-linux
     20    worker:
     21        docker-image: {in-tree: debian12-amd64-build}
     22        max-run-time: 600
     23        taskcluster-proxy: true
     24    run:
     25        using: run-task
     26        checkout: false
     27 
     28 tasks:
     29    tb-rust:
     30        description: 'Schedule job to verify the comm-central copy of third_party/rust'
     31        treeherder:
     32            symbol: tb-rust
     33        run:
     34            command: '/usr/bin/curl --fail --verbose -X POST -d "{}" -H "Content-Type: application/json" ${TASKCLUSTER_PROXY_URL}/api/hooks/v1/hooks/project-releng/cron-task-comm-central%2ftb-rust-vendor-check/trigger'
     35        when:
     36            files-changed:
     37                - Cargo.lock
     38                - Cargo.toml
     39                - toolkit/library/rust/shared/Cargo.toml
     40        scopes:
     41            by-level:
     42                '3':
     43                    - 'hooks:trigger-hook:project-releng/cron-task-comm-central/tb-rust-vendor-check'
     44                default: []