Skip to content

Commit

Permalink
Make browser tests run as part of the normal Test workflow action (#7015
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bduffany authored Jul 15, 2024
1 parent dd3a21a commit 917baef
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions buildbuddy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ actions:
branches:
- "*"
bazel_commands:
- test //... --config=linux-workflows --config=race --test_tag_filters=-performance,-webdriver,-docker,-bare
- test //... --config=linux-workflows --config=race --test_tag_filters=-performance,-docker,-bare
- name: Test with BzlMod
container_image: ubuntu-20.04
triggers:
Expand All @@ -21,7 +21,7 @@ actions:
branches:
- "*"
bazel_commands:
- test //... --enable_bzlmod --config=linux-workflows --config=race --test_tag_filters=-performance,-webdriver,-docker,-bare
- test //... --enable_bzlmod --config=linux-workflows --config=race --test_tag_filters=-performance,-docker,-bare
- name: Check style
container_image: ubuntu-20.04
triggers:
Expand Down Expand Up @@ -66,18 +66,6 @@ actions:
- "master"
bazel_commands:
- test //... --config=linux-workflows --config=performance --test_tag_filters=+performance
- name: Browser tests
container_image: ubuntu-20.04
triggers:
push:
branches:
- "master"
- "bb_release_*"
pull_request:
branches:
- "*"
bazel_commands:
- test //... --config=linux-workflows --config=race --test_tag_filters=+webdriver
# TODO(bduffany): Move docker tests to the Test workflow when they are fast enough.
- name: Docker tests
container_image: ubuntu-20.04
Expand Down

0 comments on commit 917baef

Please sign in to comment.