Skip to content

Commit

Permalink
Merge pull request #29425 from owncloud/stable10-drone-enabling-phpun…
Browse files Browse the repository at this point in the history
…it-mysql

[Stable10] Moved mysql php 7.0 job from jenkins to drone
  • Loading branch information
DeepDiver1975 authored Nov 3, 2017
2 parents 996a6a9 + a93493f commit ec3e98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ services:
DB_TYPE: mariadb

mysql:
image: mysql:5.7
image: mysql:5.5
environment:
- MYSQL_USER=owncloud
- MYSQL_PASSWORD=owncloud
Expand Down Expand Up @@ -183,9 +183,9 @@ matrix:
#- PHP_VERSION: 7.0
# DB_TYPE: mariadb
# TEST_SUITE: phpunit
#- PHP_VERSION: 7.0
# DB_TYPE: mysql
# TEST_SUITE: phpunit
- PHP_VERSION: 7.0
DB_TYPE: mysql
TEST_SUITE: phpunit
#- PHP_VERSION: 7.0
# DB_TYPE: postgres
# TEST_SUITE: phpunit
Expand Down
10 changes: 0 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ timestampedNode('SLAVE') {
'''
}

stage 'PHPUnit 7.0/mysql'
executeAndReport('tests/autotest-results-mysql.xml') {
sh '''
export NOCOVERAGE=1
unset USEDOCKER
phpenv local 7.0
make test-php TEST_DATABASE=mysql
'''
}

stage 'PHPUnit 5.6/pgsql'
executeAndReport('tests/autotest-results-pgsql.xml') {
sh '''
Expand Down

0 comments on commit ec3e98b

Please sign in to comment.