Replies: 2 comments 10 replies
-
I think there is no drawback running many workflows. We optimised them quite a lot already and I guess more optimisations can be done. It is important though to try to reach stability of some of the workflows (e.g. node tests can spuriously fail). |
Beta Was this translation helpful? Give feedback.
-
I am aligned with @ovivoda here. But I want to clarify my viewpoint of alignment. I think we have Github Action files with duplicated code. For example @ovivoda I wanted to write a CI design for Android. But I am too bogged down with work. So I would love if you write it. In my mind, the design should:
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
I saw that there are quite a few Actions workflows defined for the repository.
I think we should start categorising the workflows and decide which ones are mandatory. Maybe all are....
The problem is: too many PR's do not have green light from CI/CD. For this I think we can:
a) Keep the PR's in draft until are validated by the CI/CD. Once we have green light there we should ask for a review.
or
b) Automate actions workflows in our own fork, then have the CI/CD running there, and once we have a green light, publish a PR and ask for review.
or
c) you name it please....
Of course we can differentiate/automate this by platform, folders where the changes are taking place, etc...
Any feedback is appreciated. I'm sure there are other options as well.
Beta Was this translation helpful? Give feedback.
All reactions