Bump Container Versions

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-05-28 23:43:43 +02:00
parent ee2a0f2c1b
commit 3e6e6eeb5b
1 changed files with 21 additions and 21 deletions

View File

@ -7,7 +7,7 @@ steps:
commands:
- git submodule update --init
- 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:
- ./autotest-checkers.sh
secrets: [ github_token ]
@ -224,7 +224,7 @@ steps:
commands:
- git submodule update --init
- 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:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
@ -261,7 +261,7 @@ steps:
commands:
- git submodule update --init
- 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:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
@ -298,7 +298,7 @@ steps:
commands:
- git submodule update --init
- 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:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@ -334,7 +334,7 @@ steps:
commands:
- git submodule update --init
- 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:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@ -369,7 +369,7 @@ steps:
commands:
- git submodule update --init
- 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:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@ -483,7 +483,7 @@ steps:
commands:
- git submodule update --init
- 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:
- bash tests/drone-run-php-tests.sh || exit 0
- sleep 10 # gives the database enough time to initialize
@ -519,7 +519,7 @@ steps:
commands:
- git submodule update --init
- 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:
- bash tests/drone-run-php-tests.sh || exit 0
- sleep 10 # gives the database enough time to initialize
@ -703,7 +703,7 @@ steps:
commands:
- git submodule update --init
- 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:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
@ -1728,7 +1728,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-access-levels
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -1758,7 +1758,7 @@ trigger:
# commands:
# - git submodule update --init
#- name: acceptance-app-comments
# image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
# image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
# 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
#
@ -1788,7 +1788,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-app-files
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -1818,7 +1818,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-app-files-sharing
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -1848,7 +1848,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-app-files-sharing-link
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -1878,7 +1878,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-app-files-tags
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -1908,7 +1908,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-app-theming
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -1938,7 +1938,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-header
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -1968,7 +1968,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-login
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -1998,7 +1998,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-users
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -2028,7 +2028,7 @@ steps:
commands:
- git submodule update --init
- name: acceptance-apps
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-2
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
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
@ -2287,7 +2287,7 @@ trigger:
# commands:
# - git submodule update --init
#- 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:
# - phpenmod xdebug
# - sleep 20