mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
Travis: Require the macOS IPv6 chutney job
The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195.
This commit is contained in:
parent
b9c7c61ea5
commit
03650e0f60
@ -91,8 +91,10 @@ matrix:
|
||||
- env: RUST_OPTIONS="--enable-rust --enable-cargo-online-mode"
|
||||
compiler: clang
|
||||
os: osx
|
||||
- env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
|
||||
os: osx
|
||||
## Since we're actively developing IPv6, we want to require the IPv6
|
||||
## chutney tests
|
||||
#- env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
|
||||
# os: osx
|
||||
|
||||
## (Linux only) Use a recent Linux image (Ubuntu Bionic)
|
||||
dist: bionic
|
||||
|
4
changes/ticket33195
Normal file
4
changes/ticket33195
Normal file
@ -0,0 +1,4 @@
|
||||
o Testing:
|
||||
- Stop allowing the Chutney IPv6 Travis job to fail. This job was
|
||||
previously configured to fast_finish (which requires allow_failure), to
|
||||
speed up the build. Closes ticket 33195.
|
Loading…
Reference in New Issue
Block a user