From ac7c4c86279464814e1b809c06261fc9245dff16 Mon Sep 17 00:00:00 2001 From: Stephan Lee Date: Tue, 11 Feb 2020 16:41:18 -0800 Subject: [PATCH 1/2] Upgrade min Bazel required and upgrade CI to use 2.1 --- .travis.yml | 4 ++-- WORKSPACE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f420199d494..2a2a4458cf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ env: # Grab the BAZEL_SHA256SUM from the Bazel releases page; e.g.: # bazel-0.20.0-linux-x86_64.sha256 global: - - BAZEL=0.26.1 - - BAZEL_SHA256SUM=6c50e142a0a405d3d8598050d6c1b3920c8cdb82a7ffca6fc067cb474275148f + - BAZEL=2.1.0 + - BAZEL_SHA256SUM=e13581d44faad6ac807dd917e682fef20359d26728166ac35dadd8ee653a580d matrix: - TF_VERSION_ID=tensorflow==1.15.0 - TF_VERSION_ID=tf-nightly diff --git a/WORKSPACE b/WORKSPACE index 7061c0e0779..40c8a6283e0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -16,7 +16,7 @@ http_archive( load("@bazel_skylib//lib:versions.bzl", "versions") # Keep this version in sync with the BAZEL environment variable defined # in our .travis.yml config. -versions.check(minimum_bazel_version = "0.26.1") +versions.check(minimum_bazel_version = "1.0.0") http_archive( name = "io_bazel_rules_webtesting", From ba1e26776d7c86ab8958b5f32d6dedefae6d3650 Mon Sep 17 00:00:00 2001 From: Stephan Lee Date: Thu, 9 Apr 2020 12:29:39 -0700 Subject: [PATCH 2/2] Kicking off CI