From ed1c771318377e8c4b925bc98f345d48d994c556 Mon Sep 17 00:00:00 2001 From: Noah S-C Date: Thu, 11 Apr 2024 12:04:53 +0100 Subject: [PATCH] test execution log artifact (#61760) Likely needed as part of https://github.com/sourcegraph/sourcegraph/issues/61246, but if not, it can always be used to determine why something was a cache miss ## Test plan Saw new artifact in CI --- .aspect/bazelrc/ci.sourcegraph.bazelrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.aspect/bazelrc/ci.sourcegraph.bazelrc b/.aspect/bazelrc/ci.sourcegraph.bazelrc index 60141612124..294e463b9fb 100644 --- a/.aspect/bazelrc/ci.sourcegraph.bazelrc +++ b/.aspect/bazelrc/ci.sourcegraph.bazelrc @@ -58,3 +58,5 @@ test --flaky_test_attempts=2 # See https://github.com/aspect-build/rules_js/issues/1412 # Sometimes the build fails due to some flakiness where a npm package fails to be copied common --noexperimental_merged_skyframe_analysis_execution + +build --experimental_execution_log_compact_file=/workflows/artifacts/executionlog.zstd