diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-20 11:31:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 11:31:48 +0200 |
commit | ac969cfbb6ec65150f296bcba1685ecffa5c73e7 (patch) | |
tree | 9a3afac107c61b83198357a33926a3f22f08a0da /.drone.yml | |
parent | 5e468c0bbaf6b9838a1b92bcb04836dccff7b532 (diff) | |
parent | 94144269de6d2318d7e018642a65d01872625b48 (diff) | |
download | nextcloud-server-ac969cfbb6ec65150f296bcba1685ecffa5c73e7.tar.gz nextcloud-server-ac969cfbb6ec65150f296bcba1685ecffa5c73e7.zip |
Merge pull request #5800 from nextcloud/enable-acceptance-tests-again-on-drone-0.7
Enable acceptance tests again on Drone 0.7
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.drone.yml b/.drone.yml index b8750e66f5e..50726e412cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -469,21 +469,21 @@ pipeline: acceptance-access-levels: image: nextcloudci/integration-php7.0:integration-php7.0-4 commands: - - tests/acceptance/run-local.sh --timeout-multiplier 10 allow-git-repository-modifications features/access-levels.feature + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-access-levels --selenium-server selenium:4444 allow-git-repository-modifications features/access-levels.feature when: matrix: TESTS-ACCEPTANCE: access-levels acceptance-app-files: image: nextcloudci/integration-php7.0:integration-php7.0-4 commands: - - tests/acceptance/run-local.sh --timeout-multiplier 10 allow-git-repository-modifications features/app-files.feature + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files --selenium-server selenium:4444 allow-git-repository-modifications features/app-files.feature when: matrix: TESTS-ACCEPTANCE: app-files acceptance-login: image: nextcloudci/integration-php7.0:integration-php7.0-4 commands: - - tests/acceptance/run-local.sh --timeout-multiplier 10 allow-git-repository-modifications features/login.feature + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-login --selenium-server selenium:4444 allow-git-repository-modifications features/login.feature when: matrix: TESTS-ACCEPTANCE: login @@ -574,12 +574,12 @@ matrix: - TESTS: integration-transfer-ownership-features - TESTS: integration-ldap-features - TESTS: integration-trashbin -# - TESTS: acceptance -# TESTS-ACCEPTANCE: access-levels -# - TESTS: acceptance -# TESTS-ACCEPTANCE: app-files -# - TESTS: acceptance -# TESTS-ACCEPTANCE: login + - TESTS: acceptance + TESTS-ACCEPTANCE: access-levels + - TESTS: acceptance + TESTS-ACCEPTANCE: app-files + - TESTS: acceptance + TESTS-ACCEPTANCE: login - TESTS: jsunit - TESTS: syntax-php5.6 - TESTS: syntax-php7.0 |