Skip to content

Commit e612dba

Browse files
authored
ci: add universe_domain to windows cmake shards (#15684)
1 parent 9cf2ad7 commit e612dba

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/windows-cmake.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
shell: bash
8686
run: |
8787
echo "vcpkg-version=$(cat ci/etc/vcpkg-version.txt)" >> "${GITHUB_OUTPUT}"
88-
core1_features=(bigtable)
89-
core2_features=(spanner)
90-
core3_features=(storage)
91-
core4_features=(storage_grpc)
92-
core5_features=(pubsub pubsublite)
88+
core1_features=(bigtable universe_domain)
89+
core2_features=(spanner universe_domain)
90+
core3_features=(storage universe_domain)
91+
core4_features=(storage_grpc universe_domain)
92+
core5_features=(pubsub pubsublite universe_domain)
9393
# These are the libraries with the most "clients". To build the list
9494
# run something like this and create shards:
9595
#
@@ -107,6 +107,7 @@ jobs:
107107
sql
108108
dialogflow_cx
109109
dialogflow_es
110+
universe_domain
110111
)
111112
shard2_features=(
112113
beyondcorp
@@ -119,6 +120,7 @@ jobs:
119120
servicecontrol
120121
speech
121122
support
123+
universe_domain
122124
)
123125
shard3_features=(
124126
securesourcemanager
@@ -164,6 +166,7 @@ jobs:
164166
trace
165167
vision
166168
workflows
169+
universe_domain
167170
)
168171
shard4_features=(
169172
accessapproval
@@ -203,6 +206,7 @@ jobs:
203206
gkebackup
204207
gkeconnect
205208
gkehub
209+
universe_domain
206210
)
207211
shard5_features=(
208212
video
@@ -216,6 +220,7 @@ jobs:
216220
bigquery
217221
bigquerycontrol
218222
resourcemanager
223+
universe_domain
219224
)
220225
if [[ "${{ matrix.shard }}" == "Core1" ]]; then
221226
features="$(printf ",%s" "${core1_features[@]}")"

0 commit comments

Comments
 (0)