Skip to content

Commit 60ff702

Browse files
authored
ci: reblance windows shards (#14593)
1 parent 7ed741b commit 60ff702

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/windows-cmake.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# run something like this and create shards:
110110
#
111111
# git grep -l 'class.*Client' 'google/cloud/**_client.h' |
112-
# egrep -v "(bigtable/|internal/|pubsub/|spanner/|storage/)" |
112+
# egrep -v "(bigtable/|internal/|pubsub/|pubsublite/|spanner/|storage/)" |
113113
# cut -f -3 -d/| sort | uniq -c | sort -n |
114114
# awk '{ s += $1; print s, $0}'
115115
#
@@ -125,16 +125,6 @@ jobs:
125125
aiplatform
126126
)
127127
shard2_features=(
128-
policytroubleshooter
129-
profiler
130-
pubsublite
131-
redis
132-
securitycenter
133-
servicedirectory
134-
tpu
135-
trace
136-
vision
137-
workflows
138128
beyondcorp
139129
billing
140130
binaryauthorization
@@ -154,6 +144,7 @@ jobs:
154144
contentwarehouse
155145
dataplex
156146
bigquery
147+
bigquerycontrol
157148
resourcemanager
158149
)
159150
shard3_features=(
@@ -191,6 +182,15 @@ jobs:
191182
metastore
192183
networkconnectivity
193184
networkservices
185+
policytroubleshooter
186+
profiler
187+
redis
188+
securitycenter
189+
servicedirectory
190+
tpu
191+
trace
192+
vision
193+
workflows
194194
)
195195
if [[ "${{ matrix.shard }}" == "Core1" ]]; then
196196
features="$(printf ",%s" "${core1_features[@]}")"

0 commit comments

Comments
 (0)