[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [chutney/master] Travis: Add new networks from Tor's make targets



commit cf4613fea288ef5250c2455b5f6e883ac949468b
Author: teor <teor@xxxxxxxxxxxxxx>
Date:   Wed Feb 19 09:49:19 2020 +1000

    Travis: Add new networks from Tor's make targets
    
    Add new chutney networks to chutney's Travis CI, based on Tor's
    "make test-network" and "make test-network-all" in ticket 33334.
    
    Closes ticket 33376.
---
 .travis.yml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 05a688f..86b8a37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,10 +43,22 @@ matrix:
     ##     The latest tor version in homebrew is on this page:
     ##       https://formulae.brew.sh/formula/tor
     ##     The Travis version might be slightly older.
+    ##
+    ## IPv4 networks
+    ## "make test-network-all" on all supported tor versions
     - env: TOR="master-nightly" NETWORK_FLAVOUR="bridges-min"
+    - env: TOR="master-nightly" NETWORK_FLAVOUR="single-onion-v23"
+    ## "make test-network-all" from 0.4.3 and earlier
     - env: TOR="master-nightly" NETWORK_FLAVOUR="hs-v2-min"
     - env: TOR="master-nightly" NETWORK_FLAVOUR="hs-v3-min"
-    - env: TOR="master-nightly" NETWORK_FLAVOUR="single-onion-v23"
+    ## "make test-network-all" from 0.4.4 and later
+    - env: TOR="master-nightly" NETWORK_FLAVOUR="hs-v23-min"
+    ## "make test-network" from 0.4.4 and later
+    ## (and the chutney default network)
+    - env: TOR="master-nightly" NETWORK_FLAVOUR="bridges+hs-v23"
+    ##
+    ## IPv6 networks (on macOS)
+    ## "make test-network-all" on all supported tor versions
     - env: TOR="stable-release" NETWORK_FLAVOUR="bridges+ipv6-min"
       os: osx
       language: c



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits