mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
ci(github): No longer fail-fast
On average this is costing us more CI time due to flaky tests, then we save by actually skipping them. Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f4cb78b905
commit
893c0b4db5
21 changed files with 15 additions and 6 deletions
1
.github/workflows/files-external-ftp.yml
vendored
1
.github/workflows/files-external-ftp.yml
vendored
|
|
@ -43,7 +43,6 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.4']
|
||||
|
|
|
|||
1
.github/workflows/files-external-s3.yml
vendored
1
.github/workflows/files-external-s3.yml
vendored
|
|
@ -43,6 +43,7 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.2', '8.3', '8.4']
|
||||
include:
|
||||
|
|
|
|||
1
.github/workflows/files-external-sftp.yml
vendored
1
.github/workflows/files-external-sftp.yml
vendored
|
|
@ -43,7 +43,6 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.4']
|
||||
|
|
|
|||
1
.github/workflows/files-external-smb.yml
vendored
1
.github/workflows/files-external-smb.yml
vendored
|
|
@ -43,6 +43,7 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
include:
|
||||
|
|
|
|||
1
.github/workflows/files-external-webdav.yml
vendored
1
.github/workflows/files-external-webdav.yml
vendored
|
|
@ -43,6 +43,7 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.2', '8.3', '8.4']
|
||||
include:
|
||||
|
|
|
|||
1
.github/workflows/files-external.yml
vendored
1
.github/workflows/files-external.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.2', '8.3', '8.4']
|
||||
include:
|
||||
|
|
|
|||
1
.github/workflows/integration-dav.yml
vendored
1
.github/workflows/integration-dav.yml
vendored
|
|
@ -43,7 +43,6 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false' && github.repository_owner != 'nextcloud-gmbh'
|
||||
|
||||
strategy:
|
||||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
|
|
|
|||
1
.github/workflows/integration-litmus.yml
vendored
1
.github/workflows/integration-litmus.yml
vendored
|
|
@ -43,7 +43,6 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false' && github.repository_owner != 'nextcloud-gmbh'
|
||||
|
||||
strategy:
|
||||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
|
|
|
|||
1
.github/workflows/integration-s3-primary.yml
vendored
1
.github/workflows/integration-s3-primary.yml
vendored
|
|
@ -43,7 +43,6 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false' && github.repository_owner != 'nextcloud-gmbh'
|
||||
|
||||
strategy:
|
||||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
|
|
|
|||
1
.github/workflows/object-storage-azure.yml
vendored
1
.github/workflows/object-storage-azure.yml
vendored
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.2']
|
||||
include:
|
||||
|
|
|
|||
1
.github/workflows/object-storage-s3.yml
vendored
1
.github/workflows/object-storage-s3.yml
vendored
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.2']
|
||||
include:
|
||||
|
|
|
|||
1
.github/workflows/object-storage-swift.yml
vendored
1
.github/workflows/object-storage-swift.yml
vendored
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.2']
|
||||
include:
|
||||
|
|
|
|||
1
.github/workflows/phpunit-32bits.yml
vendored
1
.github/workflows/phpunit-32bits.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
container: shivammathur/node:latest-i386
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1','8.3']
|
||||
|
||||
|
|
|
|||
1
.github/workflows/phpunit-mariadb.yml
vendored
1
.github/workflows/phpunit-mariadb.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
mariadb-versions: ['10.3', '10.6', '10.11', '11.4']
|
||||
|
|
|
|||
1
.github/workflows/phpunit-memcached.yml
vendored
1
.github/workflows/phpunit-memcached.yml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.3', '8.4']
|
||||
include:
|
||||
|
|
|
|||
1
.github/workflows/phpunit-mysql-sharding.yml
vendored
1
.github/workflows/phpunit-mysql-sharding.yml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
mysql-versions: ['8.4']
|
||||
|
|
|
|||
1
.github/workflows/phpunit-mysql.yml
vendored
1
.github/workflows/phpunit-mysql.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
mysql-versions: ['8.0', '8.4']
|
||||
|
|
|
|||
1
.github/workflows/phpunit-nodb.yml
vendored
1
.github/workflows/phpunit-nodb.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1', '8.3', '8.4']
|
||||
include:
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ jobs:
|
|||
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
strategy:
|
||||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
|
|
|
|||
1
.github/workflows/phpunit-pgsql.yml
vendored
1
.github/workflows/phpunit-pgsql.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
# To keep the matrix smaller we ignore PostgreSQL versions in between as we already test the minimum and the maximum
|
||||
|
|
|
|||
1
.github/workflows/phpunit-sqlite.yml
vendored
1
.github/workflows/phpunit-sqlite.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
if: needs.changes.outputs.src != 'false'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.2', '8.3', '8.4']
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in a new issue