Skip to content

Commit bc7be7f

Browse files
authored
chore: remove Git-on-Borg check from config (#69)
* chore: remove Git-on-Borg check from config Continuous jobs are incorrectly identifying themselves as Git-on-Borg jobs and using the wrong job path. * update job configs too
1 parent 0e0493f commit bc7be7f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.kokoro/build.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515

1616
set -eo pipefail
1717

18-
if [[ -z "${KOKORO_GOB_COMMIT}" ]]; then
19-
PROJECT_SCM="github/python-bigquery-dataframes"
20-
else
21-
PROJECT_SCM="git/bigframes"
22-
fi
18+
PROJECT_SCM="github/python-bigquery-dataframes"
2319

2420
if [[ -z "${PROJECT_ROOT:-}" ]]; then
2521
PROJECT_ROOT="${KOKORO_ARTIFACTS_DIR}/${PROJECT_SCM}"

.kokoro/continuous/common.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ action {
77
}
88
}
99

10-
build_file: "bigframes/.kokoro/build.sh"
10+
build_file: "python-bigquery-dataframes/.kokoro/build.sh"

.kokoro/continuous/nightly.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3-
build_file: "bigframes/.kokoro/release-nightly.sh"
3+
build_file: "python-bigquery-dataframes/.kokoro/release-nightly.sh"

0 commit comments

Comments
 (0)