fix: Wire the CI remote cache into the nested joern/dicer build - #1953
Open
bor-p-s wants to merge 1 commit into
Open
fix: Wire the CI remote cache into the nested joern/dicer build#1953bor-p-s wants to merge 1 commit into
bor-p-s wants to merge 1 commit into
Conversation
bor-p-s
force-pushed
the
bor-p-s/joern-nested-remote-cache
branch
from
August 31, 2026 18:32
74cb5fd to
523c049
Compare
bor-p-s
force-pushed
the
bor-p-s/joern-nested-remote-cache
branch
from
August 31, 2026 19:55
523c049 to
b2dd81b
Compare
bor-p-s
force-pushed
the
bor-p-s/joern-nested-remote-cache
branch
from
August 31, 2026 21:04
b2dd81b to
98220a5
Compare
bor-p-s
force-pushed
the
bor-p-s/joern-nested-remote-cache
branch
from
September 1, 2026 10:39
98220a5 to
5f7275e
Compare
bor-p-s
marked this pull request as ready for review
September 1, 2026 10:42
bor-p-s
requested review from
WojciechMazur,
mbland and
simuons
as code owners
September 1, 2026 10:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
downstream_test's nestedbazel testbuilds joern/dicer cold every run. This adds the same remote cache CI's outerbazelalready uses, gated onBUILDKITE=true(inert on a developer's machine), under its owncache-silo-key.--cache_test_results=nokeeps the test targets (9 for joern, 163 for dicer) executing every time -- only the build-action time gets cached..bazelci/presubmit.ymladds--test_env=BUILDKITEto theubuntu2004task: Bazel gives test actions a fixed, curated environment regardless of sandboxing, soBUILDKITEreachesdownstream_test_driver.shonly with an explicit forward.Motivation
joern_testis the longest step inbazel test //...: ~1026-1062s, of which ~450-470s is build time for joern's own ~1030 actions, unaffected by #1938's caching.