Skip to content

Commit 6e30a6c

Browse files
authored
feat: Pipelines enters public preview (#2272)
Firestore Pipelines Public Preview
1 parent 926fd8c commit 6e30a6c

File tree

414 files changed

+18706
-1188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

414 files changed

+18706
-1188
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
target/
22
.idea/
3+
.idx/
4+
.vscode/
35
*.iml
46
__pycache__/
57
.DS_Store

.kokoro/nightly/integration-named-db.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env_vars: {
1313

1414
env_vars: {
1515
key: "INTEGRATION_TEST_ARGS"
16-
value: "-DFIRESTORE_NAMED_DATABASE=test-db"
16+
value: "-DFIRESTORE_NAMED_DATABASE=test-db -DFIRESTORE_EDITION=standard"
1717
}
1818

1919
# TODO: remove this after we've migrated all tests and scripts

.kokoro/nightly/integration.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ env_vars: {
1010
key: "JOB_TYPE"
1111
value: "integration"
1212
}
13+
14+
env_vars: {
15+
key: "INTEGRATION_TEST_ARGS"
16+
value: "-DFIRESTORE_EDITION=standard"
17+
}
18+
1319
# TODO: remove this after we've migrated all tests and scripts
1420
env_vars: {
1521
key: "GCLOUD_PROJECT"

.kokoro/presubmit/graalvm-a.cfg

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

14+
env_vars: {
15+
key: "INTEGRATION_TEST_ARGS"
16+
value: "-DFIRESTORE_EDITION=standard"
17+
}
18+
1419
# TODO: remove this after we've migrated all tests and scripts
1520
env_vars: {
1621
key: "GCLOUD_PROJECT"
@@ -35,4 +40,4 @@ env_vars: {
3540
env_vars: {
3641
key: "IT_SERVICE_ACCOUNT_EMAIL"
3742
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
38-
}
43+
}

.kokoro/presubmit/graalvm-b.cfg

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

14+
env_vars: {
15+
key: "INTEGRATION_TEST_ARGS"
16+
value: "-DFIRESTORE_EDITION=standard"
17+
}
18+
1419
# TODO: remove this after we've migrated all tests and scripts
1520
env_vars: {
1621
key: "GCLOUD_PROJECT"
@@ -35,4 +40,4 @@ env_vars: {
3540
env_vars: {
3641
key: "IT_SERVICE_ACCOUNT_EMAIL"
3742
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
38-
}
43+
}

.kokoro/presubmit/graalvm-c.cfg

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

14+
env_vars: {
15+
key: "INTEGRATION_TEST_ARGS"
16+
value: "-DFIRESTORE_EDITION=standard"
17+
}
18+
1419
# TODO: remove this after we've migrated all tests and scripts
1520
env_vars: {
1621
key: "GCLOUD_PROJECT"
@@ -35,4 +40,4 @@ env_vars: {
3540
env_vars: {
3641
key: "IT_SERVICE_ACCOUNT_EMAIL"
3742
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
38-
}
43+
}

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

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

14+
env_vars: {
15+
key: "INTEGRATION_TEST_ARGS"
16+
value: "-DFIRESTORE_EDITION=standard"
17+
}
18+
1419
env_vars: {
1520
key: "GOOGLE_CLOUD_PROJECT"
1621
value: "java-review"
@@ -24,4 +29,4 @@ env_vars: {
2429
env_vars: {
2530
key: "SECRET_MANAGER_KEYS"
2631
value: "java-review_firestore-java-it"
27-
}
32+
}

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

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

14+
env_vars: {
15+
key: "INTEGRATION_TEST_ARGS"
16+
value: "-DFIRESTORE_EDITION=standard"
17+
}
18+
1419
env_vars: {
1520
key: "GOOGLE_CLOUD_PROJECT"
1621
value: "java-review"
@@ -24,4 +29,4 @@ env_vars: {
2429
env_vars: {
2530
key: "SECRET_MANAGER_KEYS"
2631
value: "java-review_firestore-java-it"
27-
}
32+
}

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

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

14+
env_vars: {
15+
key: "INTEGRATION_TEST_ARGS"
16+
value: "-DFIRESTORE_EDITION=standard"
17+
}
18+
1419
env_vars: {
1520
key: "GOOGLE_CLOUD_PROJECT"
1621
value: "java-review"
@@ -24,4 +29,4 @@ env_vars: {
2429
env_vars: {
2530
key: "SECRET_MANAGER_KEYS"
2631
value: "java-review_firestore-java-it"
27-
}
32+
}

.kokoro/presubmit/integration-named-db.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env_vars: {
1313

1414
env_vars: {
1515
key: "INTEGRATION_TEST_ARGS"
16-
value: "-DFIRESTORE_NAMED_DATABASE=test-db"
16+
value: "-DFIRESTORE_NAMED_DATABASE=test-db -DFIRESTORE_EDITION=standard"
1717
}
1818

1919
env_vars: {

0 commit comments

Comments
 (0)