Browse Source
Merge pull request #47541 from nextcloud/ci/noid/lighter
ci: Reduce required run time
pull/47540/head
Joas Schilling
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with
11 additions and
11 deletions
-
.github/workflows/autocheckers.yml
-
.github/workflows/integration-dav.yml
-
.github/workflows/integration-litmus.yml
-
.github/workflows/integration-sqlite.yml
-
.github/workflows/object-storage-azure.yml
-
.github/workflows/object-storage-s3.yml
-
.github/workflows/object-storage-swift.yml
-
.github/workflows/openapi.yml
-
.github/workflows/phpunit-memcached.yml
-
.github/workflows/phpunit-nodb.yml
-
.github/workflows/phpunit-sqlite.yml
|
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.3'] |
|
|
|
php-versions: ['8.1'] |
|
|
|
|
|
|
|
name: PHP checkers |
|
|
|
|
|
|
|
|
|
|
|
@ -43,7 +43,7 @@ jobs: |
|
|
|
# do not stop on another job's failure |
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
php-versions: ['8.3'] |
|
|
|
php-versions: ['8.1'] |
|
|
|
endpoint: ['old', 'new'] |
|
|
|
service: ['CalDAV', 'CardDAV'] |
|
|
|
|
|
|
|
|
|
|
|
@ -43,7 +43,7 @@ jobs: |
|
|
|
# do not stop on another job's failure |
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
php-versions: ['8.3'] |
|
|
|
php-versions: ['8.1'] |
|
|
|
endpoint: ['webdav', 'dav'] |
|
|
|
|
|
|
|
name: Litmus WebDAV ${{ matrix.endpoint }} |
|
|
|
|
|
|
|
@ -69,7 +69,7 @@ jobs: |
|
|
|
- 'sharing_features' |
|
|
|
- 'videoverification_features' |
|
|
|
|
|
|
|
php-versions: ['8.2'] |
|
|
|
php-versions: ['8.1'] |
|
|
|
spreed-versions: ['main'] |
|
|
|
|
|
|
|
services: |
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.2', '8.3'] |
|
|
|
php-versions: ['8.1', '8.2'] |
|
|
|
include: |
|
|
|
- php-versions: '8.3' |
|
|
|
coverage: true |
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.2', '8.3'] |
|
|
|
php-versions: ['8.1', '8.2'] |
|
|
|
include: |
|
|
|
- php-versions: '8.3' |
|
|
|
coverage: true |
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.2', '8.3'] |
|
|
|
php-versions: ['8.1', '8.2'] |
|
|
|
include: |
|
|
|
- php-versions: '8.3' |
|
|
|
coverage: true |
|
|
|
|
|
|
|
@ -31,7 +31,7 @@ jobs: |
|
|
|
- name: Set up php |
|
|
|
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 #v2.31.1 |
|
|
|
with: |
|
|
|
php-version: '8.2' |
|
|
|
php-version: '8.1' |
|
|
|
extensions: ctype, curl, dom, fileinfo, gd, json, libxml, mbstring, openssl, pcntl, pdo, posix, session, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
|
|
|
coverage: none |
|
|
|
ini-file: development |
|
|
|
|
|
|
|
@ -55,7 +55,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.2', '8.3'] |
|
|
|
php-versions: ['8.1', '8.3'] |
|
|
|
include: |
|
|
|
- php-versions: '8.2' |
|
|
|
coverage: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
|
|
@ -57,7 +57,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.2', '8.3'] |
|
|
|
php-versions: ['8.1', '8.3'] |
|
|
|
include: |
|
|
|
- php-versions: '8.2' |
|
|
|
coverage: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
|
|
@ -55,7 +55,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.2', '8.3'] |
|
|
|
php-versions: ['8.2', '8.3'] |
|
|
|
include: |
|
|
|
- php-versions: '8.1' |
|
|
|
coverage: ${{ github.event_name != 'pull_request' }} |
|
|
|
|