From 3af3846438e7cbdb7540bf551c3bcce3b3f2db52 Mon Sep 17 00:00:00 2001 From: buchgr Date: Fri, 22 Jun 2018 06:41:17 -0700 Subject: buildkite: test Bazel on Ubuntu 18.04 I have added Buildkite workers running on Ubuntu 18.04 LTS. We should test Bazel on it. RELNOTES: None PiperOrigin-RevId: 201677421 --- .bazelci/postsubmit.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to '.bazelci/postsubmit.yml') diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index 9bac16d88b..c0c8323dd3 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -34,6 +34,23 @@ platforms: - "//tools/android/..." # Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663 - "-//src/test/shell/bazel/android:android_ndk_integration_test" + ubuntu1804: + shell_commands: + - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^# + android_ndk_repository/android_ndk_repository/' WORKSPACE + - rm -f WORKSPACE.bak + build_targets: + - "//src:bazel" + test_flags: + - "--test_timeout=1200" + test_targets: + - "--" + - "//scripts/..." + - "//src/test/..." + - "//third_party/ijar/..." + - "//tools/android/..." + # Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663 + - "-//src/test/shell/bazel/android:android_ndk_integration_test" macos: shell_commands: - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^# -- cgit v1.2.3