Skip to content

Commit 3980e0c

Browse files
authored
chore(bigframes): use trampoline as the build file for bigframes load test (#17160)
Tracking issue: b/509623551. It seems the old build file no longer works with the setup of mono repo.
1 parent e77dc55 commit 3980e0c

3 files changed

Lines changed: 27 additions & 63 deletions

File tree

.kokoro/build-bigframes.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

.kokoro/load/common.cfg

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Build logs will be here
4+
action {
5+
define_artifacts {
6+
regex: "**/*sponge_log.xml"
7+
}
8+
}
9+
10+
# Download trampoline resources.
11+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
12+
13+
# Download resources for system tests (service account key, etc.)
14+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-python"
15+
16+
# Use the trampoline script to run in docker.
17+
build_file: "google-cloud-python/.kokoro/trampoline.sh"
18+
19+
# Configure the docker image for kokoro-trampoline.
20+
env_vars: {
21+
key: "TRAMPOLINE_IMAGE"
22+
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
23+
}
24+
env_vars: {
25+
key: "TRAMPOLINE_BUILD_FILE"
26+
value: "github/google-cloud-python/.kokoro/system.sh"
27+
}

.kokoro/load/load-bigframes.cfg

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3-
# Build logs will be here
4-
action {
5-
define_artifacts {
6-
regex: "**/*sponge_log.xml"
7-
}
8-
}
9-
10-
build_file: "google-cloud-python/.kokoro/build-bigframes.sh"
113
timeout_mins: 720
124

135
# Only run this nox session.

0 commit comments

Comments
 (0)