-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mariadb: add nightly workflow to facilitate mariadb "nightlies" #6435
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the intended usage here? Are you going to somehow subscribe to these builds? Or do you expect us to notify you when one of them fails?
To ensure future Doctrine DBAL releases, and future MariaDB releases remain compatible, we utilize the CI of both so its not users that notice the incompatibilities. This facilitates the testing of the MariaDB edge branch images pushed out of MariaDB. The edge branches include changes from when developers are finished with fixes/enhancements. The images from quay.io are what is going to be in the next release unless by some external CI (or user testing), a fault is discovered before release. Best to discover incompatibilities before the next MariaDB release, we test against it before they release, so interoperatibility problems can be reported to MariaDB before collective dbal/mariadb users discover them. Announced: https://mariadb.org/new-service-quay-io-mariadb-foundation-mariadb-devel/ Use MariaDB's zulip to tell them about the error.
Good question. Because automation is better - added a zulip notification that we use for chats. If acceptable I'll email you the API key to add to the github secrets. |
Thank you. |
Email received, let me add the secret. |
Merged that PR up, because it takes effect only when the workflow is present on the default branch (which is 4.0.x). |
* 3.8.x: Properly handle MySQL error code 4031 from PHP 8.4 (doctrine#6363) CI: Add MySQL 9, reduce test matrix (doctrine#6462) Complete sentence mariadb: add nightly workflow to facilitate mariadb "nightlies" (doctrine#6435)
* 3.8.x: Properly handle MySQL error code 4031 from PHP 8.4 (doctrine#6363) CI: Add MySQL 9, reduce test matrix (doctrine#6462) Complete sentence mariadb: add nightly workflow to facilitate mariadb "nightlies" (doctrine#6435)
* 4.0.x: Properly handle MySQL error code 4031 from PHP 8.4 (doctrine#6363) CI: Add MySQL 9, reduce test matrix (doctrine#6462) Fix update/delete aliases in documentation (doctrine#6470) Complete sentence Docs: update custom platform example to use middlewares (doctrine#6460) ci: nightly - php-8.1 only + workflow_dispatch ci: nightly - php-8.1 min version (doctrine#6457) mariadb: add nightly workflow to facilitate mariadb "nightlies" (doctrine#6435)
* 4.1.x: Properly handle MySQL error code 4031 from PHP 8.4 (doctrine#6363) Add SmallFloat type (doctrine#6471) CI: Add MySQL 9, reduce test matrix (doctrine#6462) Fix update/delete aliases in documentation (doctrine#6470) Complete sentence Docs: update custom platform example to use middlewares (doctrine#6460) ci: nightly - php-8.1 only + workflow_dispatch ci: nightly - php-8.1 min version (doctrine#6457) mariadb: add nightly workflow to facilitate mariadb "nightlies" (doctrine#6435)
Summary
Nightly cron scheduled alternate to #6433.