moodlehq / moodle-ci-runner

This test runner was designed to be run within a CI environment to give a consistent interface for running both Behat, and PHPUnit tests for Moodle.
10 stars 15 forks source link

Unpin mariadb:10.7 once 10.8 and 10.9 problems are solved #77

Open stronk7 opened 2 years ago

stronk7 commented 2 years ago

We have just pinned MariaDB again, to 10.7, because just released 10.8 and 10.9 images have problems.

https://github.com/moodlehq/moodle-ci-runner/commit/b93a84091e401db4f4186ddf97d76353f219803d and https://github.com/moodlehq/moodle-ci-runner/commit/88b8117b7ba8ca7b4e3d06282d160e5a4b23cf3c

This issue is about to proceed to unpin it once the problems are gone.

stronk7 commented 2 years ago

Interesting enough its seems to be some incompatibility with the new images (10.8 and 10.9) that use Ubuntu 22.04 (jammy) on older host OSs (we use 20.04).

10.7 is built using 20.04 (focal) and doesn't have that problem.

https://github.com/MariaDB/mariadb-docker/issues/434

stronk7 commented 2 years ago

Note that now that we have upgraded workers to 22.04 (jammy), MariaDB 10.8 and 10.9 are back to pass:

https://ci.moodle.org/view/Testing/job/DEV.01%20-%20Developer-requested%20Behat/28300

So, surely, we can proceed to unpin mariadb now (in few days, still have 1 worker to me upgraded).

Ciao :-)