Skip to content
Snippets Groups Projects
Commit 564732d6 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

(cherry picked from commit a2c2025d)
parent 7a51238b
No related branches found
No related tags found
20 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...,!6560Update ClaroPreRender.php, confirming classes provided are in array format,!6528Issue #3414261 by catch: Add authenticated user umami performance tests,!6501Issue #3263668 by omkar-pd, Wim Leers, hooroomoo: Re-enable inline form errors...,!6354Draft: Issue #3380392 by phma: Updating language weight from the overview reverts label if translated,!6324Issue #3416723 by Ludo.R: Provide a "node type" views default argument,!6119Issue #3405704 by Spokje, longwave: symfony/psr-http-message-bridge major version bump,!5950Issue #3403653 by alexpott, longwave: Incorporate improvements to how contrib runs PHPStan to core,!5858Issue #3401971 by fjgarlin: Test-only job shouldn't require constant rebases...,!5716Draft: Issue #3401102 by Spokje, longwave, smustgrave: Nightwatch artifacts on GitLab not retained,!5674Transaction autocommit during shutdown relies on unreliable object destruction order,!5644Issue #3395563 by nireneko, marvil07, lauriii, borisson_, smustgrave, Wim...
Pipeline #54855 passed
Pipeline: drupal

#54860

    ......@@ -202,18 +202,11 @@ default:
    _TARGET_PHP: "8.3"
    _TARGET_DB: "sqlite-3"
    # Run daily, or manually.
    # 'PHP 8.1 MariaDB 10.3.22':
    # <<: [ *default-stage, *run-daily ]
    # variables:
    # _TARGET_PHP: "8.1"
    # _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 MariaDB 10.3.22':
    <<: [ *default-stage, *run-daily ]
    variables:
    _TARGET_PHP: "8.1"
    _TARGET_DB: "mariadb-10.3.22"
    'PHP 8.1 PostgreSQL 14.1':
    <<: [ *default-stage, *run-daily ]
    ......
    ......@@ -25,6 +25,7 @@ default:
    [[ $_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 == 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
    after_script:
    - 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.
    Please register or to comment