Skip to content

Commit e2db7c5

Browse files
dmitriplotnikovcopybara-github
authored andcommitted
Add release_windows.bat and release_windows.cfg to copy.bara.sky
PiperOrigin-RevId: 919783833
1 parent 05c7218 commit e2db7c5

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

release/kokoro/release_windows.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
echo Cel-expr-python release build on Windows
3+
echo TODO(b/507567432): implement release build for windows.
4+
5+
exit /b 0

release/kokoro/release_windows.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# proto-file: //devtools/kokoro/config/proto/build.proto
2+
# proto-message: BuildConfig
3+
4+
build_file: "cel-python/release/kokoro/release_windows.bat"
5+
timeout_mins: 120
6+
7+
container_properties {
8+
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/windows/windows2019/full@sha256:c9995cdda2206803409164f9682f47e0027b8836076591a960373e3cdb1847e1"
9+
}

0 commit comments

Comments
 (0)