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:
Henrik Skupin 2022-08-22 19:30:43 +00:00
parent 536a6c89fd
commit 333afece9f

View File

@ -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: >