Merge pull request #27214 from nextcloud/use-ghcr-acceptance
Use GHCR PHP 7.3 Acceptance Container
This commit is contained in:
commit
621a4bc730
42
.drone.yml
42
.drone.yml
|
@ -7,7 +7,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: checkers
|
- name: checkers
|
||||||
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
commands:
|
commands:
|
||||||
- ./autotest-checkers.sh
|
- ./autotest-checkers.sh
|
||||||
secrets: [ github_token ]
|
secrets: [ github_token ]
|
||||||
|
@ -224,7 +224,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: nodb-php7.3
|
- name: nodb-php7.3
|
||||||
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
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
|
||||||
|
@ -261,7 +261,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: sqlite-php7.3
|
- name: sqlite-php7.3
|
||||||
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
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
|
||||||
|
@ -298,7 +298,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mariadb10.1-php7.3
|
- name: mariadb10.1-php7.3
|
||||||
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
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
|
||||||
|
@ -334,7 +334,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mariadb10.2-php7.3
|
- name: mariadb10.2-php7.3
|
||||||
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
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
|
||||||
|
@ -369,7 +369,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mariadb10.3-php7.3
|
- name: mariadb10.3-php7.3
|
||||||
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
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
|
||||||
|
@ -483,7 +483,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: postgres-php7.3
|
- name: postgres-php7.3
|
||||||
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
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
|
||||||
|
@ -519,7 +519,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: postgres-php7.3
|
- name: postgres-php7.3
|
||||||
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
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
|
||||||
|
@ -703,7 +703,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mysqlmb4-php7.3
|
- name: mysqlmb4-php7.3
|
||||||
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
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
|
||||||
|
@ -1728,7 +1728,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-access-levels
|
- name: acceptance-access-levels
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- 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
|
- 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
|
||||||
|
|
||||||
|
@ -1758,7 +1758,7 @@ trigger:
|
||||||
# commands:
|
# commands:
|
||||||
# - git submodule update --init
|
# - git submodule update --init
|
||||||
#- name: acceptance-app-comments
|
#- name: acceptance-app-comments
|
||||||
# image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
# image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
# commands:
|
# commands:
|
||||||
# - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-comments --selenium-server selenium:4444 allow-git-repository-modifications features/app-comments.feature
|
# - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-comments --selenium-server selenium:4444 allow-git-repository-modifications features/app-comments.feature
|
||||||
#
|
#
|
||||||
|
@ -1788,7 +1788,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-app-files
|
- name: acceptance-app-files
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- 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
|
- 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
|
||||||
|
|
||||||
|
@ -1818,7 +1818,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-app-files-sharing
|
- name: acceptance-app-files-sharing
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-sharing --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-sharing.feature
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-sharing --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-sharing.feature
|
||||||
|
|
||||||
|
@ -1848,7 +1848,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-app-files-sharing-link
|
- name: acceptance-app-files-sharing-link
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-sharing-link --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-sharing-link.feature
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-sharing-link --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-sharing-link.feature
|
||||||
|
|
||||||
|
@ -1878,7 +1878,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-app-files-tags
|
- name: acceptance-app-files-tags
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-tags --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-tags.feature
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-tags --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-tags.feature
|
||||||
|
|
||||||
|
@ -1908,7 +1908,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-app-theming
|
- name: acceptance-app-theming
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-theming --selenium-server selenium:4444 allow-git-repository-modifications features/app-theming.feature
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-theming --selenium-server selenium:4444 allow-git-repository-modifications features/app-theming.feature
|
||||||
|
|
||||||
|
@ -1938,7 +1938,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-header
|
- name: acceptance-header
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-header --selenium-server selenium:4444 allow-git-repository-modifications features/header.feature
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-header --selenium-server selenium:4444 allow-git-repository-modifications features/header.feature
|
||||||
|
|
||||||
|
@ -1968,7 +1968,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-login
|
- name: acceptance-login
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-login --selenium-server selenium:4444 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
|
||||||
|
|
||||||
|
@ -1998,7 +1998,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-users
|
- name: acceptance-users
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-users --selenium-server selenium:4444 allow-git-repository-modifications features/users.feature
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-users --selenium-server selenium:4444 allow-git-repository-modifications features/users.feature
|
||||||
|
|
||||||
|
@ -2028,7 +2028,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: acceptance-apps
|
- name: acceptance-apps
|
||||||
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
|
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
|
||||||
commands:
|
commands:
|
||||||
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-apps --selenium-server selenium:4444 allow-git-repository-modifications features/apps.feature
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-apps --selenium-server selenium:4444 allow-git-repository-modifications features/apps.feature
|
||||||
|
|
||||||
|
@ -2287,7 +2287,7 @@ trigger:
|
||||||
# commands:
|
# commands:
|
||||||
# - git submodule update --init
|
# - git submodule update --init
|
||||||
#- name: memcache-redis-cluster
|
#- name: memcache-redis-cluster
|
||||||
# image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
|
# image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
|
||||||
# commands:
|
# commands:
|
||||||
# - phpenmod xdebug
|
# - phpenmod xdebug
|
||||||
# - sleep 20
|
# - sleep 20
|
||||||
|
|
Loading…
Reference in New Issue