Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 21 additions & 17 deletions buildbuddy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,16 @@ actions:
<<: *root_workspace
bazel_commands:
- *test_all
- name: Test - Bazel HEAD
<<: *bazel_head
<<: *arm64
<<: *normal_resources
<<: *action_base
<<: *root_workspace
bazel_commands:
- *test_all
# TODO: Re-enable when rules_apple no longer depends on
# `//command_line_option:incompatible_enable_apple_toolchain_resolution`.
# - name: Test - Bazel HEAD
# <<: *bazel_head
# <<: *arm64
# <<: *normal_resources
# <<: *action_base
# <<: *root_workspace
# bazel_commands:
# - *test_all

- name: Integration Test - "examples/integration" - Bazel Previous LTS
<<: *bazel_previous_lts
Expand All @@ -116,12 +118,14 @@ actions:
bazel_commands:
- *generate_integration
- *build_all
- name: Integration Test - "examples/integration" - Bazel HEAD
<<: *bazel_head
<<: *arm64
<<: *action_base
<<: *normal_resources
<<: *examples_integration_workspace
bazel_commands:
- *generate_integration
- *build_all
# TODO: Re-enable when rules_apple no longer depends on
# `//command_line_option:incompatible_enable_apple_toolchain_resolution`.
# - name: Integration Test - "examples/integration" - Bazel HEAD
# <<: *bazel_head
# <<: *arm64
# <<: *action_base
# <<: *normal_resources
# <<: *examples_integration_workspace
# bazel_commands:
# - *generate_integration
# - *build_all
Loading