Skip to content

Commit

Permalink
[ci,nightly] Remove broken tests from build
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
(cherry picked from commit 0c002d1)
  • Loading branch information
engdoreis committed Nov 21, 2024
1 parent 4fe9933 commit c5ed971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
| grep -v examples \
| grep -v penetrationtests \
> "$bazel_tests"
./bazelisk.sh test --build_tests_only --target_pattern_file="$bazel_tests"
./bazelisk.sh test --build_tests_only --test_tag_filters=-broken --target_pattern_file="$bazel_tests"
- name: Run tests after ROM_EXT boot stage
if: success() || failure()
Expand All @@ -70,7 +70,7 @@ jobs:
| grep -v examples \
| grep -v penetrationtests \
> "$bazel_tests"
./bazelisk.sh test --build_tests_only --target_pattern_file="$bazel_tests"
./bazelisk.sh test --build_tests_only --test_tag_filters=-broken --target_pattern_file="$bazel_tests"
- name: Publish bazel test results
if: success() || failure()
Expand Down

0 comments on commit c5ed971

Please sign in to comment.