|
|
@ -34,7 +34,7 @@ widget_test:
|
|
|
|
script: [ flutter test ]
|
|
|
|
script: [ flutter test ]
|
|
|
|
|
|
|
|
|
|
|
|
# the basic integration test configuration testing FLOSS builds on Synapse
|
|
|
|
# the basic integration test configuration testing FLOSS builds on Synapse
|
|
|
|
integration_test:
|
|
|
|
.integration_test:
|
|
|
|
image: registry.gitlab.com/famedly/company/frontend/flutter-dockerimages/integration/stable:${FLUTTER_VERSION}
|
|
|
|
image: registry.gitlab.com/famedly/company/frontend/flutter-dockerimages/integration/stable:${FLUTTER_VERSION}
|
|
|
|
stage: test
|
|
|
|
stage: test
|
|
|
|
services:
|
|
|
|
services:
|
|
|
@ -88,7 +88,7 @@ integration_test:
|
|
|
|
# integration tests for Linux builds
|
|
|
|
# integration tests for Linux builds
|
|
|
|
### disabled because of Linux headless issues
|
|
|
|
### disabled because of Linux headless issues
|
|
|
|
.integration_test_linux:
|
|
|
|
.integration_test_linux:
|
|
|
|
extends: integration_test
|
|
|
|
extends: .integration_test
|
|
|
|
parallel:
|
|
|
|
parallel:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
- HOMESERVER_IMPLEMENTATION:
|
|
|
|
- HOMESERVER_IMPLEMENTATION:
|
|
|
@ -102,8 +102,8 @@ integration_test:
|
|
|
|
artifacts:
|
|
|
|
artifacts:
|
|
|
|
|
|
|
|
|
|
|
|
# extending the default tests to test the Google-flavored builds
|
|
|
|
# extending the default tests to test the Google-flavored builds
|
|
|
|
integration_test_proprietary:
|
|
|
|
.integration_test_proprietary:
|
|
|
|
extends: integration_test
|
|
|
|
extends: .integration_test
|
|
|
|
parallel:
|
|
|
|
parallel:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
- HOMESERVER_IMPLEMENTATION:
|
|
|
|
- HOMESERVER_IMPLEMENTATION:
|
|
|
|