mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
fix community failure[execute tests on MySQL]
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
###Running the Integration tests on MySQL
|
### Integration tests on MySQL are running:
|
||||||
## - stable branch
|
## - on stable branch
|
||||||
## - on demand with commit message [execute tests on MySQL]
|
## - on demand with commit message [execute tests on MySQL]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- &integration_test_on_MYSQL
|
- &integration_test_on_MYSQL
|
||||||
name: "Community Integrations Tests on MySQL"
|
name: "Community Integrations Tests on MySQL"
|
||||||
services: mysql
|
services: docker
|
||||||
stage: Tests
|
stage: Tests
|
||||||
if: branch =~ /release\/.*/ OR commit_message =~ /\[execute tests on MySQL\]/
|
if: branch =~ /(release\/.*$|master)/ OR commit_message =~ /\[execute tests on MySQL\]/
|
||||||
before_install: source ./scripts/mysql/start.sh mysql:5.6.26
|
before_install: source ./scripts/mysql/start.sh mysql:5.6.26
|
||||||
script:
|
script:
|
||||||
- travis_retry travis_wait 80 mvn -B -q clean install -Puse-mysql -DskipTests -Dskip.integrationtests=false -Dmy.db.name=alfresco -Dmy.db.port=3306 -Dcommunity -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
- travis_retry travis_wait 80 mvn -B -q clean install -Puse-mysql -DskipTests -Dskip.integrationtests=false -Dmy.db.name=alfresco -Dmy.db.port=3306 -Dcommunity -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
||||||
|
Reference in New Issue
Block a user