From 917baef2ab57f8e4d03de37843ae69f7afa6af99 Mon Sep 17 00:00:00 2001 From: Brandon Duffany Date: Mon, 15 Jul 2024 11:37:02 -0400 Subject: [PATCH] Make browser tests run as part of the normal Test workflow action (#7015) --- buildbuddy.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/buildbuddy.yaml b/buildbuddy.yaml index 790c878543f..19908b935be 100644 --- a/buildbuddy.yaml +++ b/buildbuddy.yaml @@ -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: @@ -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: @@ -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