Skip to content

Conversation

alexeagle
Copy link
Collaborator

@alexeagle alexeagle commented Aug 25, 2025

Reduces CI load by:

  • no longer run integration tests on WORKSPACE (--noenable_bzlmod) as that's "legacy" with Bazel 9 dropping it altogether
  • only test Mac/Windows on GHA since we now have Linux testing on Buildkite
  • only test the current Bazel version (from .bazelversion) rather than a matrix of them

Copy link

aspect-workflows bot commented Aug 25, 2025

Test (Bazel 8.x) (Test)

2 test targets passed

Targets
//lib/tests/copy_to_directory:case_22_test [k8-fastbuild]                    224ms
//lib/tests/copy_to_directory_bin_action:test [k8-fastbuild]                 181ms

Total test execution time was 405ms. 101 tests (98.1%) were fully cached saving 15s.


Test (Bazel 7.x) (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 15ms.


Test (Bazel 8.x) (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 27ms.


Test (Bazel 6.x) (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 15ms.


Test (Bazel 7.x) (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 25ms.


Test (Bazel 8.x) (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 20ms.


Test (Bazel 6.x) (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 216ms.


Test (Bazel 7.x) (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 273ms.


Test (Bazel 8.x) (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 394ms.


Test (Bazel 6.x) (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 164ms.


Test (Bazel 7.x) (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 233ms.


Test (Bazel 8.x) (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 248ms.


Test (Bazel 6.x) (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 20ms.


Test (Bazel 7.x) (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 25ms.


Test (Bazel 8.x) (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 20ms.


Test (Bazel 6.x) (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 421ms.


Test (Bazel 7.x) (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 583ms.


Test (Bazel 8.x) (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 448ms.


Test (Bazel 6.x) (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 19ms.


Test (Bazel 7.x) (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 23ms.


Test (Bazel 8.x) (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 25ms.

@alexeagle alexeagle requested review from kormide and fmeum August 26, 2025 01:13
@alexeagle alexeagle marked this pull request as ready for review August 26, 2025 01:13
@alexeagle alexeagle merged commit 147c0c9 into 3.0 Aug 26, 2025
3 of 19 checks passed
@alexeagle alexeagle deleted the bk_ci branch August 26, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants