|
7 | 7 | commands: |
8 | 8 | - git submodule update --init |
9 | 9 | - 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 |
11 | 11 | commands: |
12 | 12 | - ./autotest-checkers.sh |
13 | 13 | secrets: [ github_token ] |
@@ -224,7 +224,7 @@ steps: |
224 | 224 | commands: |
225 | 225 | - git submodule update --init |
226 | 226 | - 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 |
228 | 228 | commands: |
229 | 229 | - bash tests/drone-run-php-tests.sh || exit 0 |
230 | 230 | - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite |
@@ -261,7 +261,7 @@ steps: |
261 | 261 | commands: |
262 | 262 | - git submodule update --init |
263 | 263 | - 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 |
265 | 265 | commands: |
266 | 266 | - bash tests/drone-run-php-tests.sh || exit 0 |
267 | 267 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite |
@@ -298,7 +298,7 @@ steps: |
298 | 298 | commands: |
299 | 299 | - git submodule update --init |
300 | 300 | - 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 |
302 | 302 | commands: |
303 | 303 | - bash tests/drone-run-php-tests.sh || exit 0 |
304 | 304 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb |
@@ -334,7 +334,7 @@ steps: |
334 | 334 | commands: |
335 | 335 | - git submodule update --init |
336 | 336 | - 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 |
338 | 338 | commands: |
339 | 339 | - bash tests/drone-run-php-tests.sh || exit 0 |
340 | 340 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb |
@@ -369,7 +369,7 @@ steps: |
369 | 369 | commands: |
370 | 370 | - git submodule update --init |
371 | 371 | - 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 |
373 | 373 | commands: |
374 | 374 | - bash tests/drone-run-php-tests.sh || exit 0 |
375 | 375 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb |
@@ -483,7 +483,7 @@ steps: |
483 | 483 | commands: |
484 | 484 | - git submodule update --init |
485 | 485 | - 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 |
487 | 487 | commands: |
488 | 488 | - bash tests/drone-run-php-tests.sh || exit 0 |
489 | 489 | - sleep 10 # gives the database enough time to initialize |
@@ -519,7 +519,7 @@ steps: |
519 | 519 | commands: |
520 | 520 | - git submodule update --init |
521 | 521 | - 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 |
523 | 523 | commands: |
524 | 524 | - bash tests/drone-run-php-tests.sh || exit 0 |
525 | 525 | - sleep 10 # gives the database enough time to initialize |
@@ -703,7 +703,7 @@ steps: |
703 | 703 | commands: |
704 | 704 | - git submodule update --init |
705 | 705 | - 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 |
707 | 707 | commands: |
708 | 708 | - bash tests/drone-run-php-tests.sh || exit 0 |
709 | 709 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 |
@@ -1728,7 +1728,7 @@ steps: |
1728 | 1728 | commands: |
1729 | 1729 | - git submodule update --init |
1730 | 1730 | - 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 |
1732 | 1732 | commands: |
1733 | 1733 | - 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 |
1734 | 1734 |
|
@@ -1758,7 +1758,7 @@ trigger: |
1758 | 1758 | # commands: |
1759 | 1759 | # - git submodule update --init |
1760 | 1760 | #- 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 |
1762 | 1762 | # commands: |
1763 | 1763 | # - 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 |
1764 | 1764 | # |
@@ -1788,7 +1788,7 @@ steps: |
1788 | 1788 | commands: |
1789 | 1789 | - git submodule update --init |
1790 | 1790 | - 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 |
1792 | 1792 | commands: |
1793 | 1793 | - 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 |
1794 | 1794 |
|
@@ -1818,7 +1818,7 @@ steps: |
1818 | 1818 | commands: |
1819 | 1819 | - git submodule update --init |
1820 | 1820 | - 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 |
1822 | 1822 | commands: |
1823 | 1823 | - 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 |
1824 | 1824 |
|
@@ -1848,7 +1848,7 @@ steps: |
1848 | 1848 | commands: |
1849 | 1849 | - git submodule update --init |
1850 | 1850 | - 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 |
1852 | 1852 | commands: |
1853 | 1853 | - 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 |
1854 | 1854 |
|
@@ -1878,7 +1878,7 @@ steps: |
1878 | 1878 | commands: |
1879 | 1879 | - git submodule update --init |
1880 | 1880 | - 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 |
1882 | 1882 | commands: |
1883 | 1883 | - 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 |
1884 | 1884 |
|
@@ -1908,7 +1908,7 @@ steps: |
1908 | 1908 | commands: |
1909 | 1909 | - git submodule update --init |
1910 | 1910 | - 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 |
1912 | 1912 | commands: |
1913 | 1913 | - 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 |
1914 | 1914 |
|
@@ -1938,7 +1938,7 @@ steps: |
1938 | 1938 | commands: |
1939 | 1939 | - git submodule update --init |
1940 | 1940 | - 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 |
1942 | 1942 | commands: |
1943 | 1943 | - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-header --selenium-server selenium:4444 allow-git-repository-modifications features/header.feature |
1944 | 1944 |
|
@@ -1968,7 +1968,7 @@ steps: |
1968 | 1968 | commands: |
1969 | 1969 | - git submodule update --init |
1970 | 1970 | - 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 |
1972 | 1972 | commands: |
1973 | 1973 | - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-login --selenium-server selenium:4444 allow-git-repository-modifications features/login.feature |
1974 | 1974 |
|
@@ -1998,7 +1998,7 @@ steps: |
1998 | 1998 | commands: |
1999 | 1999 | - git submodule update --init |
2000 | 2000 | - 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 |
2002 | 2002 | commands: |
2003 | 2003 | - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-users --selenium-server selenium:4444 allow-git-repository-modifications features/users.feature |
2004 | 2004 |
|
@@ -2028,7 +2028,7 @@ steps: |
2028 | 2028 | commands: |
2029 | 2029 | - git submodule update --init |
2030 | 2030 | - 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 |
2032 | 2032 | commands: |
2033 | 2033 | - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-apps --selenium-server selenium:4444 allow-git-repository-modifications features/apps.feature |
2034 | 2034 |
|
@@ -2287,7 +2287,7 @@ trigger: |
2287 | 2287 | # commands: |
2288 | 2288 | # - git submodule update --init |
2289 | 2289 | #- 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 |
2291 | 2291 | # commands: |
2292 | 2292 | # - phpenmod xdebug |
2293 | 2293 | # - sleep 20 |
|
0 commit comments