Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix integration tests, seriously for real this time #3262

Merged
merged 1 commit into from
May 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-bigquery
command: ./utilities/verify_single_it.sh google-cloud-bigquery
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-bigquery

bigtable_it:
working_directory: ~/googleapis
Expand All @@ -90,7 +90,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-bigtable
command: ./utilities/verify_single_it.sh google-cloud-bigtable -Dbigtable.env=prod -Dbigtable.table=projects/gcloud-devel/instances/google-cloud-bigtable/tables/integration-tests
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

compute_it:
working_directory: ~/googleapis
Expand All @@ -102,7 +102,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-compute
command: ./utilities/verify_single_it.sh google-cloud-compute
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-compute
no_output_timeout: 20m
datastore_it:
working_directory: ~/googleapis
Expand All @@ -114,7 +114,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-datastore
command: ./utilities/verify_single_it.sh google-cloud-datastore
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-datastore
dns_it:
working_directory: ~/googleapis
<<: *anchor_docker
Expand All @@ -125,7 +125,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-dns
command: ./utilities/verify_single_it.sh google-cloud-dns
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-dns
firestore_it:
working_directory: ~/googleapis
<<: *anchor_docker
Expand All @@ -143,7 +143,7 @@ jobs:
-out .circleci/firestore-it-service-account.json -k "${SYSTEM_TESTS_ENCRYPTION_KEY}"
- run:
name: Run integration tests for google-cloud-firestore
command: ./utilities/verify_single_it.sh google-cloud-firestore
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-firestore
logging_it:
working_directory: ~/googleapis
<<: *anchor_docker
Expand All @@ -154,7 +154,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-logging
command: ./utilities/verify_single_it.sh google-cloud-logging
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-logging
notification_it:
working_directory: ~/googleapis
<<: *anchor_docker
Expand All @@ -165,7 +165,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-notification
command: ./utilities/verify_single_it.sh google-cloud-notification
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-notification
pubsub_it:
working_directory: ~/googleapis
<<: *anchor_docker
Expand All @@ -176,7 +176,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-pubsub
command: ./utilities/verify_single_it.sh google-cloud-pubsub
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-pubsub
spanner_it:
working_directory: ~/googleapis
<<: *anchor_docker
Expand All @@ -187,7 +187,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-spanner
command: ./utilities/verify_single_it.sh google-cloud-spanner
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-spanner
speech_it:
working_directory: ~/googleapis
<<: *anchor_docker
Expand All @@ -198,7 +198,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-speech
command: ./utilities/verify_single_it.sh google-cloud-speech
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-speech
storage_it:
working_directory: ~/googleapis
<<: *anchor_docker
Expand All @@ -209,7 +209,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-storage
command: ./utilities/verify_single_it.sh google-cloud-storage
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-storage
translate_it:
working_directory: ~/googleapis
<<: *anchor_docker
Expand All @@ -220,7 +220,7 @@ jobs:
<<: *anchor_run_decrypt
- run:
name: Run integration tests for google-cloud-translate
command: ./utilities/verify_single_it.sh google-cloud-translate
command: ./utilities/verify_single_it.sh google-cloud-clients/google-cloud-translate
javadoc_test:
working_directory: ~/googleapis
<<: *anchor_docker
Expand Down