Skip to content

Commit

Permalink
[TASK] CI: Stop running SQL Server functional tests
Browse files Browse the repository at this point in the history
Recent pdo_sqlsrv 5.10.0 force SSL enabled
connections with valid certificates. We can't
supply these in CI right now.

The patch removes active functional testing with
this DBMS on CI, but keeps the rest of the
infrastructure in runTests.sh and friends.

This is a quick fix to get v11 and v10 green
again. We could pick this up again if we find
a solution for the certificate issue.

Resolves: #96974
Releases: 11.5, 10.4
Change-Id: I0af99c52ae447ae6974d21236a862179e9b40dd6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73614
Tested-by: core-ci <typo3@b13.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
  • Loading branch information
lolli42 authored and andreaskienast committed Feb 20, 2022
1 parent 77eb9cb commit 4d10f9c
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions Build/gitlab-ci/nightly/functional.yml
Expand Up @@ -34,42 +34,6 @@ functional mariadb 10.3 php 7.3 min:
- Build/Scripts/runTests.sh -s composerInstallMin -p 7.3
- Build/Scripts/runTests.sh -s functional -d mariadb -i 10.3 -p 7.3 -c $CI_NODE_INDEX/$CI_NODE_TOTAL

functional mssql php 7.4 locked:
stage: functional
needs: []
only:
- schedules
parallel: 12
script:
- Build/Scripts/runTests.sh -s composerInstall -p 7.4
- Build/Scripts/runTests.sh -s functional -d mssql -p 7.4 -c $CI_NODE_INDEX/$CI_NODE_TOTAL
functional mssql php 7.3 max:
stage: functional
needs: []
only:
- schedules
cache:
key: 10.4-composer-max
paths:
- .cache
parallel: 12
script:
- Build/Scripts/runTests.sh -s composerInstallMax -p 7.3
- Build/Scripts/runTests.sh -s functional -d mssql -p 7.3 -c $CI_NODE_INDEX/$CI_NODE_TOTAL
functional min mssql php 7.2 min pdo_sqlsrv:
stage: functional
needs: []
only:
- schedules
cache:
key: 10.4-composer-min
paths:
- .cache
parallel: 12
script:
- Build/Scripts/runTests.sh -s composerInstallMin -p 7.2
- Build/Scripts/runTests.sh -s functional -d mssql -p 7.2 -a pdo_sqlsrv -c $CI_NODE_INDEX/$CI_NODE_TOTAL

functional mysql 5.5 php 7.2 pdo_mysql locked:
stage: functional
needs: []
Expand Down

0 comments on commit 4d10f9c

Please sign in to comment.