4ca24701e105226ca35da1adc7ff70b56a36fce2 | Author: Mick Semb Wever <mck@apache.org>
| 2021-04-11 12:34:41+02:00
Split dockerised test runs into parallel docker container runs
Improvements
- build arm64 docker images on-the-fly (they are not deployed anywhere yet)
- only pull the docker images if they are not found locally (saves time!)
- return internal exit codes
- configure apt to retry on network failures
- avoid running empty test splits
- remove per-agent throttle (as they are now dockerised)
patch by Mick Semb Wever; reviewed by Tomek Łasica for CASSANDRA-16604
54c45a9bcf9b36a3f78b7d773eaf1067483b49b8 | Author: Mick Semb Wever <mck@apache.org>
| 2021-01-27 12:17:15+01:00
Pin pip and setup tools to maintain support for python2 in the docker image used for building the rpm packages
patch by Tomek Lasica; reviewed by Mick Semb Wever
b6a7a2db24bcdc139d08928ec08cafd30c9a4c10 | Author: Mick Semb Wever <mck@apache.org>
| 2021-01-23 11:32:06+01:00
Jenkins builds to provide link to nightlies archive, and remove the Jenkins plaintext reports
Also add aggregated xml reports to the test jobs, and archive them to nightlies.a.o
patch by Mick Semb Wever; reviewed by Tomek Łasica for CASSANDRA-16401