Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Travis: remove a redundant os: linux line | teor | |
Linux is the first item in the os matrix, so we don't need to specify it under matrix: include: . Part of 29280. | |||
2019-07-01 | Travis: show the chutney commit and python version | teor | |
Part of 29280. | |||
2019-07-01 | Travis: show chutney logs on chutney job failure | teor | |
Part of 29280. | |||
2019-07-01 | Travis: Log stem's TRACE logs to a file, and tail it on failure | teor | |
Also filter out stem's SocketClosed logs, and fix some nearby comments. Part of 30591. | |||
2019-06-14 | Travis: Don't log stem's SocketClosed TRACE logs to the console | teor | |
And fix some nearby comments. Part of 30591. | |||
2019-06-12 | Add a chutney mode to travis.yml. | Nick Mathewson | |
2019-06-12 | Travis: control "make check" with its own flag | Nick Mathewson | |
Previously we had "make check" launched whenever DISTCHECK was false. Now we'd like to turn it off in a few other circumstances, like running chutney. Maybe stem too? | |||
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.3.5 | teor | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/1091' into maint-0.3.5 | teor | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/990' into maint-0.3.5 | teor | |
2019-06-10 | Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.4.0 | Nick Mathewson | |
2019-06-10 | Merge branch 'bug30713_035' into bug30713_040 | teor | |
2019-06-10 | Travis: Skip test_rebind on macOS builds | teor | |
Skip test_rebind when the TOR_SKIP_TEST_REBIND environmental variable is set. Skip test_rebind on macOS in Travis builds, because it is unreliable on macOS on Travis. Fixes bug 30713; bugfix on 0.3.5.1-alpha. | |||
2019-06-10 | Travis: allow the test-stem job to fail | teor | |
Allow the test-stem job to fail in Travis, because it sometimes hangs. Fixes bug 30744; bugfix on 0.3.5.4-alpha. | |||
2019-06-05 | Merge remote-tracking branch 'tor-github/pr/989' into maint-0.4.0 | Nick Mathewson | |
2019-06-05 | Merge remote-tracking branch 'tor-github/pr/971' into maint-0.4.0 | Nick Mathewson | |
2019-05-30 | Travis: only run the stem tests that use a tor binary | teor | |
Closes ticket 30694. | |||
2019-05-28 | Travis: make stem log a controller trace, and tail stem's tor log | teor | |
In Travis, make stem log a controller trace to the console. And tail stem's tor log after failure. Closes ticket 30591. | |||
2019-04-30 | Travis: remove sudo configuration | rl1987 | |
See: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration | |||
2019-04-30 | Travis: remove sudo configuration | rl1987 | |
See: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration | |||
2019-04-30 | Travis: remove sudo configuration | rl1987 | |
See: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration | |||
2019-04-22 | Travis: Show stem's tor log after failure | teor | |
Closes ticket 30234. | |||
2019-04-17 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-04-12 | Travis: expand "make test-stem", so timelimit can signal python on timeout | teor | |
Unlike kill, timelimit can only signal the process it launches. So we need timelimit to launch python, not make. Closes ticket 30117; diagnostic for 29437. | |||
2019-04-11 | Travis: use stem backtrace signals with timelimit | teor | |
Part of 30117. | |||
2019-04-06 | Merge remote-tracking branch 'tor-github/pr/898' into maint-0.3.5 | teor | |
2019-04-05 | Merge branch 'tor-github/pr/901' into maint-0.4.0 | George Kadianakis | |
2019-04-05 | Merge branch 'tor-github/pr/879' into maint-0.4.0 | George Kadianakis | |
2019-04-04 | Merge branch 'bug30011_035' into bug30011_040 | teor | |
Merge bug30011 new package timelimit with 0.4.0 new package shellcheck. Move shellcheck into the correct category. | |||
2019-04-04 | Travis: Terminate test-stem if it takes more than 9.5 minutes to run | teor | |
(Travis terminates the job after 10 minutes of no output.) Diagnostic for 29437. Fixes bug 30011; bugfix on 0.3.5.4-alpha. | |||
2019-04-01 | Merge branch 'bug29036-29962-034' into bug29036-29962-035 | teor | |
Merge the moved coverage line from 29036 with the stem changes in maint-0.3.5. | |||
2019-04-01 | Travis: merge before_cache from 29036 and 29962 | teor | |
And add some useful comments | |||
2019-04-01 | Cleanup cargo registry before each Rust-enabled build | rl1987 | |
Also, refrain from caching target/. See: https://levans.fr/rust_travis_cache.html | |||
2019-04-01 | Merge branch 'bug29036-029' into bug29036-29962-034 | teor | |
2019-04-01 | Makefile: delete all the gcov-related files in reset-gcov | teor | |
And fix a comment. See: https://gcc.gnu.org/onlinedocs/gcc/Gcov-Data-Files.html#Gcov-Data-Files | |||
2019-03-20 | Handle errors from coveralls more gracefully. | Alexander Færøy | |
Since we have moved coveralls to the script target the entire build will now fail if coveralls fail. We handle it more gracefully by echo'ing the failure instead of doing a hard-failure. See: https://bugs.torproject.org/29036 | |||
2019-03-20 | Run `make reset-gcov` after the script target in Travis CI is done. | Alexander Færøy | |
This should ensure that GCDA files are never entering the cache of Travis CI. See: https://bugs.torproject.org/29036 | |||
2019-01-15 | Add shellcheck to Travis CI builds | rl1987 | |
2018-12-06 | Print Python version during each Travis CI job | rl1987 | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5 | Nick Mathewson | |
2018-10-29 | Make sure we're not running distcheck and test-stem on the same CI job | rl1987 | |
2018-10-29 | Log stem commit id | rl1987 | |
2018-10-29 | Try putting stem repo cloning into install part of config | rl1987 | |
Also print stem version when we have it downloaded | |||
2018-10-29 | Save time in CI test-stem job | rl1987 | |
When running `make test-stem` on Travis, we should refrain from also running `make check`. Furthermore, let's limit compilation to src/app/tor target. | |||
2018-10-29 | Try running test-stem on travis | rl1987 | |
2018-10-24 | Merge branch 'nss-travis' into maint-0.3.5 | Nick Mathewson | |
2018-10-12 | report origin of mystery core file | Taylor Yu | |
Report what program produced the mysterious core file that we occasionally see on Travis CI during make distcheck. Closes ticket 28024. | |||
2018-10-10 | Merge branch 'bug27738-033' into bug27738-034 | Taylor Yu | |
2018-10-10 | Merge remote-tracking branch 'teor/bug27738-032' into bug27738-033 | Taylor Yu | |
2018-10-01 | Reenable hardening options with Rust on Travis | Alex Crichton | |
Previously the sanitizers are forcibly disabled as they were found to be incompatible with Rust code. The nightly channel of Rust, however, now has some fixes which should make this disabling no longer necessary. |