mbox series

[0/2] Unbreak testing

Message ID 20210623042027.336625-1-dja@axtens.net
Headers show
Series Unbreak testing | expand

Message

Daniel Axtens June 23, 2021, 4:20 a.m. UTC
Two small fixes to testing:
 - a fix to grant the right permissions for mysql to unbreak parallel testing
 - install python3.9 in docker so we can run those tests

Travis CI has basically died for our purposes - you now need to pay to
use it, and they finally killed off travis-ci.org earlier this month.
I'll send another patch/series just ripping out support for it
soon. Hopefully we can replace it with github actions.

Daniel Axtens (2):
  tests: fix parallel tests
  docker: install Python 3.9

 tools/docker/Dockerfile    | 3 ++-
 tools/docker/entrypoint.sh | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Daniel Axtens June 24, 2021, 2:23 a.m. UTC | #1
Series applied.

Daniel Axtens <dja@axtens.net> writes:

> Two small fixes to testing:
>  - a fix to grant the right permissions for mysql to unbreak parallel testing
>  - install python3.9 in docker so we can run those tests
>
> Travis CI has basically died for our purposes - you now need to pay to
> use it, and they finally killed off travis-ci.org earlier this month.
> I'll send another patch/series just ripping out support for it
> soon. Hopefully we can replace it with github actions.
>
> Daniel Axtens (2):
>   tests: fix parallel tests
>   docker: install Python 3.9
>
>  tools/docker/Dockerfile    | 3 ++-
>  tools/docker/entrypoint.sh | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
>
> -- 
> 2.30.2