jkleinsc

#51022: ci: don't login to RBE for clang-tidy and gn-check

Merged
Created: Apr 13, 2026, 2:38:55 PM
Merged: Apr 14, 2026, 5:33:35 AM
4 comments
Target: main

Description of Change

The clang-tidy job logs into RBE, but doesn't actually do a build, so we should skip this login.

Checklist

Release Notes

Notes: none

Backports

42-x-y
Merged
PR Number
#51038
Merged At
Apr 14, 2026, 9:05:52 AM
Released In
Not yet
Release Date
Not yet

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