From 3614ce0b12aa056a812929468369aadbbee65993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=B9d=C5=8Dng=20Y=C3=A1ng?= Date: Thu, 5 Sep 2024 01:30:37 +0200 Subject: [PATCH] Update cloud-robotics.yml Explicitly enable workspace in HEAD+downstream pipeline Fixes https://github.com/googlecloudrobotics/core/issues/413 --- pipelines/cloud-robotics.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pipelines/cloud-robotics.yml b/pipelines/cloud-robotics.yml index 159b5fb9fc..fd0111667a 100644 --- a/pipelines/cloud-robotics.yml +++ b/pipelines/cloud-robotics.yml @@ -1,6 +1,7 @@ --- tasks: ubuntu1804: + skip_in_bazel_downstream_pipeline: True shell_commands: - |- echo ' @@ -10,4 +11,19 @@ tasks: - //... test_targets: - //... + ubuntu1804_latest_bazel: + bazel: latest + shell_commands: + - |- + echo ' + CLOUD_ROBOTICS_CONTAINER_REGISTRY = "gcr.io/dummy" + DOCKER_TAG = "latest"' > config.bzl + build_targets: + - //... + test_targets: + - //... + build_flags: + - "--enable_workspace" + test_flags: + - "--enable_workspace"