Closed
Bug 2035048
Opened 23 days ago
Closed 14 days ago
allow running tests in webgpu jobs if their path matches webgpu
Categories
(Core :: Graphics: WebGPU, task, P1)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•23 days ago
|
||
This allows tests with webgpu in their path (but not filename) to be run in the webgpu jobs. However for those tests to actually be run in the webgpu jobs they also need to be tagged webgpu. This means that if a test is in a path that matches webgpu but is not tagged webgpu then the test will not run in any job (regular jobs would skip it due to the path name, webgpu jobs would skip it due to lack of tag). In order to prevent that from happening I've created a new lint job that turns orange if any test falls through the crack like that.
Updated•23 days ago
|
Attachment #9573850 -
Attachment description: Bug 2035048. Allow running tests in webgpu jobs if their path matches webgpu. r?#webgpu-reviewers → Bug 2035048. Allow running tests in webgpu jobs if their path matches webgpu. r?#webgpu-reviewers!,#taskgraph-reviewers!
Updated•22 days ago
|
Severity: -- → S3
Priority: -- → P1
Pushed by tnikkel@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/12be99934175
https://hg.mozilla.org/integration/autoland/rev/c9e88f525e23
Allow running tests in webgpu jobs if their path matches webgpu. r=webgpu-reviewers,jcristau,aleiserson
Comment 3•14 days ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 14 days ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•