Open
Bug 1927206
Opened 1 year ago
unnecessary test package downloads during test task setup
Categories
(Testing :: General, task)
Testing
General
Tracking
(firefox133 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | affected |
People
(Reporter: aryx, Unassigned)
Details
For this successful W(codecs) task, the log contains the following lines:
[task 2024-10-25T18:56:50.765Z] 18:56:50 INFO - Downloading and extracting to /task_172988252007543/build/tests these dirs mach, bin/*, config/*, extensions/*, mozbase/*, marionette/*, tools/*, web-platform/*, mozpack/*, mozbuild/*, mozinfo.json from https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ANp2xr1gTReIrU8oAiovIw/artifacts/public/build/target.common.tests.tar.gz
[task 2024-10-25T18:56:56.353Z] 18:56:56 INFO - Downloading and extracting to /task_172988252007543/build/tests these dirs mach, bin/*, config/*, extensions/*, mozbase/*, marionette/*, tools/*, web-platform/*, mozpack/*, mozbuild/*, mozinfo.json from https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ANp2xr1gTReIrU8oAiovIw/artifacts/public/build/target.condprof.tests.tar.gz
[task 2024-10-25T18:56:56.423Z] 18:56:56 INFO - Downloading and extracting to /task_172988252007543/build/tests these dirs * from https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ANp2xr1gTReIrU8oAiovIw/artifacts/public/build/target.web-platform.tests.tar.gz
[task 2024-10-25T18:57:20.107Z] 18:57:20 INFO - Downloading and extracting to /task_172988252007543/build/symbols these dirs * from https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ANp2xr1gTReIrU8oAiovIw/artifacts/public/build/target.crashreporter-symbols.zip
target.web-platform.tests.tar.gz and target.crashreporter-symbols.zip are necessary, unknown if there is a dependency on target.common.tests.tar.gz. At least target.condprof.tests.tar.gz should be unnecessary.
You need to log in
before you can comment on or make changes to this bug.
Description
•