Skip to content

Commit 5211e40

Browse files
authored
fix integration tests, seriously for real this time (#3262)
We need to update the script since the clients moved.
1 parent b7ad17e commit 5211e40

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
<<: *anchor_run_decrypt
7979
- run:
8080
name: Run integration tests for google-cloud-bigquery
81-
command: ./utilities/verify_single_it.sh google-cloud-bigquery
81+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-bigquery
8282

8383
bigtable_it:
8484
working_directory: ~/googleapis
@@ -90,7 +90,7 @@ jobs:
9090
<<: *anchor_run_decrypt
9191
- run:
9292
name: Run integration tests for google-cloud-bigtable
93-
command: ./utilities/verify_single_it.sh google-cloud-bigtable -Dbigtable.env=prod -Dbigtable.table=projects/gcloud-devel/instances/google-cloud-bigtable/tables/integration-tests
93+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-bigtable -Dbigtable.env=prod -Dbigtable.table=projects/gcloud-devel/instances/google-cloud-bigtable/tables/integration-tests
9494

9595
compute_it:
9696
working_directory: ~/googleapis
@@ -102,7 +102,7 @@ jobs:
102102
<<: *anchor_run_decrypt
103103
- run:
104104
name: Run integration tests for google-cloud-compute
105-
command: ./utilities/verify_single_it.sh google-cloud-compute
105+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-compute
106106
no_output_timeout: 20m
107107
datastore_it:
108108
working_directory: ~/googleapis
@@ -114,7 +114,7 @@ jobs:
114114
<<: *anchor_run_decrypt
115115
- run:
116116
name: Run integration tests for google-cloud-datastore
117-
command: ./utilities/verify_single_it.sh google-cloud-datastore
117+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-datastore
118118
dns_it:
119119
working_directory: ~/googleapis
120120
<<: *anchor_docker
@@ -125,7 +125,7 @@ jobs:
125125
<<: *anchor_run_decrypt
126126
- run:
127127
name: Run integration tests for google-cloud-dns
128-
command: ./utilities/verify_single_it.sh google-cloud-dns
128+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-dns
129129
firestore_it:
130130
working_directory: ~/googleapis
131131
<<: *anchor_docker
@@ -143,7 +143,7 @@ jobs:
143143
-out .circleci/firestore-it-service-account.json -k "${SYSTEM_TESTS_ENCRYPTION_KEY}"
144144
- run:
145145
name: Run integration tests for google-cloud-firestore
146-
command: ./utilities/verify_single_it.sh google-cloud-firestore
146+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-firestore
147147
logging_it:
148148
working_directory: ~/googleapis
149149
<<: *anchor_docker
@@ -154,7 +154,7 @@ jobs:
154154
<<: *anchor_run_decrypt
155155
- run:
156156
name: Run integration tests for google-cloud-logging
157-
command: ./utilities/verify_single_it.sh google-cloud-logging
157+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-logging
158158
notification_it:
159159
working_directory: ~/googleapis
160160
<<: *anchor_docker
@@ -165,7 +165,7 @@ jobs:
165165
<<: *anchor_run_decrypt
166166
- run:
167167
name: Run integration tests for google-cloud-notification
168-
command: ./utilities/verify_single_it.sh google-cloud-notification
168+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-notification
169169
pubsub_it:
170170
working_directory: ~/googleapis
171171
<<: *anchor_docker
@@ -176,7 +176,7 @@ jobs:
176176
<<: *anchor_run_decrypt
177177
- run:
178178
name: Run integration tests for google-cloud-pubsub
179-
command: ./utilities/verify_single_it.sh google-cloud-pubsub
179+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-pubsub
180180
spanner_it:
181181
working_directory: ~/googleapis
182182
<<: *anchor_docker
@@ -187,7 +187,7 @@ jobs:
187187
<<: *anchor_run_decrypt
188188
- run:
189189
name: Run integration tests for google-cloud-spanner
190-
command: ./utilities/verify_single_it.sh google-cloud-spanner
190+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-spanner
191191
speech_it:
192192
working_directory: ~/googleapis
193193
<<: *anchor_docker
@@ -198,7 +198,7 @@ jobs:
198198
<<: *anchor_run_decrypt
199199
- run:
200200
name: Run integration tests for google-cloud-speech
201-
command: ./utilities/verify_single_it.sh google-cloud-speech
201+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-speech
202202
storage_it:
203203
working_directory: ~/googleapis
204204
<<: *anchor_docker
@@ -209,7 +209,7 @@ jobs:
209209
<<: *anchor_run_decrypt
210210
- run:
211211
name: Run integration tests for google-cloud-storage
212-
command: ./utilities/verify_single_it.sh google-cloud-storage
212+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-storage
213213
translate_it:
214214
working_directory: ~/googleapis
215215
<<: *anchor_docker
@@ -220,7 +220,7 @@ jobs:
220220
<<: *anchor_run_decrypt
221221
- run:
222222
name: Run integration tests for google-cloud-translate
223-
command: ./utilities/verify_single_it.sh google-cloud-translate
223+
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-translate
224224
javadoc_test:
225225
working_directory: ~/googleapis
226226
<<: *anchor_docker

0 commit comments

Comments
 (0)