Skip to content

Commit 27f0408

Browse files
authored
chore(bigframes): add notebook and benchmark Kokoro configs (googleapis#17274)
They are copied from https://github.com/googleapis/python-bigquery-dataframes/tree/main/.kokoro/continuous, and are missing in the current setup. Also removed "load" command from the `continuous-bigframes` config as we already have a separated config for that test. internal issue: b/509623551
1 parent d026fd3 commit 27f0408

3 files changed

Lines changed: 35 additions & 1 deletion

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run this nox session.
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "benchmark"
7+
}
8+
9+
env_vars: {
10+
key: "BENCHMARK_AND_PUBLISH"
11+
value: "true"
12+
}
13+
14+
env_vars: {
15+
key: "GOOGLE_CLOUD_PROJECT"
16+
value: "bigframes-benchmarking"
17+
}
18+
19+
env_vars: {
20+
key: "BIGFRAMES_TEST_MODEL_VERTEX_ENDPOINT"
21+
value: "https://us-central1-aiplatform.googleapis.com/v1/projects/272725758477/locations/us-central1/endpoints/590545496255234048"
22+
}

.kokoro/continuous/continuous-bigframes.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Only run these nox sessions.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "e2e load system_prerelease notebook system_noextras"
6+
value: "e2e system_prerelease notebook system_noextras"
77
}
88

99
env_vars: {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run this nox session.
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "notebook"
7+
}
8+
9+
env_vars: {
10+
key: "GOOGLE_CLOUD_PROJECT"
11+
value: "bigframes-testing"
12+
}

0 commit comments

Comments
 (0)