aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci
AgeCommit message (Collapse)Author
2023-08-23Merge branch 'maint-0.4.7' into maint-0.4.8David Goulet
2023-08-23ci: Exclude yet another failing Stem testDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2023-08-23Merge branch 'maint-0.4.7' into maint-0.4.8David Goulet
2023-08-23ci: Missing stem cmdline flag in previous commitDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2023-08-23ci: Exclude broken Stem testsDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2023-08-23ci: Exclude broken Stem testsDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2023-08-23scripts: Add 048 maint branch to our helper scriptsDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2023-05-10gitlab-ci: Try enabling GPL mode so we test hs_powMicah Elizabeth Scott
Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
2023-02-16scripts: Bye bye 0.4.5, you have reached end of lifeDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2023-01-10Merge branch 'maint-0.4.7'David Goulet
2023-01-10shellcheck: Fix new warningsDavid Goulet
Nothing important, mostly false positive except one case. Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-08-11scripts: Remove 0.4.6.x as it is EOLDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-04-27ci: Add 0.4.7 series to scripts and CIDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-03-28ci: print test_network_log contentsAlex Xu (Hello71)
cat will always print "cat: test_network_log: Is a directory". change it to head -n -0, which is arguably not the perfect format but is at least somewhat useful.
2022-02-04Remove unmaintained versions from CI and scriptsDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-01-06Improve formatting of scripts/ci/ci-driver.shskaluzka
Add and remove few empty lines, covert all tabs to 4 spaces. No real code changes here. Signed-off-by: skaluzka <skaluzka@protonmail.com>
2021-11-03shellcheck: Remove unused variable in ci-driver.shDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-11-03Merge branch 'maint-0.4.6'David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-11-03Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2021-11-03Merge branch 'maint-0.3.5' into maint-0.4.5David Goulet
2021-11-03shellcheck: Make it happy on couple scriptsDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-26Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2021-10-26Merge branch 'maint-0.3.5' into maint-0.4.5David Goulet
2021-10-26Merge branch 'maint-0.4.6'David Goulet
2021-10-26ci: Missing source dir when parsing configure.ac versionDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-25Merge branch 'maint-0.4.6' into mainAlexander Færøy
2021-10-25Merge branch 'maint-0.4.5' into maint-0.4.6Alexander Færøy
2021-10-25ci: Exclude HSv2 Stem testsDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-14ci: Set 5MB data for all chutney testsDavid Goulet
Closes #40485 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-06rust: Remove Rust support from treeDavid Goulet
Closes #40469 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-02-19test: Exclude HSv2 test from Stem CI driverDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-11-12Fix typos.Samanta Navarro
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
2020-09-21Add a few more options for the CI script.Nick Mathewson
These are: --disable-module-relay --disable-module-dirauth --enable-all-bugs-are-fatal --enable-nss
2020-09-18Copy tracing things back to maint-0.3.5, for consistency.Nick Mathewson
2020-08-12CI: Turn on stem with 044 and later.Nick Mathewson
2020-08-12CI: improve output when skipping doxygenNick Mathewson
2020-08-12Try disabling "make all" when checking docs.Nick Mathewson
2020-08-12CI: Try to enable integration tests, hardening, and clang.Nick Mathewson
2020-08-11CI: label our python versions.Nick Mathewson
2020-08-11CI: Only run doxygen on 0.4.3 and later.Nick Mathewson
2020-08-11Fix a pair of typos in ci-driver.sh.Nick Mathewson
2020-08-11Add a pair of warnings about only editing CI in 035Nick Mathewson
2020-08-10Add a shareable continuous-integration script.Nick Mathewson
Eventually this should be used by every one of our CI scripts.