summaryrefslogtreecommitdiff
path: root/debian/salsa-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r--debian/salsa-ci.yml28
1 files changed, 5 insertions, 23 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 26118f19b65..5f8175a0762 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -299,6 +299,8 @@ mariadb-10.1 Stretch to mariadb-10.6 upgrade:
- apt-get install -y 'default-mysql*' 'mariadb-*' 'libmariadbd*' 'libmariadbclient*'
# Verify installation of MariaDB from Stretch
- *test-verify-initial
+ # Remove manpages 4.10 that conflicts with manpages-dev 5.10 on console_ioctl.4.gz
+ - apt-get remove -y manpages
- *test-enable-sid-repos
- *test-install
- service mysql status
@@ -507,28 +509,8 @@ default-libmysqlclient-dev Stretch upgrade:
- *test-prepare-container
- apt-get install -y pkg-config default-libmysqlclient-dev
- pkg-config --list-all
- - *test-enable-sid-repos
- - *test-install-all-libs
- - *test-verify-libs
- except:
- variables:
- - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
-
-mariadb-connector-c Stretch upgrade:
- stage: upgrade from Buster/Stretch
- needs:
- - job: build
- artifacts: true
- image: debian:stretch
- artifacts:
- when: always
- name: "$CI_BUILD_NAME"
- paths:
- - ${WORKING_DIR}/debug
- script:
- - *test-prepare-container
- - apt-get install -y pkg-config libmariadb2 libmariadb-dev libmariadb-dev-compat
- - pkg-config --list-all
+ # Remove manpages 4.10 that conflicts with manpages-dev 5.10 on console_ioctl.4.gz
+ - apt-get remove -y manpages
- *test-enable-sid-repos
- *test-install-all-libs
- *test-verify-libs
@@ -732,7 +714,7 @@ mariadb.org-10.2 to mariadb-10.6 upgrade:
# prepending with --defaults-file=/etc/mysql/debian.cnf is needed in upstream 5.5–10.3
- mysql --defaults-file=/etc/mysql/debian.cnf --skip-column-names -e "SELECT @@version, @@version_comment"
- echo 'SHOW DATABASES;' | mysql --defaults-file=/etc/mysql/debian.cnf
- - mysql --defaults-file=/etc/mysql/debian.cnf -e "SELECT * FROM mysql.global_priv; SHOW CREATE USER root@localhost; SHOW CREATE USER 'mariadb.sys'@localhost"
+ - mysql --defaults-file=/etc/mysql/debian.cnf -e "SELECT * FROM mysql.user; SHOW CREATE USER root@localhost"
- mysql --defaults-file=/etc/mysql/debian.cnf -e "SELECT * FROM mysql.plugin; SHOW PLUGINS"
- *test-install
- service mysql status