Closed
Bug 1949852
Opened 1 month ago
Closed 1 month ago
fxci-config integration tests broken by uv and pip caches
Categories
(Release Engineering :: Firefox-CI Administration, defect)
Release Engineering
Firefox-CI Administration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: ahal)
Details
Attachments
(1 file)
https://bugzilla.mozilla.org/show_bug.cgi?id=1937801 added uv and pip caches for some test tasks. Since that landed, integration tests have been broken with errors such as:
[task 2025-02-21T17:39:46.525Z] "AllOf": [
[task 2025-02-21T17:39:46.525Z] "generic-worker:cache:gecko-level-3-pip",
[task 2025-02-21T17:39:46.525Z] "generic-worker:cache:gecko-level-3-uv"
[task 2025-02-21T17:39:46.525Z] ]
[task 2025-02-21T17:39:46.525Z] }
[task 2025-02-21T17:39:46.525Z] ```
[task 2025-02-21T17:39:46.525Z]
[task 2025-02-21T17:39:46.525Z] This request requires the client to satisfy the following scope expression:
[task 2025-02-21T17:39:46.525Z]
[task 2025-02-21T17:39:46.525Z] ```
[task 2025-02-21T17:39:46.525Z] {
[task 2025-02-21T17:39:46.525Z] "AllOf": [
[task 2025-02-21T17:39:46.525Z] "generic-worker:cache:gecko-level-3-pip",
[task 2025-02-21T17:39:46.525Z] "generic-worker:cache:gecko-level-3-uv",
[task 2025-02-21T17:39:46.525Z] "queue:route:checks",
[task 2025-02-21T17:39:46.525Z] "queue:create-task:project:none",
[task 2025-02-21T17:39:46.525Z] "queue:scheduler-id:ci-level-1",
[task 2025-02-21T17:39:46.525Z] {
[task 2025-02-21T17:39:46.525Z] "AnyOf": [
[task 2025-02-21T17:39:46.525Z] "queue:create-task:highest:gecko-t/win11-64-24h2",
[task 2025-02-21T17:39:46.525Z] "queue:create-task:very-high:gecko-t/win11-64-24h2",
[task 2025-02-21T17:39:46.525Z] "queue:create-task:high:gecko-t/win11-64-24h2",
[task 2025-02-21T17:39:46.525Z] "queue:create-task:medium:gecko-t/win11-64-24h2",
[task 2025-02-21T17:39:46.525Z] "queue:create-task:low:gecko-t/win11-64-24h2"
[task 2025-02-21T17:39:46.526Z] ]
[task 2025-02-21T17:39:46.526Z] }
[task 2025-02-21T17:39:46.526Z] ]
[task 2025-02-21T17:39:46.526Z] }
[task 2025-02-21T17:39:46.526Z] ```
I'm not exactly sure what the right thing to do is. I'm guessing we need to at least rewrite these caches to L1 and add scopes...but maybe there's other things, or maybe some of this is wrong.
Assignee | ||
Comment 1•1 month ago
|
||
Assignee: nobody → ahal
Status: NEW → ASSIGNED
Assignee | ||
Updated•1 month ago
|
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•