Source code
Revision control
Copy as Markdown
Other Tools
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
---
loader: taskgraph.loader.transform:loader
kind-dependencies:
- toolchain
transforms:
- gecko_taskgraph.transforms.update_test:transforms
- gecko_taskgraph.transforms.job:transforms
- gecko_taskgraph.transforms.task:transforms
task-defaults:
treeherder:
kind: other
tier: 2
symbol: update-test(firefox)
worker:
max-run-time: 10800
run-on-projects: []
index:
product: firefox
run:
using: run-task
command: >-
./mach update-test --test-type Background;
tasks:
update-test:
worker:
artifacts:
- type: directory
path: update-test
name: public/update-test
env:
UPLOAD_DIR: .
VERSION_LOG_FILENAME: update-test-version-info.log
os:
- win11-64-24h2-source
- win10-64-2009
- t-osx-1500-m4
- t-osx-1400-r8
- t-osx-1015-r8
update-test-linux-docker:
worker-type: t-linux-docker
worker:
artifacts:
- type: directory
path: /builds/worker/artifacts/update-test
name: public/update-test
env:
UPLOAD_DIR: /builds/worker/artifacts
VERSION_LOG_FILENAME: update-test-version-info.log
run:
command: >-
. $HOME/scripts/xvfb.sh && start_xvfb '1600x1200x24' 0 && ./mach update-test --test-type Background;
os:
- ubuntu2404-test