tor-browser

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

kind.yml (2276B)


      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.resolve_landoscript_keyed_by:transforms
      9    - gecko_taskgraph.transforms.task:transforms
     10 
     11 task-defaults:
     12    run-on-repo-type: [hg]
     13    run-on-projects: []
     14    treeherder:
     15        kind: build
     16        platform: fenix-android-all/opt
     17        tier: 1
     18    worker-type: lando
     19    worker:
     20        implementation: scriptworker-lando
     21 
     22 tasks:
     23    import:
     24        name: android_l10n_import
     25        description: Import strings from android-l10n repo
     26        treeherder:
     27            symbol: android-l10n(I)
     28        worker:
     29            lando-repo:
     30                by-project:
     31                    try: staging-firefox-autoland
     32                    default: firefox-autoland
     33            actions:
     34                - android-l10n-import:
     35                      from-repo-url: https://github.com/mozilla-l10n/android-l10n
     36                      toml-info:
     37                          - toml-path: mozilla-mobile/fenix/l10n.toml
     38                            dest-path: mobile/android/fenix
     39                          - toml-path: mozilla-mobile/focus-android/l10n.toml
     40                            dest-path: mobile/android/focus-android
     41                          - toml-path: mozilla-mobile/android-components/l10n.toml
     42                            dest-path: mobile/android/android-components
     43 
     44    sync:
     45        name: android_l10n_sync
     46        description: Sync android-l10n strings from main to beta
     47        treeherder:
     48            symbol: android-l10n(S)
     49        worker:
     50            lando-repo:
     51                by-project:
     52                    try: staging-firefox-beta
     53                    default: firefox-beta
     54            ignore-closed-tree: true
     55            actions:
     56                - android-l10n-sync:
     57                      from-branch: main
     58                      toml-info:
     59                          - toml-path: mobile/android/fenix/l10n.toml
     60                          - toml-path: mobile/android/focus-android/l10n.toml
     61                          - toml-path: mobile/android/android-components/l10n.toml