Skip to content
Snippets Groups Projects

WIP: sqlite testing #3385620

Closes #3385620

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
66 66 allow_failure: false
67 67 variables:
68 68 _TARGET_PHP: "8.2"
69 _TARGET_DB: "mysql-8"
69 _TARGET_DB: "sqlite-3"
  • 187 187 _TARGET_PHP: "8.2"
    188 188 _TARGET_DB: "pgsql-16"
    189 189
    190 # 'PHP 8.2 SQLite 3.34.0':
    191 # <<: [ *default-stage, *run-on-commit ]
    192 # variables:
    193 # _TARGET_PHP: "8.2"
    194 # _TARGET_DB: "php-$_TARGET_PHP-apache"
    190 'PHP 8.2 SQLite 3.34.0':
    191 <<: [ *default-stage, *run-on-commit ]
    192 variables:
    193 _TARGET_PHP: "8.2"
    194 _TARGET_DB: "sqlite-3"
  • 137 137 script:
    138 138 # Determine DB driver.
    139 139 - |
    140 [[ $_TARGET_DB == php* ]] && export SIMPLETEST_DB=sqlite://localhost/subdirectory/sites/default/files/db.sqlite?module=sqlite
    140 [[ $_TARGET_DB == sqlite* ]] && export SIMPLETEST_DB=sqlite://localhost/$CI_PROJECT_DIR/sites/default/files/db.sqlite?module=sqlite
  • added 43 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • 91 91 CI_PARALLEL_NODE_TOTAL: $CI_NODE_TOTAL
    92 92
    93 93 .with-database: &with-database
    94 name: $_CONFIG_DOCKERHUB_ROOT/$_TARGET_DB:production
    94 name: $_CONFIG_DOCKERHUB_ROOT/$_TARGET_DB:dev
  • added 1 commit

    • 193ec450 - Try variable again as some tests are failing.

    Compare with previous version

  • added 1 commit

    • 77396178 - Switch back to production tags.

    Compare with previous version

  • added 2 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Andrey Postnikov added 133 commits

    added 133 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading