Skip to content

Commit bc399ee

Browse files
committed
chore: update to latest aspect_bazel_lib and remove packaging hack for root terraform files (#2181)
- Chore (any other change that doesn't affect source or test files, such as configuration) - Manual testing; please provide instructions so we can reproduce: Checked the built archives manually and verified that to root `.tf` files are still included. GitOrigin-RevId: e98d18d9a285a55486c6ae90c6e6123ef833dce2
1 parent 7912d99 commit bc399ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/bazelrc/ci.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# or split up into multiple test targets with sharding or manually.
44
# Set this flag to exclude targets that have their timeout set to eternal (>15m) from running on CI.
55
# Docs: https://bazel.build/docs/user-manual#test-timeout-filters
6-
build --test_timeout_filters=-eternal
6+
test --test_timeout_filters=-eternal
77

88
# Set this flag to enable re-tries of failed tests on CI.
99
# When any test target fails, try one or more times. This applies regardless of whether the "flaky"
@@ -16,7 +16,7 @@ build --test_timeout_filters=-eternal
1616
# is more likely to get fixed.
1717
# Note that when passing after the first attempt, Bazel will give a special "FLAKY" status.
1818
# Docs: https://bazel.build/docs/user-manual#flaky-test-attempts
19-
build --flaky_test_attempts=2
19+
test --flaky_test_attempts=2
2020

2121
# Announce all announces command options read from the bazelrc file(s) when starting up at the
2222
# beginning of each Bazel invocation. This is very useful on CI to be able to inspect what Bazel rc

0 commit comments

Comments
 (0)