Skip to content

Commit 1cc4bc7

Browse files
committed
[build] remove ruby remote tests from CI
These tests are long and flaky in GitHub runner, and are already tested in RBE
1 parent bcd0976 commit 1cc4bc7

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/ci-ruby.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -96,29 +96,3 @@ jobs:
9696
--test_size_filters large
9797
--test_tag_filters ${{ matrix.browser }}
9898
//rb/spec/...
99-
100-
integration-tests-remote:
101-
name: Remote Tests
102-
needs: build
103-
uses: ./.github/workflows/bazel.yml
104-
strategy:
105-
fail-fast: false
106-
matrix:
107-
include:
108-
- browser: edge
109-
os: macos
110-
with:
111-
name: Remote Tests (${{ matrix.browser }}, ${{ matrix.os }})
112-
browser: ${{ matrix.browser }}
113-
os: ${{ matrix.os }}
114-
java-version: 17
115-
rerun-with-debug: true
116-
run: >
117-
bazel test
118-
--keep_going
119-
--build_tests_only
120-
--local_test_jobs 1
121-
--flaky_test_attempts 2
122-
--test_size_filters large
123-
--test_tag_filters ${{ matrix.browser }}-remote
124-
//rb/spec/...

0 commit comments

Comments
 (0)