Skip to content

Commit

Permalink
Bump Container Versions
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
  • Loading branch information
LukasReschke committed May 28, 2021
1 parent ee2a0f2 commit 3e6e6ee
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
#
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3e6e6ee

Please sign in to comment.