Merge pull request #16990 from nextcloud/ci/do_not_run_every_db_combo_on_prs
Do not run every possible DB combo on PRs
This commit is contained in:
commit
102b1e170c
1 changed files with 9 additions and 20 deletions
29
.drone.yml
29
.drone.yml
|
@ -427,7 +427,6 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -497,7 +496,6 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -532,20 +530,19 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: mariadb10.4-php7.1
|
name: mariadb10.4-php7.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mariadb10.4-php7.1
|
- name: mariadb10.4-php7.3
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.3:php7.3-1
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
||||||
|
|
||||||
|
@ -572,15 +569,15 @@ trigger:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: mysql8.0-php7.1
|
name: mysql8.0-php7.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mysql-php7.1
|
- name: mysql-php7.2
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
||||||
|
|
||||||
|
@ -638,7 +635,6 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -671,7 +667,6 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -704,7 +699,6 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -773,20 +767,19 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: postgres9-php7.1
|
name: postgres9-php7.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: postgres-php7.1
|
- name: postgres-php7.3
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.3:php7.3-1
|
||||||
commands:
|
commands:
|
||||||
- sleep 10 # gives the database enough time to initialize
|
- sleep 10 # gives the database enough time to initialize
|
||||||
- POSTGRES=9 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
|
- POSTGRES=9 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
|
||||||
|
@ -843,7 +836,6 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -914,7 +906,6 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -950,7 +941,6 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -986,7 +976,6 @@ trigger:
|
||||||
- master
|
- master
|
||||||
- stable*
|
- stable*
|
||||||
event:
|
event:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue