Skip to content

Commit 4abc950

Browse files
committed
Rebalance virtual CI test buckets
Move e2e_logging_http2 from bucket C to bucket B so the capacity freed by #8236 reduces the remaining bucket C critical path. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d5bda3c0-f561-419d-ab26-441e1b853b7a
1 parent 64afa57 commit 4abc950

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ if(BUILD_TESTS)
13251325
add_e2e_test(
13261326
NAME e2e_logging_http2
13271327
PYTHON_SCRIPT ${CMAKE_SOURCE_DIR}/tests/e2e_logging.py
1328-
BUCKET bucket_c
1328+
BUCKET bucket_b
13291329
ADDITIONAL_ARGS
13301330
--js-app-bundle
13311331
${CMAKE_SOURCE_DIR}/samples/apps/logging/js

tests/ci-buckets.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ bucket_b:
77
recovery_stale_snapshot_join_test
88
recovery_intermediate_snapshot_join_test
99
recovery_snapshot_endorsements_test
10+
e2e_logging_http2
1011
schema_test
1112
nodes_test
1213

@@ -23,7 +24,6 @@ bucket_c:
2324
programmability_and_jwt
2425
e2e_limits
2526
e2e_redirects
26-
e2e_logging_http2
2727
tls_stress_test
2828

2929
no_bucket:

0 commit comments

Comments
 (0)