Commit graph

285 commits

Author SHA1 Message Date
renovate[bot]
3f7e689a65
Update danger/danger-js action to v12.3.0 2024-05-24 08:03:41 +00:00
ganfra
06d5376adc CI : fix release workflow - concurrency group 2024-05-22 11:46:42 +02:00
Benoit Marty
d2a43392bb Let the CI build APKs for FDroid release. 2024-05-21 14:30:19 +02:00
Jorge Martin Espinosa
29723a691e
Try to fix CI quality flow (#2880)
* Fix CI quality step:
    - Remove the `onCheck` property in the different Kover verify variants in case they caused this.
    - Try splitting quality flow per check to avoid OOM issues.
2024-05-20 12:15:43 +02:00
renovate[bot]
bb96eea4bd
Update kotlin to v0.8.0 (#2854)
* Update kotlin to v0.8.0

* Adapt our setup to `v0.8.0`'s changes

* Make sure verification tasks run on `check` tasks

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2024-05-17 17:07:19 +02:00
Benoit Marty
594d47ee0d Use Python 3.12 to be able to use match structure. 2024-05-13 12:08:05 +02:00
Jorge Martin Espinosa
0ed4109c70
Split Maestro CI flow in 2 jobs. (#2823)
* Split Maestro CI flow in 2 jobs.

This way, if the Maestro test fails for some runtime reason we don't have to build the APK again to re-test it.
2024-05-09 10:25:53 +02:00
renovate[bot]
740571baf3
Update danger/danger-js action to v12.2.0 (#2804)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-06 17:25:28 +02:00
Benoit Marty
6ff1af3276 Add Explicit list of supported languages, generated from Localazy data. 2024-05-06 14:51:19 +02:00
Jorge Martin Espinosa
988057925a
Split building the debug APK in CI (#2774)
* Split building the debug APK in CI

* Split building the debug APK in CI

* Upload only universal APK to save time
2024-04-30 18:42:30 +02:00
renovate[bot]
a427d2ea6c
Update danger/danger-js action to v12 2024-04-16 19:44:41 +00:00
renovate[bot]
4272181cc5
Update gradle/wrapper-validation-action action to v3 2024-04-12 21:32:02 +00:00
renovate[bot]
05ab649b71
Update peaceiris/actions-gh-pages action to v4 2024-04-08 20:05:37 +00:00
Benoit Marty
b7801de3e4 Add issue template for a new Task. 2024-04-03 14:39:51 +02:00
Jorge Martin Espinosa
fde154a284
Remove 'clear cache' CI flow (#2563)
It never worked as expected and keeps failing
2024-03-18 15:25:51 +01:00
Jorge Martin Espinosa
57e6db8144
Move Konsist tests to quality checks (#2558)
* Move `Konsist` tests to quality checks

This should also help us avoid running them for every single test task, including Kover.

* Fix upload report path filter
2024-03-15 18:03:13 +01:00
Jorge Martin Espinosa
810c0ed8f3
Test and verify coverage only on debug variant (#2556)
* Test and verify coverage only on debug variant

* Set files to upload

* Fix also nightlyReports flow
2024-03-15 15:52:33 +01:00
Jorge Martin Espinosa
179579d5e5
Revert "Clear and generate new cache only when merging to develop" (#2550)
This reverts commit ab504a6095.
2024-03-14 13:34:19 +01:00
Jorge Martin Espinosa
ab504a6095
Clear and generate new cache only when merging to develop (#2549)
Clearing the cache regularly doesn't work because on each new merge to develop a new cache of almost 4GB will be created and replace the 'cleared' one.

We can try doing a clean up to this cache we're about to save so it's a bit smaller.
2024-03-14 09:40:34 +01:00
Benoit Marty
f8bdac5fe5 Use nschloe/action-cached-lfs-checkout to retrieve LFS content. 2024-03-08 13:55:58 +01:00
Benoit Marty
cc87ae380e Ensure English screenshots are publish on GitHub pages. 2024-03-08 12:05:24 +01:00
Benoit Marty
b999647674 Add workflow to generate world screenshots and generate GitHub page from it. 2024-03-07 14:40:28 +01:00
Benoit Marty
cc6aeb057e Add a script to check invalid screenshot(s). 2024-03-07 13:49:58 +01:00
Benoit Marty
4f8d3c17f0 Update version in name 2024-03-07 13:49:37 +01:00
Jorge Martin Espinosa
9f4fdd55d0
Add clear gradle cache flow (#2473) 2024-03-07 13:39:02 +01:00
Benoit Marty
2c010c0f14 A gradle task will be run now, so we need Java 17 and gradle setup. 2024-02-29 10:08:24 +01:00
Benoit Marty
609abee809 Generate screenshots for foreign languages ("de" and "fr" for now). #2454 2024-02-28 14:30:34 +01:00
Jorge Martin Espinosa
edf01cf8a7
Bump CI max JVM heap size and CPU usage (#2444)
* Bump CI max JVM heap size and CPU usage

* Bump Heap size a bit more for `build`

* Bump Heap size for tests too
2024-02-27 11:26:56 +01:00
Benoit Marty
15728d6b58 Add prefix MAESTRO_ to Maestro env variable. 2024-02-22 09:29:05 +01:00
Benoit Marty
a2e00801b7 Add RECOVERY_KEY to Maestro env variable. 2024-02-22 09:24:45 +01:00
renovate[bot]
216ed575b9
Update mobile-dev-inc/action-maestro-cloud action to v1.8.1 2024-02-16 12:12:29 +00:00
renovate[bot]
f229659e08
Update rnkdsh/action-upload-diawi action to v1.5.5 2024-02-15 11:33:40 +00:00
Benoit Marty
3f570601ed Remove verbose flag, was added to get more details about an error. 2024-02-07 10:29:18 +01:00
Benoit Marty
6bae19b6b0 Try to get more log from Codecov action. 2024-02-06 20:15:34 +01:00
Benoit Marty
fcb61e7c9f
Merge pull request #2326 from element-hq/renovate/gradle-gradle-build-action-3.x
Update gradle/gradle-build-action action to v3
2024-02-01 15:43:01 +01:00
renovate[bot]
95d9b04616
Update codecov/codecov-action action to v4 (#2331)
* Update codecov/codecov-action action to v4

* Add missing codecov token

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2024-02-01 15:27:27 +01:00
Jorge Martin Espinosa
5202f732cc
Try fixing contributor PR notice (#2335)
* Try fixing contributor PR notice
2024-02-01 15:26:58 +01:00
Benoit Marty
eba1571ad0
Migrate form gradle/gradle-build-action to gradle/actions/setup-gradle
https://github.com/gradle/gradle-build-action
2024-02-01 14:53:28 +01:00
renovate[bot]
5b372dd43f
Update peter-evans/create-pull-request action to v6 (#2327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-31 12:47:07 +01:00
renovate[bot]
6a96bcb07a
Update gradle/gradle-build-action action to v3 2024-01-31 11:34:52 +00:00
renovate[bot]
5cffb013d0
Update gradle/wrapper-validation-action action to v2 (#2315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-30 08:38:09 +01:00
renovate[bot]
a98749bad7
Update gradle/gradle-build-action action to v2.12.0 2024-01-24 22:25:02 +00:00
Jorge Martín
28549068ae Fix nightly build in CI 2024-01-20 16:11:35 +01:00
Benoit Marty
e0d4ece5b7 Fix gradle task ambiguity. 2024-01-11 22:19:43 +01:00
Benoit Marty
a455a03a0f Also export fdroid build as artifact. 2024-01-11 21:42:04 +01:00
Benoit Marty
db6b52f8bf Update gradle tasks and paths regarding the new gplay and fdroid flavor. 2024-01-11 21:42:04 +01:00
Benoit Marty
45fd075752 Kover: we need Xml report as well. 2024-01-09 17:15:37 +01:00
Benoit Marty
3b06576d21 Upgrade Kover to 0.7.5 2024-01-09 10:51:30 +01:00
Benoit Marty
64b4a08b2f Let Renovate upgrade Kover again. 2024-01-08 14:17:37 +01:00
renovate[bot]
3a8bc4cd9c
Update actions/github-script action to v7 (#2152)
* Update actions/github-script action to v7

* Fix issues with both the PR from fork welcome comment and skipping Maestro for PRs coming from forks.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2024-01-04 09:36:40 +01:00