enh(ci): switch develop building workflows to el10/mysql 8:4#3472
enh(ci): switch develop building workflows to el10/mysql 8:4#3472mushroomempires wants to merge 13 commits into
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ows-to-el10-mysql8.4
Robot Results
Failed Tests
|
b84c0a3 to
dcfd6c6
Compare
dcfd6c6 to
95b9fdf
Compare
…ows-to-el10-mysql8.4
…ows-to-el10-mysql8.4
|
|
||
| // --- Config sets --- | ||
| const configs = [alma9_mysql_8_0, alma10_mariadb_10_11, trixie_mariadb_11_8]; | ||
| const collectConfigs = [alma10_mysql_8_4, alma9_mysql_8_0, alma10_mariadb_10_11, trixie_mariadb_11_8]; |
There was a problem hiding this comment.
Please consider alma10_mariadb_11_8, there will be no alma10_mariadb_10_11 supported
|
|
||
| // --- Config sets --- | ||
| const configs = [alma9_mysql_8_0, alma10_mariadb_10_11, trixie_mariadb_11_8]; | ||
| const collectConfigs = [alma10_mysql_8_0, alma9_mysql_8_0, alma10_mariadb_10_11, trixie_mariadb_11_8]; |
There was a problem hiding this comment.
Please drop alma10_mariadb_10_11
| const collectConfigs = [alma10_mysql_8_0, alma9_mysql_8_0, alma10_mariadb_10_11, trixie_mariadb_11_8]; | ||
| const cmaConfigs = [ | ||
| alma10_mariadb_10_11, alma9_mysql_8_0, alma8_mariadb_10_11, | ||
| alma10_mysql_8_0, alma10_mariadb_10_11, alma9_mysql_8_0, alma8_mariadb_10_11, |
There was a problem hiding this comment.
Please drop alma10_mariadb_10_11
|
|
||
| // --- Config sets --- | ||
| const configs = [alma9_mysql_8_0, alma10_mariadb_10_11, trixie_mariadb_11_8]; | ||
| const collectConfigs = [alma10_mysql_8_0, alma9_mysql_8_0, alma10_mariadb_10_11, trixie_mariadb_11_8]; |
There was a problem hiding this comment.
Please keep initial naming "configs"
| : cmaConfigs; | ||
| } | ||
|
|
||
| console.log('matrix', matrix); |
There was a problem hiding this comment.
Please do not remove output of matrix to help troublehsoot
Description
Fixes # MON-201012
Type of change
Target serie
How this pull request can be tested ?
Please describe the procedure to verify that the goal of the PR is matched. Provide clear instructions so that it can be correctly tested.
Any relevant details of the configuration to perform the test should be added.
Checklist