mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-11-15 12:17:25 +01:00
chore: move to shared runners
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
dfd9106e56
commit
42869d9027
@ -58,13 +58,13 @@ integration_test:
|
|||||||
# ensure the homeserver works
|
# ensure the homeserver works
|
||||||
- curl docker:8008/_matrix/static/ 2> /dev/null | grep "It works! Synapse is running"
|
- curl docker:8008/_matrix/static/ 2> /dev/null | grep "It works! Synapse is running"
|
||||||
script:
|
script:
|
||||||
|
- flutter devices
|
||||||
- flutter pub get
|
- flutter pub get
|
||||||
- flutter test integration_test
|
- flutter test -d emulator-5554 integration_test
|
||||||
tags:
|
tags:
|
||||||
- famedly
|
- fluffychat
|
||||||
- docker
|
- docker
|
||||||
timeout: 20m
|
timeout: 20m
|
||||||
when: manual
|
|
||||||
|
|
||||||
# extending the default tests to test the Google-flavored builds
|
# extending the default tests to test the Google-flavored builds
|
||||||
integration_test_google:
|
integration_test_google:
|
||||||
@ -72,7 +72,7 @@ integration_test_google:
|
|||||||
script:
|
script:
|
||||||
- git apply ./scripts/enable-android-google-services.patch
|
- git apply ./scripts/enable-android-google-services.patch
|
||||||
- flutter pub get
|
- flutter pub get
|
||||||
- flutter test integration_test
|
- flutter test -d emulator-5554 integration_test
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
# extending the default tests to use Conduit as local homeserver
|
# extending the default tests to use Conduit as local homeserver
|
||||||
@ -88,7 +88,6 @@ integration_test_conduit:
|
|||||||
- scripts/integration-prepare-homeserver.sh
|
- scripts/integration-prepare-homeserver.sh
|
||||||
# ensure the homeserver works
|
# ensure the homeserver works
|
||||||
- curl docker:8008/_matrix/static/ 2> /dev/null | grep "M_NOT_FOUND" 1> /dev/null && echo "Conduit is running!"
|
- curl docker:8008/_matrix/static/ 2> /dev/null | grep "M_NOT_FOUND" 1> /dev/null && echo "Conduit is running!"
|
||||||
when: manual
|
|
||||||
|
|
||||||
# extending the default tests to use Dendrite as local homeserver
|
# extending the default tests to use Dendrite as local homeserver
|
||||||
integration_test_dendrite:
|
integration_test_dendrite:
|
||||||
@ -103,7 +102,6 @@ integration_test_dendrite:
|
|||||||
- scripts/integration-prepare-homeserver.sh
|
- scripts/integration-prepare-homeserver.sh
|
||||||
# ensure the homeserver works
|
# ensure the homeserver works
|
||||||
- curl docker:8008/_matrix/static/ 2> /dev/null | grep "404 page not found" 1> /dev/null && echo "Dendrite is running!"
|
- curl docker:8008/_matrix/static/ 2> /dev/null | grep "404 page not found" 1> /dev/null && echo "Dendrite is running!"
|
||||||
when: manual
|
|
||||||
|
|
||||||
release_mode_launches:
|
release_mode_launches:
|
||||||
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}
|
||||||
@ -114,10 +112,9 @@ release_mode_launches:
|
|||||||
# generate temporary release build configuration and ensure app launches
|
# generate temporary release build configuration and ensure app launches
|
||||||
- scripts/integration-check-release-build.sh
|
- scripts/integration-check-release-build.sh
|
||||||
tags:
|
tags:
|
||||||
- famedly
|
- fluffychat
|
||||||
- docker
|
- docker
|
||||||
timeout: 20m
|
timeout: 20m
|
||||||
when: manual
|
|
||||||
|
|
||||||
release_mode_launches_google:
|
release_mode_launches_google:
|
||||||
extends: release_mode_launches
|
extends: release_mode_launches
|
||||||
@ -171,6 +168,9 @@ build_android_apk:
|
|||||||
when: on_success
|
when: on_success
|
||||||
paths:
|
paths:
|
||||||
- build/android/app-release.apk
|
- build/android/app-release.apk
|
||||||
|
tags:
|
||||||
|
- fluffychat
|
||||||
|
- docker
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- tags
|
- tags
|
||||||
@ -186,6 +186,9 @@ build_android_appbundle:
|
|||||||
paths:
|
paths:
|
||||||
- build/android/app-release.aab
|
- build/android/app-release.aab
|
||||||
resource_group: playstore_release
|
resource_group: playstore_release
|
||||||
|
tags:
|
||||||
|
- fluffychat
|
||||||
|
- docker
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user