Skip to content

Commit 621a4bc

Browse files
authored
Merge pull request #27214 from nextcloud/use-ghcr-acceptance
Use GHCR PHP 7.3 Acceptance Container
2 parents 162229d + 3e6e6ee commit 621a4bc

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.drone.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
commands:
88
- git submodule update --init
99
- name: checkers
10-
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
10+
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
1111
commands:
1212
- ./autotest-checkers.sh
1313
secrets: [ github_token ]
@@ -224,7 +224,7 @@ steps:
224224
commands:
225225
- git submodule update --init
226226
- name: nodb-php7.3
227-
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
227+
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
228228
commands:
229229
- bash tests/drone-run-php-tests.sh || exit 0
230230
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
@@ -261,7 +261,7 @@ steps:
261261
commands:
262262
- git submodule update --init
263263
- name: sqlite-php7.3
264-
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
264+
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
265265
commands:
266266
- bash tests/drone-run-php-tests.sh || exit 0
267267
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
@@ -298,7 +298,7 @@ steps:
298298
commands:
299299
- git submodule update --init
300300
- name: mariadb10.1-php7.3
301-
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
301+
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
302302
commands:
303303
- bash tests/drone-run-php-tests.sh || exit 0
304304
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -334,7 +334,7 @@ steps:
334334
commands:
335335
- git submodule update --init
336336
- name: mariadb10.2-php7.3
337-
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
337+
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
338338
commands:
339339
- bash tests/drone-run-php-tests.sh || exit 0
340340
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -369,7 +369,7 @@ steps:
369369
commands:
370370
- git submodule update --init
371371
- name: mariadb10.3-php7.3
372-
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
372+
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
373373
commands:
374374
- bash tests/drone-run-php-tests.sh || exit 0
375375
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -483,7 +483,7 @@ steps:
483483
commands:
484484
- git submodule update --init
485485
- name: postgres-php7.3
486-
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
486+
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
487487
commands:
488488
- bash tests/drone-run-php-tests.sh || exit 0
489489
- sleep 10 # gives the database enough time to initialize
@@ -519,7 +519,7 @@ steps:
519519
commands:
520520
- git submodule update --init
521521
- name: postgres-php7.3
522-
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
522+
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
523523
commands:
524524
- bash tests/drone-run-php-tests.sh || exit 0
525525
- sleep 10 # gives the database enough time to initialize
@@ -703,7 +703,7 @@ steps:
703703
commands:
704704
- git submodule update --init
705705
- name: mysqlmb4-php7.3
706-
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
706+
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
707707
commands:
708708
- bash tests/drone-run-php-tests.sh || exit 0
709709
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
@@ -1728,7 +1728,7 @@ steps:
17281728
commands:
17291729
- git submodule update --init
17301730
- name: acceptance-access-levels
1731-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
1731+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
17321732
commands:
17331733
- 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
17341734

@@ -1758,7 +1758,7 @@ trigger:
17581758
# commands:
17591759
# - git submodule update --init
17601760
#- name: acceptance-app-comments
1761-
# image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
1761+
# image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
17621762
# commands:
17631763
# - 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
17641764
#
@@ -1788,7 +1788,7 @@ steps:
17881788
commands:
17891789
- git submodule update --init
17901790
- name: acceptance-app-files
1791-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
1791+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
17921792
commands:
17931793
- 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
17941794

@@ -1818,7 +1818,7 @@ steps:
18181818
commands:
18191819
- git submodule update --init
18201820
- name: acceptance-app-files-sharing
1821-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
1821+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
18221822
commands:
18231823
- 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
18241824

@@ -1848,7 +1848,7 @@ steps:
18481848
commands:
18491849
- git submodule update --init
18501850
- name: acceptance-app-files-sharing-link
1851-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
1851+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
18521852
commands:
18531853
- 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
18541854

@@ -1878,7 +1878,7 @@ steps:
18781878
commands:
18791879
- git submodule update --init
18801880
- name: acceptance-app-files-tags
1881-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
1881+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
18821882
commands:
18831883
- 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
18841884

@@ -1908,7 +1908,7 @@ steps:
19081908
commands:
19091909
- git submodule update --init
19101910
- name: acceptance-app-theming
1911-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
1911+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
19121912
commands:
19131913
- 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
19141914

@@ -1938,7 +1938,7 @@ steps:
19381938
commands:
19391939
- git submodule update --init
19401940
- name: acceptance-header
1941-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
1941+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
19421942
commands:
19431943
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-header --selenium-server selenium:4444 allow-git-repository-modifications features/header.feature
19441944

@@ -1968,7 +1968,7 @@ steps:
19681968
commands:
19691969
- git submodule update --init
19701970
- name: acceptance-login
1971-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
1971+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
19721972
commands:
19731973
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-login --selenium-server selenium:4444 allow-git-repository-modifications features/login.feature
19741974

@@ -1998,7 +1998,7 @@ steps:
19981998
commands:
19991999
- git submodule update --init
20002000
- name: acceptance-users
2001-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
2001+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
20022002
commands:
20032003
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-users --selenium-server selenium:4444 allow-git-repository-modifications features/users.feature
20042004

@@ -2028,7 +2028,7 @@ steps:
20282028
commands:
20292029
- git submodule update --init
20302030
- name: acceptance-apps
2031-
image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2
2031+
image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
20322032
commands:
20332033
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-apps --selenium-server selenium:4444 allow-git-repository-modifications features/apps.feature
20342034

@@ -2287,7 +2287,7 @@ trigger:
22872287
# commands:
22882288
# - git submodule update --init
22892289
#- name: memcache-redis-cluster
2290-
# image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
2290+
# image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
22912291
# commands:
22922292
# - phpenmod xdebug
22932293
# - sleep 20

0 commit comments

Comments
 (0)