-
Notifications
You must be signed in to change notification settings - Fork 130
fix: updates project / instance for samples tests #613
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: updates project / instance for samples tests #613
Conversation
Updates the project and instance for the samples tests, so that they use the same configuration as the integration tests.
Warning: This pull request is touching the following templated files:
|
Warning: This pull request is touching the following templated files:
|
Excludes modified kokoro / pom.xml files from the synth.
42accee
to
90ebe33
Compare
Warning: This pull request is touching the following templated files:
|
Creates the quickstart database for the integration test.
Warning: This pull request is touching the following templated files:
|
Codecov Report
@@ Coverage Diff @@
## master #613 +/- ##
============================================
+ Coverage 84.05% 84.06% +0.01%
- Complexity 2502 2504 +2
============================================
Files 141 141
Lines 13806 13806
Branches 1317 1317
============================================
+ Hits 11604 11606 +2
+ Misses 1656 1654 -2
Partials 546 546
Continue to review full report at Codecov.
|
This is an auto-generated regeneration of the .pb.go files by cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will update the corresponding PR to depend on the newer version of go-genproto, and assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot will not create any more regeneration PRs. If all regen PRs are closed, gapicgen will create a new set of regeneration PRs once per night. If you have been assigned to review this PR, please: - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. That will prompt genbot to assign reviewers to the google-cloud-go PR. Corresponding google-cloud-go PR: googleapis/google-cloud-go#4222 Changes: chore: Remove the unused legacy gapic_ruby_library rules binding. PiperOrigin-RevId: 377601228 Source-Link: googleapis/googleapis@2aacd41 fix(documentai): Fix Ruby gem title of documentai v1 (package not currently published) Committer: @virost PiperOrigin-RevId: 377593283 Source-Link: googleapis/googleapis@6c4106b chore: release rules_gapic v0.5.4 Committer: @miraleung PiperOrigin-RevId: 377584737 Source-Link: googleapis/googleapis@7399875 chore: regenerate API index Source-Link: googleapis/googleapis@109a240 feat(documentai): Move CommonOperationMetadata into a separate proto file for potential reuse. PiperOrigin-RevId: 377562108 Source-Link: googleapis/googleapis@3e0f7eb chore(analytics/admin): rename PHP microgen Bazel rules, delete monolith rules in googleapis Committer: @miraleung PiperOrigin-RevId: 377518010 Source-Link: googleapis/googleapis@060218c chore(clouddms): Update clouddms_v1 BUILD.bazel for python PiperOrigin-RevId: 377511005 Source-Link: googleapis/googleapis@378aa28
…onfig to v1.0.3 (googleapis#613) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.0.2` -> `1.0.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-config</summary> ### [`v1.0.3`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#​103-httpswwwgithubcomgoogleapisjava-shared-configcomparev102v103-2021-09-21) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.0.2...v1.0.3) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner-jdbc).
Updates the project and instance for the samples tests, so that they use the same configuration as the integration tests.
Fixes #606