Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: Move the Java tests to run inside JDST (#628)
Browse files Browse the repository at this point in the history
* Move the Java tests to run inside JDST

* 馃 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Add owlbot exclusions

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
bourgeoisor and gcf-owl-bot[bot] committed Dec 3, 2021
1 parent 8167464 commit d8c7c70
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .kokoro/nightly/integration.cfg
Expand Up @@ -13,12 +13,12 @@ env_vars: {
# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "gcloud-devel"
value: "java-docs-samples-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "gcloud-devel"
value: "java-docs-samples-testing"
}

env_vars: {
Expand Down
4 changes: 2 additions & 2 deletions .kokoro/presubmit/graalvm-native.cfg
Expand Up @@ -14,12 +14,12 @@ env_vars: {
# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "gcloud-devel"
value: "java-docs-samples-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "gcloud-devel"
value: "java-docs-samples-testing"
}

env_vars: {
Expand Down
4 changes: 2 additions & 2 deletions .kokoro/presubmit/integration.cfg
Expand Up @@ -14,12 +14,12 @@ env_vars: {
# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "gcloud-devel"
value: "java-docs-samples-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "gcloud-devel"
value: "java-docs-samples-testing"
}

env_vars: {
Expand Down
6 changes: 5 additions & 1 deletion owlbot.py
Expand Up @@ -21,4 +21,8 @@
s.move(library)

s.remove_staging_dirs()
java.common_templates()
java.common_templates(excludes=[
'.kokoro/presubmit/graalvm-native.cfg',
'.kokoro/presubmit/integration.cfg',
'.kokoro/nightly/integration.cfg',
])

0 comments on commit d8c7c70

Please sign in to comment.