dsanders11

#52083: ci: improve lint job code reuse

Merged
Created: Jun 19, 2026, 1:53:51 PM
Merged: Jun 29, 2026, 8:11:01 AM
7 comments
Target: main

Description of Change

Handful of improvements to make this less repetitive and more maintainable:

  • Use install-build-tools instead of doing a bespoke checkout of depot_tools
  • Use gclient getdep to get values out of DEPS files instead of bespoke grepping
  • Push the chromium_revision extraction into a single step instead of doing it twice

Checklist

  • I have built and tested this change
  • I have filled out the PR description

Release Notes

Notes: none

Backports

41-x-y
In-flight
PR Number
#52182
Waiting to be merged
42-x-y
In-flight
PR Number
#52181
Waiting to be merged
43-x-y
In-flight
PR Number
#52180
Waiting to be merged

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron