Skip to content

Commit

Permalink
Update cloud-robotics.yml
Browse files Browse the repository at this point in the history
Explicitly enable workspace in HEAD+downstream pipeline

Fixes googlecloudrobotics/core#413
  • Loading branch information
Wyverald authored Sep 4, 2024
1 parent e4e437c commit 3614ce0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pipelines/cloud-robotics.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
tasks:
ubuntu1804:
skip_in_bazel_downstream_pipeline: True
shell_commands:
- |-
echo '
Expand All @@ -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"

0 comments on commit 3614ce0

Please sign in to comment.