gecko-dev/taskcluster/ci/source-test/remote.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

45 lines
1.4 KiB
YAML
Raw Normal View History

# 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
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
job-defaults:
when:
files-changed:
- "remote/**"
platform: linux64/opt
require-build: true
fetches:
build:
- target.tar.bz2
toolchain:
- linux64-node
treeherder:
kind: test
tier: 3
worker-type: t-linux-xlarge
worker:
docker-image: {in-tree: desktop1604-test}
max-run-time: 1800
puppeteer:
description: Puppeteer tests against Firefox CDP-based remote protocol
run-on-projects: ["mozilla-central", "try"]
treeherder:
symbol: remote(pup)
run:
using: run-task
command: >
cd $GECKO_PATH/ &&
./mach puppeteer-test --setpref "remote.log.level=Trace" --binary $MOZ_FETCHES_DIR/firefox/firefox --headless
puppeteer-fis:
description: Puppeteer tests against Firefox CDP-based remote protocol with Fission (site isolation) turned on
run-on-projects: ["try"]
treeherder:
symbol: remote(pup-fis)
run:
using: run-task
command: >
cd $GECKO_PATH/ &&
./mach puppeteer-test --setpref "remote.log.level=Trace" --binary $MOZ_FETCHES_DIR/firefox/firefox --headless --enable-fission