Skip to content

Commit 56ac72a

Browse files
authored
Removing job for RC tests
RC has not been released in almost a year, and we are removing it from the tree soon, so this job is not needed anymore.
1 parent 4548ce8 commit 56ac72a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci-java.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,3 @@ jobs:
9898
run: >
9999
bazel query "attr(tags, ${{ matrix.browser }}, tests(//java/...)) intersect attr(tags, 'remote', tests(//java/...))" |
100100
xargs bazel test --flaky_test_attempts 3
101-
102-
rc-tests:
103-
name: RC Tests
104-
needs: small-tests
105-
uses: ./.github/workflows/bazel.yml
106-
with:
107-
name: RC Tests
108-
browser: firefox
109-
cache-key: java-rc-tests
110-
run: bazel test --test_tag_filters "rc" --flaky_test_attempts 3 //java/...

0 commit comments

Comments
 (0)