mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1653999 - Run web-platform unit tests in CI. r=jgraham,ahal
Differential Revision: https://phabricator.services.mozilla.com/D229590
This commit is contained in:
parent
797d0f4714
commit
00d96eba04
@ -41,6 +41,7 @@ tasks-from:
|
|||||||
- webcompat.yml
|
- webcompat.yml
|
||||||
- wpt-manifest.yml
|
- wpt-manifest.yml
|
||||||
- wpt-metadata.yml
|
- wpt-metadata.yml
|
||||||
|
- wpt-unittest.yml
|
||||||
|
|
||||||
task-defaults:
|
task-defaults:
|
||||||
use-python: default
|
use-python: default
|
||||||
|
25
taskcluster/kinds/source-test/wpt-unittest.yml
Normal file
25
taskcluster/kinds/source-test/wpt-unittest.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# 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/.
|
||||||
|
---
|
||||||
|
task-defaults:
|
||||||
|
platform: lint/opt
|
||||||
|
treeherder:
|
||||||
|
kind: test
|
||||||
|
tier: 1
|
||||||
|
worker-type: t-linux-xlarge-source
|
||||||
|
worker:
|
||||||
|
docker-image: {in-tree: "lint"}
|
||||||
|
max-run-time: 1800
|
||||||
|
|
||||||
|
default:
|
||||||
|
description: Web-platform unit tests.
|
||||||
|
treeherder:
|
||||||
|
symbol: wpt-unittest
|
||||||
|
run:
|
||||||
|
using: run-task
|
||||||
|
cwd: '{checkout}'
|
||||||
|
command: ./mach wpt-unittest -e py38
|
||||||
|
when:
|
||||||
|
files-changed:
|
||||||
|
- 'testing/web-platform/tests/tools/**'
|
Loading…
Reference in New Issue
Block a user