Skip to content
Snippets Groups Projects

Proof of concept

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
  • 384 variables:
    385 <<: *test-variables
    386 services:
    387 - <<: *with-database
    388 script:
    389 # Determine DB driver.
    390 - |
    391 [[ $_TARGET_DB_TYPE == "sqlite" ]] && export SIMPLETEST_DB=sqlite://localhost/sites/default/files/.sqlite
    392 [[ $_TARGET_DB_TYPE == "mysql" ]] && export SIMPLETEST_DB=mysql://$MYSQL_USER:$MYSQL_PASSWORD@database/$MYSQL_DATABASE
    393 [[ $_TARGET_DB_TYPE == "pgsql" ]] && export SIMPLETEST_DB=pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@database/$POSTGRES_DB
    394 - export
    395 - mkdir -p ./sites/simpletest ./build/logs/junit
    396 - chown -R www-data:www-data ./sites/simpletest ./build/logs/junit
    397 - sudo -u www-data php ./core/scripts/run-tests.sh --color --keep-results --types "PHPUnit-Functional" --concurrency "32" --repeat "1" --sqlite "./sites/default/files/.sqlite" --dburl $SIMPLETEST_DB --url $SIMPLETEST_BASE_URL --all --xml ./build/logs/junit
    398
    399 '🏗️️️ PHPUnit Build':
  • Lee Rowlands added 5 commits

    added 5 commits

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    • 68620fe8 - Add selenium container for nightwatch

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 4 commits

    added 4 commits

    Compare with previous version

  • Lee Rowlands added 3 commits

    added 3 commits

    • 17583d5f - Fix compilation check, prevent tests if any linting fails
    • 165e4ad9 - Trust directory
    • 7e12b8f9 - Disable auto-start

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    • 610bb3bd - Ckeditor task required change of dir

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • I think we're missing some things from commit-code-check.sh

    • CKEditor 5 plugin build check
    • File mode 644 check
    • checking in vendor or core/node_modules
    • pcss -> css compile check
  • Lee Rowlands added 1 commit

    added 1 commit

    • c920d1dd - Fix file permissions to allow www-data to run git config

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    • a8e46c2d - Change ownership of whole /var/www folder

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 2 commits

    added 2 commits

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 2 commits

    added 2 commits

    Compare with previous version

  • Lee Rowlands added 2 commits

    added 2 commits

    • e5d94eb3 - Pass along mink arg
    • 2c78817a - dotenv-safe/config doesn't recognize env vars

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Lee Rowlands added 1 commit

    added 1 commit

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading