Skip to content
Snippets Groups Projects
Verified Commit ed5c110e authored by Juraj Nemec's avatar Juraj Nemec
Browse files

Issue #3403989 by dimitriskr, fjgarlin: [D7] GitLab CI tests for MariaDB currently not working

parent dc8edd13
No related branches found
No related tags found
1 merge request!7330Issue #3306390 by poker10, catch, Fabianx, pwolanin, rvtraveller: [D7]...
Pipeline #57506 passed with warnings
Pipeline: drupal

#57516

    Pipeline: drupal

    #57515

      Pipeline: drupal

      #57514

        +7
        ......@@ -43,7 +43,7 @@ include:
        variables:
        _TARGET_PHP: "8.1"
        CONCURRENCY: 24
        CONCURRENCY: 15
        GIT_DEPTH: "3"
        ################
        ......@@ -112,6 +112,7 @@ stages:
        stage: 🪄 Lint
        variables:
        PHPCS_PHP_VERSION: "5.6"
        KUBERNETES_CPU_REQUEST: "16"
        interruptible: true
        allow_failure: true
        retry:
        ......@@ -203,8 +204,8 @@ stages:
        _TARGET_PHP: "7.4"
        _TARGET_DB: "sqlite-3"
        # 'PHP 8.1 MariaDB 10.3.22':
        # <<: *default-stage
        # variables:
        # _TARGET_PHP: "8.1"
        # _TARGET_DB: "mariadb-10.3.22"
        'PHP 8.1 MariaDB 10.3.22':
        <<: *default-stage
        variables:
        _TARGET_PHP: "8.1"
        _TARGET_DB: "mariadb-10.3.22"
        ......@@ -77,6 +77,7 @@ stages:
        [[ $_TARGET_DB == mysql* ]] && export SIMPLETEST_DB=mysql://$MYSQL_USER:$MYSQL_PASSWORD@database/$MYSQL_DATABASE
        [[ $_TARGET_DB == mariadb* ]] && export SIMPLETEST_DB=mysql://$MYSQL_USER:$MYSQL_PASSWORD@database/$MYSQL_DATABASE
        [[ $_TARGET_DB == pgsql* ]] && export SIMPLETEST_DB=pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@database/$POSTGRES_DB
        - echo "SIMPLETEST_DB = $SIMPLETEST_DB"
        .prepare-dirs: &prepare-dirs
        - mkdir -p ./sites/default/files ./sites/default/files/simpletest ./build/logs/junit
        ......@@ -144,6 +145,7 @@ stages:
        variables:
        <<: *test-variables
        CONCURRENCY: "$CONCURRENCY"
        KUBERNETES_CPU_REQUEST: "16"
        '🩹 Test-only changes':
        <<: [ *phpunit-artifacts, *setup-webserver, *run-test-only-tests, *default-job-settings ]
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment