diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2021-05-28 23:43:43 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2021-05-28 23:43:43 +0200 |
commit | 3e6e6eeb5bb6043e6c99dfca2b30692f9eb13351 (patch) | |
tree | 2374df44b84a881bee6f172b15195489f645015e /.drone.yml | |
parent | ee2a0f2c1b2c9563c63773c30898e959030fa3a0 (diff) | |
download | nextcloud-server-3e6e6eeb5bb6043e6c99dfca2b30692f9eb13351.tar.gz nextcloud-server-3e6e6eeb5bb6043e6c99dfca2b30692f9eb13351.zip |
Bump Container Versions
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/.drone.yml b/.drone.yml index 263a1f3815a..b0eace85856 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 |