From 115cbcc0e24d298ec503fa4c751d101c14934afb Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Fri, 21 Jun 2019 17:58:26 +0200 Subject: [PATCH 1/2] Add a config with Bazel 0.26.1 to find out what broke the build --- .bazelci/presubmit.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index de0c9fafe2..a95036e99e 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -6,6 +6,13 @@ platforms: - "..." test_targets: - "..." + ubuntu1804_bazel0261: + platform: ubuntu1804 + bazel: 0.26.1 # last known green Bazel version + build_targets: + - "..." + test_targets: + - "..." ubuntu1804: build_targets: - "..." From c68df19acfd072768b6c7d4e6f5263cb59553c02 Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Thu, 27 Jun 2019 13:07:19 -0400 Subject: [PATCH 2/2] testing with 0.27.1rc1 (not sure if this is supported) --- .bazelci/presubmit.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index a95036e99e..2f5f743c97 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -13,6 +13,13 @@ platforms: - "..." test_targets: - "..." + ubuntu1804_bazel0271: + platform: ubuntu1804 + bazel: 0.27.1rc1 + build_targets: + - "..." + test_targets: + - "..." ubuntu1804: build_targets: - "..."