Merge pull request #27125 from nextcloud/use-github-registry
Use GitHub container registry
This commit is contained in:
commit
0769b17437
108
.drone.yml
108
.drone.yml
|
@ -229,12 +229,12 @@ steps:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
- name: nodb-php7.4
|
- name: nodb-php7.4
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
- name: nodb-php8.0
|
- name: nodb-php8.0
|
||||||
image: nextcloudci/php8.0:latest
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
|
@ -266,12 +266,12 @@ steps:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||||
- name: sqlite-php7.4
|
- name: sqlite-php7.4
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||||
- name: sqlite-php8.0
|
- name: sqlite-php8.0
|
||||||
image: nextcloudci/php8.0:latest
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||||
|
@ -405,7 +405,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mariadb10.4-php7.4
|
- name: mariadb10.4-php7.4
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
||||||
|
@ -446,7 +446,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mysql-php7.4
|
- name: mysql-php7.4
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
||||||
|
@ -554,7 +554,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: postgres-php7.4
|
- name: postgres-php7.4
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- sleep 10 # gives the database enough time to initialize
|
- sleep 10 # gives the database enough time to initialize
|
||||||
|
@ -590,7 +590,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: postgres-php7.4
|
- name: postgres-php7.4
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- sleep 10 # gives the database enough time to initialize
|
- sleep 10 # gives the database enough time to initialize
|
||||||
|
@ -626,7 +626,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: postgres-php7.4
|
- name: postgres-php7.4
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- sleep 10 # gives the database enough time to initialize
|
- sleep 10 # gives the database enough time to initialize
|
||||||
|
@ -662,7 +662,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mysqlmb4-php7.4
|
- name: mysqlmb4-php7.4
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
|
||||||
|
@ -739,7 +739,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-capabilities_features
|
- name: integration-capabilities_features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -764,7 +764,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-collaboration_features
|
- name: integration-collaboration_features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -789,7 +789,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-federation_features
|
- name: integration-federation_features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin
|
- ./occ maintenance:install --admin-pass=admin
|
||||||
|
@ -814,7 +814,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-auth
|
- name: integration-auth
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -839,7 +839,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-avatar
|
- name: integration-avatar
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -864,7 +864,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-maintenance-mode
|
- name: integration-maintenance-mode
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -889,7 +889,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-ratelimiting
|
- name: integration-ratelimiting
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -924,7 +924,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-carddav
|
- name: integration-carddav
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -949,7 +949,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-dav-v2
|
- name: integration-dav-v2
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -974,7 +974,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-ocs-v1
|
- name: integration-ocs-v1
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -999,7 +999,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-checksums-v1
|
- name: integration-checksums-v1
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1024,7 +1024,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-external-storage
|
- name: integration-external-storage
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1049,7 +1049,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-provisioning-v1
|
- name: integration-provisioning-v1
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1074,7 +1074,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-tags
|
- name: integration-tags
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1099,7 +1099,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-caldav
|
- name: integration-caldav
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1124,7 +1124,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-comments
|
- name: integration-comments
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1149,7 +1149,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-comments-search
|
- name: integration-comments-search
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1174,7 +1174,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-contacts-menu
|
- name: integration-contacts-menu
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1199,7 +1199,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-favorites
|
- name: integration-favorites
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1224,7 +1224,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-provisioning-v2
|
- name: integration-provisioning-v2
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1249,7 +1249,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-webdav-related
|
- name: integration-webdav-related
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1274,7 +1274,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-sharees-features
|
- name: integration-sharees-features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1299,7 +1299,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-sharees-v2-features
|
- name: integration-sharees-v2-features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1324,7 +1324,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-sharing-v1
|
- name: integration-sharing-v1
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1349,7 +1349,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-sharing-v1-part2
|
- name: integration-sharing-v1-part2
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1374,7 +1374,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-sharing-v1-part3
|
- name: integration-sharing-v1-part3
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1405,7 +1405,7 @@ steps:
|
||||||
# build them.
|
# build them.
|
||||||
- git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed
|
- git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed
|
||||||
- name: integration-sharing-v1-video-verification
|
- name: integration-sharing-v1-video-verification
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1430,7 +1430,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-setup-features
|
- name: integration-setup-features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- cd build/integration
|
- cd build/integration
|
||||||
|
@ -1454,7 +1454,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-filesdrop-features
|
- name: integration-filesdrop-features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1479,7 +1479,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-transfer-ownership-features
|
- name: integration-transfer-ownership-features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1504,7 +1504,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-ldap-features
|
- name: integration-ldap-features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1529,7 +1529,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-ldap-openldap-features
|
- name: integration-ldap-openldap-features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1545,7 +1545,7 @@ services:
|
||||||
- name: cache
|
- name: cache
|
||||||
image: redis
|
image: redis
|
||||||
- name: openldap
|
- name: openldap
|
||||||
image: nextcloudci/openldap:openldap-7
|
image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7
|
||||||
environment:
|
environment:
|
||||||
SLAPD_DOMAIN: nextcloud.ci
|
SLAPD_DOMAIN: nextcloud.ci
|
||||||
SLAPD_ORGANIZATION: Nextcloud
|
SLAPD_ORGANIZATION: Nextcloud
|
||||||
|
@ -1570,7 +1570,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-ldap-openldap-uid-features
|
- name: integration-ldap-openldap-uid-features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1586,7 +1586,7 @@ services:
|
||||||
- name: cache
|
- name: cache
|
||||||
image: redis
|
image: redis
|
||||||
- name: openldap
|
- name: openldap
|
||||||
image: nextcloudci/openldap:openldap-7
|
image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7
|
||||||
environment:
|
environment:
|
||||||
SLAPD_DOMAIN: nextcloud.ci
|
SLAPD_DOMAIN: nextcloud.ci
|
||||||
SLAPD_ORGANIZATION: Nextcloud
|
SLAPD_ORGANIZATION: Nextcloud
|
||||||
|
@ -1612,7 +1612,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-ldap-openldap-numerical-id-features
|
- name: integration-ldap-openldap-numerical-id-features
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1628,7 +1628,7 @@ services:
|
||||||
- name: cache
|
- name: cache
|
||||||
image: redis
|
image: redis
|
||||||
- name: openldap
|
- name: openldap
|
||||||
image: nextcloudci/openldap:openldap-7
|
image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7
|
||||||
environment:
|
environment:
|
||||||
SLAPD_DOMAIN: nextcloud.ci
|
SLAPD_DOMAIN: nextcloud.ci
|
||||||
SLAPD_ORGANIZATION: Nextcloud
|
SLAPD_ORGANIZATION: Nextcloud
|
||||||
|
@ -1653,7 +1653,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-trashbin
|
- name: integration-trashbin
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1678,7 +1678,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-remote-api
|
- name: integration-remote-api
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -1703,7 +1703,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: integration-download
|
- name: integration-download
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-integration-tests.sh || exit 0
|
- bash tests/drone-run-integration-tests.sh || exit 0
|
||||||
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
||||||
|
@ -2058,7 +2058,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: nodb-codecov
|
- name: nodb-codecov
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
environment:
|
environment:
|
||||||
CODECOV_TOKEN:
|
CODECOV_TOKEN:
|
||||||
from_secret: CODECOV_TOKEN
|
from_secret: CODECOV_TOKEN
|
||||||
|
@ -2089,7 +2089,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: db-codecov
|
- name: db-codecov
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
environment:
|
environment:
|
||||||
CODECOV_TOKEN:
|
CODECOV_TOKEN:
|
||||||
from_secret: CODECOV_TOKEN
|
from_secret: CODECOV_TOKEN
|
||||||
|
@ -2120,7 +2120,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: object-store
|
- name: object-store
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
environment:
|
environment:
|
||||||
CODECOV_TOKEN:
|
CODECOV_TOKEN:
|
||||||
from_secret: CODECOV_TOKEN
|
from_secret: CODECOV_TOKEN
|
||||||
|
@ -2153,7 +2153,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: object-store
|
- name: object-store
|
||||||
image: nextcloudci/php7.4:php7.4-3
|
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
|
||||||
environment:
|
environment:
|
||||||
CODECOV_TOKEN:
|
CODECOV_TOKEN:
|
||||||
from_secret: CODECOV_TOKEN
|
from_secret: CODECOV_TOKEN
|
||||||
|
|
Loading…
Reference in New Issue