Skip to content

Commit 8405558

Browse files
authored
chore: Move TEST_ALL_MODULES env_var to sub jobs (#8434)
1 parent 56a23e9 commit 8405558

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@ env_vars: {
3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
3232
value: "java-it-service-account, java-bigqueryconnection-samples-secrets"
33-
}
34-
35-
env_vars: {
36-
key: "TEST_ALL_MODULES"
37-
value: "true"
3833
}

.kokoro/nightly/graalvm-native.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@ env_vars: {
3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
3232
value: "java-it-service-account, java-bigqueryconnection-samples-secrets"
33-
}
34-
35-
env_vars: {
36-
key: "TEST_ALL_MODULES"
37-
value: "true"
3833
}

.kokoro/nightly/graalvm-sub-jobs/native-17/common.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ env_vars: {
5858
value: "20"
5959
}
6060

61+
env_vars: {
62+
key: "TEST_ALL_MODULES"
63+
value: "true"
64+
}
65+
6166
before_action {
6267
fetch_keystore {
6368
keystore_resource {

.kokoro/nightly/graalvm-sub-jobs/native/common.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ env_vars: {
5858
value: "20"
5959
}
6060

61+
env_vars: {
62+
key: "TEST_ALL_MODULES"
63+
value: "true"
64+
}
65+
6166
before_action {
6267
fetch_keystore {
6368
keystore_resource {

0 commit comments

Comments
 (0)