diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml new file mode 100644 index 0000000..58220f5 --- /dev/null +++ b/.bazelci/presubmit.yml @@ -0,0 +1,10 @@ +--- +platforms: + ubuntu1604: + build_targets: + - "..." + # Tests cannot run concurrently as some of them open the same port. + test_flags: + - "--jobs=1" + test_targets: + - "..."