Skip to content

Commit a3fc571

Browse files
committed
chore: exclude requirements test on RBE
1 parent 11c9153 commit a3fc571

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tasks:
7878
name: Test on RBE
7979
platform: rbe_ubuntu1604
8080
test_flags:
81-
- "--test_tag_filters=-integration-test,-acceptance-test"
81+
- "--test_tag_filters=-integration-test,-acceptance-test,-fix-rbe"
8282

8383
integration_test_build_file_generation_ubuntu:
8484
<<: *reusable_build_test_all

tools/publish/BUILD.bazel

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ load("//python:pip.bzl", "compile_pip_requirements")
33
compile_pip_requirements(
44
name = "requirements",
55
requirements_windows = "requirements_windows.txt",
6-
# This fails on RBE and MacOS right now, and we don't need coverage there
7-
# tags = ["manual"],
6+
# This fails on RBE right now, and we don't need coverage there:
7+
# WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None))
8+
# after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f3784e08110>:
9+
# Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/twine/
10+
#
11+
# ERROR: Could not find a version that satisfies the requirement twine==4.0.2
12+
# (from -r tools/publish/requirements.in (line 1)) (from versions: none)
13+
tags = ["fix-rbe"],
814
)

0 commit comments

Comments
 (0)