Closed
Bug 1817398
Opened 3 years ago
Closed 3 years ago
firefox-android: `external-gradle-dependencies-lint-fenix` should be scheduled but isn't
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
Spotted by :rsainani. In this PR, build.gradle was changed to add a new external dependency. external-gradle-dependencies-fenix but external-gradle-dependencies-lint-fenix (notice lint) was. This led all fenix lint tasks to fail with these errors:
[task 2023-02-16T18:29:12.705Z] FAILURE: Build failed with an exception.
[task 2023-02-16T18:29:12.705Z]
[task 2023-02-16T18:29:12.705Z] * What went wrong:
[task 2023-02-16T18:29:12.705Z] A problem occurred configuring root project 'fenix'.
[task 2023-02-16T18:29:12.705Z] > Could not resolve all files for configuration ':classpath'.
[task 2023-02-16T18:29:12.705Z] > Could not find androidx.benchmark:benchmark-gradle-plugin:1.1.1.
[task 2023-02-16T18:29:12.705Z] Searched in the following locations:
[task 2023-02-16T18:29:12.705Z] - file:/builds/worker/fetches/external-gradle-dependencies/google/androidx/benchmark/benchmark-gradle-plugin/1.1.1/benchmark-gradle-plugin-1.1.1.pom
[task 2023-02-16T18:29:12.705Z] - file:/builds/worker/fetches/external-gradle-dependencies/central/androidx/benchmark/benchmark-gradle-plugin/1.1.1/benchmark-gradle-plugin-1.1.1.pom
[task 2023-02-16T18:29:12.706Z] - https://plugins.gradle.org/m2/androidx/benchmark/benchmark-gradle-plugin/1.1.1/benchmark-gradle-plugin-1.1.1.pom
[task 2023-02-16T18:29:12.706Z] Required by:
[task 2023-02-16T18:29:12.706Z] project :
[1] https://github.com/mozilla-mobile/firefox-android/pull/842
[2] https://firefox-ci-tc.services.mozilla.com/tasks/WfyXvxEOQI2secy5-fEA_w/runs/0/logs/public/logs/live.log#L113
Comment 2•3 years ago
|
||
Comment 3•3 years ago
|
||
Comment 4•3 years ago
|
||
| Assignee | ||
Comment 5•3 years ago
|
||
Everything got landed. I didn't hear about any fallout. Closing bug.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•