Skip to content

Commit daa0423

Browse files
test: Use seperate test projects for bigframes integration tests (#16900)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-cloud-python/issues) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent a84aa78 commit daa0423

6 files changed

Lines changed: 31 additions & 1 deletion

File tree

.kokoro/continuous/continuous-bigframes.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "e2e load system_prerelease notebook system_noextras"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-load-testing"
12+
}

.kokoro/continuous/prerelease.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "prerelease_deps"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-load-testing"
12+
}

.kokoro/continuous/system.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "system-3.12"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-load-testing"
12+
}

.kokoro/presubmit/prerelease.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "prerelease_deps"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-testing"
12+
}

.kokoro/presubmit/presubmit-doctest-bigframes.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ env_vars: {
1515
env_vars: {
1616
key: "TRAMPOLINE_BUILD_FILE"
1717
value: "github/google-cloud-python/packages/bigframes/scripts/run_doctest.sh"
18-
}
18+
}
19+
20+
env_vars: {
21+
key: "BIGFRAMES_TEST_PROJECT"
22+
value: "bigframes-testing"
23+
}

.kokoro/presubmit/system.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "system-3.12"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-testing"
12+
}

0 commit comments

Comments
 (0)