@@ -224,15 +224,15 @@ fresh install:
224224 script :
225225 - *test-prepare-container
226226 - *test-install
227- - service mariadb status # There is no init.d/mysql in MariaDB 10.6
227+ - service mariadb status # There is no init.d/mysql in MariaDB 10.7
228228 - *test-verify-final
229229 variables :
230230 GIT_STRATEGY : none
231231 except :
232232 variables :
233233 - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
234234
235- mariadb-10.6 Sid upgrade :
235+ mariadb-10.7 Sid upgrade :
236236 stage : upgrade in Sid
237237 needs :
238238 - job : build
@@ -246,15 +246,15 @@ mariadb-10.6 Sid upgrade:
246246 script :
247247 - *test-prepare-container
248248 - *test-install
249- - service mariadb status # There is no init.d/mysql in MariaDB 10.6
249+ - service mariadb status # There is no init.d/mysql in MariaDB 10.7
250250 - *test-verify-final
251251 variables :
252252 GIT_STRATEGY : none
253253 except :
254254 variables :
255255 - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
256256
257- mariadb-10.3 Buster to mariadb-10.6 upgrade :
257+ mariadb-10.3 Buster to mariadb-10.7 upgrade :
258258 stage : upgrade from Buster/Stretch
259259 needs :
260260 - job : build
@@ -281,7 +281,7 @@ mariadb-10.3 Buster to mariadb-10.6 upgrade:
281281 variables :
282282 - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
283283
284- mariadb-10.1 Stretch to mariadb-10.6 upgrade :
284+ mariadb-10.1 Stretch to mariadb-10.7 upgrade :
285285 stage : upgrade from Buster/Stretch
286286 needs :
287287 - job : build
@@ -323,7 +323,7 @@ test basic features:
323323 script :
324324 - *test-prepare-container
325325 - *test-install
326- - service mariadb status # There is no init.d/mysql in MariaDB 10.6
326+ - service mariadb status # There is no init.d/mysql in MariaDB 10.7
327327 - *test-verify-final
328328 - |
329329 # Print info about server
@@ -538,7 +538,7 @@ mariadb-connector-c Stretch upgrade:
538538
539539# Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
540540# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
541- mysql-8.0 Sid to mariadb-10.6 upgrade :
541+ mysql-8.0 Sid to mariadb-10.7 upgrade :
542542 stage : upgrade in Sid
543543 needs :
544544 - job : build
@@ -566,7 +566,7 @@ mysql-8.0 Sid to mariadb-10.6 upgrade:
566566
567567# Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
568568# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
569- mysql-8.0 Focal to mariadb-10.6 upgrade :
569+ mysql-8.0 Focal to mariadb-10.7 upgrade :
570570 stage : upgrade extras
571571 needs :
572572 - job : build buster-backports
@@ -600,7 +600,8 @@ mysql-8.0 Focal to mariadb-10.6 upgrade:
600600 variables :
601601 - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
602602
603- mariadb.org-10.5 to mariadb-10.6 upgrade :
603+
604+ mariadb.org-10.5 to mariadb-10.7 upgrade :
604605 stage : upgrade extras
605606 needs :
606607 - job : build
@@ -639,7 +640,7 @@ mariadb.org-10.5 to mariadb-10.6 upgrade:
639640 variables :
640641 - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
641642
642- mariadb.org-10.4 to mariadb-10.6 upgrade :
643+ mariadb.org-10.4 to mariadb-10.7 upgrade :
643644 stage : upgrade extras
644645 needs :
645646 - job : build
@@ -672,7 +673,7 @@ mariadb.org-10.4 to mariadb-10.6 upgrade:
672673 variables :
673674 - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
674675
675- mariadb.org-10.3 to mariadb-10.6 upgrade :
676+ mariadb.org-10.3 to mariadb-10.7 upgrade :
676677 stage : upgrade extras
677678 needs :
678679 - job : build
@@ -708,7 +709,7 @@ mariadb.org-10.3 to mariadb-10.6 upgrade:
708709 variables :
709710 - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
710711
711- mariadb.org-10.2 to mariadb-10.6 upgrade :
712+ mariadb.org-10.2 to mariadb-10.7 upgrade :
712713 stage : upgrade extras
713714 needs :
714715 - job : build
@@ -744,7 +745,7 @@ mariadb.org-10.2 to mariadb-10.6 upgrade:
744745 variables :
745746 - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
746747
747- mysql.com-5.7 to mariadb-10.6 upgrade :
748+ mysql.com-5.7 to mariadb-10.7 upgrade :
748749 stage : upgrade extras
749750 needs :
750751 - job : build buster-backports
@@ -776,7 +777,7 @@ mysql.com-5.7 to mariadb-10.6 upgrade:
776777 variables :
777778 - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
778779
779- percona-xtradb-5.7 to mariadb-10.6 upgrade (MDEV-22679) :
780+ percona-xtradb-5.7 to mariadb-10.7 upgrade (MDEV-22679) :
780781 stage : upgrade extras
781782 needs :
782783 - job : build buster-backports
0 commit comments