Skip to content

Commit 8a2abb5

Browse files
build(fix): add in IT args for graalvm presubmit (#1258)
* build(fix): add in IT args for graalvm presubmit * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update owlbot.py * it changes * update graalvm config * owlbot * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update graalvm-native.cfg Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d4b05a4 commit 8a2abb5

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.kokoro/presubmit/graalvm-native-17.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ env_vars: {
1111
value: "graalvm17"
1212
}
1313

14+
env_vars: {
15+
key: "INTEGRATION_TEST_ARGS"
16+
value: "-P bigtable-emulator-it,bigtable-prod-it,bigtable-prod-batch-it -Dbigtable.project=gcloud-devel -Dbigtable.instance=google-cloud-bigtable -Dbigtable.table=integration-tests -Dbigtable.kms_key_name=projects/gcloud-devel/locations/us-east1/keyRings/cmek-test-key-ring/cryptoKeys/cmek-test-key -Dbigtable.wait-for-cmek-key-status=true"
17+
}
18+
1419
# TODO: remove this after we've migrated all tests and scripts
1520
env_vars: {
1621
key: "GCLOUD_PROJECT"
@@ -30,4 +35,4 @@ env_vars: {
3035
env_vars: {
3136
key: "SECRET_MANAGER_KEYS"
3237
value: "java-it-service-account"
33-
}
38+
}

.kokoro/presubmit/graalvm-native.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ env_vars: {
1717
value: "gcloud-devel"
1818
}
1919

20+
env_vars: {
21+
key: "INTEGRATION_TEST_ARGS"
22+
value: "-P bigtable-emulator-it,bigtable-prod-it,bigtable-prod-batch-it -Dbigtable.project=gcloud-devel -Dbigtable.instance=google-cloud-bigtable -Dbigtable.table=integration-tests -Dbigtable.kms_key_name=projects/gcloud-devel/locations/us-east1/keyRings/cmek-test-key-ring/cryptoKeys/cmek-test-key -Dbigtable.wait-for-cmek-key-status=true"
23+
}
24+
2025
env_vars: {
2126
key: "GOOGLE_CLOUD_PROJECT"
2227
value: "gcloud-devel"

owlbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ def make_internal_only(sources):
9797
java.common_templates(excludes=[
9898
'.gitignore',
9999
'.kokoro/presubmit/integration.cfg',
100+
'.kokoro/presubmit/graalvm-native.cfg',
101+
'.kokoro/presubmit/graalvm-native-17.cfg',
100102
'.kokoro/nightly/integration.cfg',
101103
'.kokoro/presubmit/samples.cfg',
102104
'.kokoro/nightly/samples.cfg',

0 commit comments

Comments
 (0)