diff --git a/.aspect/bazelrc/ci.sourcegraph.bazelrc b/.aspect/bazelrc/ci.sourcegraph.bazelrc index 83ebec40510..ee8182da854 100644 --- a/.aspect/bazelrc/ci.sourcegraph.bazelrc +++ b/.aspect/bazelrc/ci.sourcegraph.bazelrc @@ -59,7 +59,6 @@ test --build_event_binary_file_path_conversion=false test --build_event_binary_file_upload_mode=wait_for_upload_complete test --build_event_publish_all_actions=true -build --experimental_execution_log_compact_file=execution_log.zstd test --experimental_execution_log_compact_file=execution_log.zstd # These likely perform faster locally than the overhead of pulling/pushing from/to the remote cache, diff --git a/dev/ci/internal/ci/images_operations.go b/dev/ci/internal/ci/images_operations.go index ff796e819d3..f1ddf3dbe41 100644 --- a/dev/ci/internal/ci/images_operations.go +++ b/dev/ci/internal/ci/images_operations.go @@ -132,7 +132,7 @@ func bazelPushImagesCmd(c Config, isCandidate bool, opts ...bk.StepOpt) func(*bk bk.Env("PROD_REGISTRY", prodRegistry), bk.Env("ADDITIONAL_PROD_REGISTRIES", additionalProdRegistry), bk.Cmd(bazelStampedCmd(fmt.Sprintf(`build $$(bazel --bazelrc=%s --bazelrc=.aspect/bazelrc/ci.sourcegraph.bazelrc query 'kind("oci_push rule", //...)')`, bazelRC))), - bk.ArtifactPaths("build_event_log.bin", "execution_log.zstd"), + bk.ArtifactPaths("build_event_log.bin"), bk.AnnotatedCmd( "./dev/ci/push_all.sh", bk.AnnotatedCmdOpts{