mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Bug 1785993 - [puppeteer] Drop puppeteer test job for non-Fission. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D155223
This commit is contained in:
parent
536a6c89fd
commit
333afece9f
@ -35,21 +35,10 @@ job-defaults:
|
||||
optimization:
|
||||
skip-unless-expanded: null
|
||||
|
||||
puppeteer-no-fission:
|
||||
puppeteer:
|
||||
description: Puppeteer tests against Firefox CDP-based remote protocol
|
||||
treeherder:
|
||||
symbol: remote(pup-nofis)
|
||||
run: # Bug 1651542: Use screenshot feature to warm-up the font cache before the actual test
|
||||
using: run-task
|
||||
command: >
|
||||
cd $GECKO_PATH/ &&
|
||||
$MOZ_FETCHES_DIR/firefox/firefox --screenshot http://example.org &&
|
||||
./mach puppeteer-test --ci -vv --binary $MOZ_FETCHES_DIR/firefox/firefox --headless --disable-fission --write-results /builds/worker/results.json --log-tbpl - --log-errorsummary /builds/worker/pup_errorsummary.json --log-raw /builds/worker/pup_raw.log
|
||||
|
||||
puppeteer-fis:
|
||||
description: Puppeteer tests against Firefox CDP-based remote protocol (Fission)
|
||||
treeherder:
|
||||
symbol: remote(pup-fis)
|
||||
symbol: remote(pup)
|
||||
run: # Bug 1651542: Use screenshot feature to warm-up the font cache before the actual test
|
||||
using: run-task
|
||||
command: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user