Skip to content
Snippets Groups Projects

Closes #3484966

Closes #3484966

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
  • mondrake added 1 commit

    added 1 commit

    • e80aac14 - remove --ci-parallel-node-* args that conflict with gitlab matrix

    Compare with previous version

  • mondrake added 1 commit

    added 1 commit

    Compare with previous version

  • mondrake resolved all threads

    resolved all threads

  • mondrake added 1 commit

    added 1 commit

    • 8009fee4 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • mondrake added 1 commit

    added 1 commit

    • 06aaa174 - do not allow PHPUnit 11 yet for PHPStan testing

    Compare with previous version

  • mondrake added 50 commits

    added 50 commits

    Compare with previous version

  • mondrake added 8 commits

    added 8 commits

    Compare with previous version

  • mondrake added 99 commits

    added 99 commits

    Compare with previous version

  • mondrake added 16 commits

    added 16 commits

    • e4cedada...eba0136d - 14 commits from branch project:11.x
    • 89202415 - Merge branch '11.x' into 3484966-ci-introduce-a
    • 7a636d3e - add sudo -E -H parameters in un it-pipeline.yml

    Compare with previous version

  • mondrake added 32 commits

    added 32 commits

    Compare with previous version

  • 12 retry:
    13 max: 2
    14 when:
    15 - unknown_failure
    16 - api_failure
    17 - stuck_or_timeout_failure
    18 - runner_system_failure
    19 - scheduler_failure
    20
    21 .default-job-settings: &default-job-settings
    22 stage: 🗜️ Test
    23 parallel:
    24 matrix:
    25 - PHP_TARGET_IMAGE:
    26 - "8.3"
    27 - "8.4"
    • Comment on lines +24 to +27

      Can this matrix be a variable in the root .gitlab-ci.yml so we can maintain all the PHP versions for all the jobs in the same file?

    • Author Contributor

      Dunno if that's possible TBH, the matrix is not a variable. Regardless, I put this on the unit test pipeline only on purpose. The idea would be to check, say, PHP 8.5 with allowed_failures on for the unit test suite only, while the rest of the suites stay with their own setting. This would help find out PHP 8.5 deprecations earlier and without having to run full suite.

    • Please register or sign in to reply
  • mondrake added 187 commits

    added 187 commits

    • ff84cba7...29a38829 - 185 commits from branch project:11.x
    • 86420454 - Merge branch '11.x' into 3484966-ci-introduce-a
    • 4a46964a - Merge branch '11.x' into 3484966-ci-introduce-a

    Compare with previous version

  • catch added 1 commit

    added 1 commit

    • c622c36e - Move unit tests after the default environment so they're allocated runners later.

    Compare with previous version

  • catch added 1 commit

    added 1 commit

    • d32a6acb - Revert "Move unit tests after the default environment so they're allocated runners later."

    Compare with previous version

  • Please register or sign in to reply
    Loading