jkleinsc

#48319: ci: Use Local Execution, Remote Caching (LERC) for fork PRS

Merged
Created: Sep 15, 2025, 9:42:41 AM
Merged: Sep 15, 2025, 3:31:50 PM
5 comments
Target: main

Description of Change

Since fork PRs only have read access to the RBE cache that siso uses, this PR fixes that error by setting the RBE exec strategy to local which has the following operation:

Use Local Execution, Remote Caching (LERC). Checks the remote cache for action matches and uses existing results if a match is found. If not, execution of the action is performed locally.

Successful builds with this strategy can be seen here: https://github.com/electron/electron/actions/runs/17739060216?pr=48320.

Checklist

Release Notes

Notes: none

Backports

36-x-y
Merged
PR Number
#48322
Merged At
Sep 16, 2025, 8:51:30 AM
Released In
v36.9.1
Release Date
Sep 16, 2025, 10:34:05 PM
37-x-y
Merged
PR Number
#48324
Merged At
Sep 16, 2025, 10:37:50 AM
Released In
v37.5.1
Release Date
Sep 16, 2025, 9:38:35 PM
38-x-y
Merged
PR Number
#48323
Merged At
Sep 16, 2025, 8:52:34 AM
Released In
v38.1.1
Release Date
Sep 16, 2025, 11:02:14 AM
39-x-y
Merged
PR Number
#48325
Merged At
Sep 16, 2025, 8:54:28 AM
Released In
v39.0.0-alpha.4
Release Date
Sep 18, 2025, 8:31:42 AM

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