Skip to content

Commit 13ff88d

Browse files
dmitriplotnikovcopybara-github
authored andcommitted
MacOS presubmit and release job stubs
PiperOrigin-RevId: 921689035
1 parent 6d31476 commit 13ff88d

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

release/kokoro/presubmit_macos.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# proto-file: //devtools/kokoro/config/proto/build.proto
2+
# proto-message: BuildConfig
3+
4+
build_file: "cel-python/release/kokoro/presubmit_macos.sh"
5+
timeout_mins: 30

release/kokoro/presubmit_macos.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
echo "Cel-expr-python build and test on MacOS"
3+
echo "TODO(b/507567432): implement presubmit build for MacOS."
4+
5+
exit 0

release/kokoro/release_macos.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# proto-file: //devtools/kokoro/config/proto/build.proto
2+
# proto-message: BuildConfig
3+
4+
build_file: "cel-python/release/kokoro/release_macos.sh"
5+
timeout_mins: 30

release/kokoro/release_macos.sh

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

0 commit comments

Comments
 (0)