Skip to content
Snippets Groups Projects
Commit 6f55ac62 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Salsa-CI: Remove mysql-5.7 upgrade in Sid test as package was removed

MySQL 5.7 has been removed from Debian Sid, so this test cannot work
anymore. There is still the Ubuntu Bionic MySQL 5.7 ugprade test, which
was the last Ubuntu LTS version to include MySQL 5.7.
parent ffec5040
No related branches found
No related tags found
No related merge requests found
Pipeline #232832 failed with stages
in 1 day, 10 hours, 12 minutes, and 59 seconds
......@@ -516,31 +516,6 @@ mysql-8.0 Sid to mariadb-10.5 upgrade:
# Installation often fails (not a MariaDB reason), so do not require this test to pass
allow_failure: true
mysql-5.7 Sid to mariadb-10.5 upgrade:
stage: upgrade in Sid
needs:
- job: build
artifacts: true
image: debian:sid
artifacts:
when: always
name: "$CI_BUILD_NAME"
paths:
- ${WORKING_DIR}/debug
script:
- *test-prepare-container
- apt-get install -y mysql-server-5.7 'libmysqlc*'
- *test-verify-initial
- *test-install
- service mysql status
- sleep 5 # Give the mysql_upgrade a bit of time to complete before querying the server
- *test-verify-final
variables:
GIT_STRATEGY: none
except:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
# Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
mysql-8.0 Focal to mariadb-10.5 upgrade:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment