Skip to content
Snippets Groups Projects
Commit a2c2025d authored by catch's avatar catch
Browse files

Issue #3385621 by fjgarlin, andypost, dimitriskr, longwave: [GitlabCI] MariaDB...

Issue #3385621 by fjgarlin, andypost, dimitriskr, longwave: [GitlabCI] MariaDB currently not working
parent 2f071240
No related branches found
No related tags found
No related merge requests found
...@@ -202,18 +202,11 @@ default: ...@@ -202,18 +202,11 @@ default:
_TARGET_PHP: "8.3" _TARGET_PHP: "8.3"
_TARGET_DB: "sqlite-3" _TARGET_DB: "sqlite-3"
# Run daily, or manually. 'PHP 8.1 MariaDB 10.3.22':
# 'PHP 8.1 MariaDB 10.3.22': <<: [ *default-stage, *run-daily ]
# <<: [ *default-stage, *run-daily ] variables:
# variables: _TARGET_PHP: "8.1"
# _TARGET_PHP: "8.1" _TARGET_DB: "mariadb-10.3.22"
# _TARGET_DB: "mariadb-10.3.22"
# 'PHP 8.1 MySQL 5.7 with updated deps':
# <<: [ *default-stage, *run-daily ]
# variables:
# _TARGET_PHP: "8.1"
# _TARGET_DB: "mysql-5.7"
'PHP 8.1 PostgreSQL 14.1': 'PHP 8.1 PostgreSQL 14.1':
<<: [ *default-stage, *run-daily ] <<: [ *default-stage, *run-daily ]
......
...@@ -25,6 +25,7 @@ default: ...@@ -25,6 +25,7 @@ default:
[[ $_TARGET_DB == mysql* ]] && export SIMPLETEST_DB=mysql://$MYSQL_USER:$MYSQL_PASSWORD@database/$MYSQL_DATABASE?module=mysql [[ $_TARGET_DB == mysql* ]] && export SIMPLETEST_DB=mysql://$MYSQL_USER:$MYSQL_PASSWORD@database/$MYSQL_DATABASE?module=mysql
[[ $_TARGET_DB == mariadb* ]] && export SIMPLETEST_DB=mysql://$MYSQL_USER:$MYSQL_PASSWORD@database/$MYSQL_DATABASE?module=mysql [[ $_TARGET_DB == mariadb* ]] && export SIMPLETEST_DB=mysql://$MYSQL_USER:$MYSQL_PASSWORD@database/$MYSQL_DATABASE?module=mysql
[[ $_TARGET_DB == pgsql* ]] && export SIMPLETEST_DB=pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@database/$POSTGRES_DB?module=pgsql [[ $_TARGET_DB == pgsql* ]] && export SIMPLETEST_DB=pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@database/$POSTGRES_DB?module=pgsql
- echo "SIMPLETEST_DB = $SIMPLETEST_DB"
- $CI_PROJECT_DIR/.gitlab-ci/scripts/server-setup.sh - $CI_PROJECT_DIR/.gitlab-ci/scripts/server-setup.sh
after_script: after_script:
- sed -i "s#$CI_PROJECT_DIR/##" ./sites/default/files/simpletest/phpunit-*.xml || true - sed -i "s#$CI_PROJECT_DIR/##" ./sites/default/files/simpletest/phpunit-*.xml || true
......
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