tor-browser

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

firefox-ui.yml (955B)


      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    suite:
      7        category: firefox-ui
      8    max-run-time: 5400
      9    test-manifest-loader: null  # don't load tests in the taskgraph
     10    run-on-projects: built-projects
     11    mozharness:
     12        script: firefox_ui_tests.py
     13        config:
     14            by-test-platform:
     15                windows.*:
     16                    - firefox_ui_tests/taskcluster_windows.py
     17                macosx.*:
     18                    - firefox_ui_tests/taskcluster.py
     19                    - firefox_ui_tests/taskcluster_mac.py
     20                linux.*:
     21                    - firefox_ui_tests/taskcluster.py
     22                    - remove_executables.py
     23 
     24 firefox-ui-functional:
     25    description: "Firefox-ui-tests functional run"
     26    treeherder-symbol: Fxfn(en-US)
     27    tier: 2