The CI has become so confusing #287
Replies: 9 comments
-
I changed two major things about the CI:
The two things are unrelated. So we can still change one without affecting the other, but it seems you are confused because I changed two major things in a short time span. I would say: give it some time and if you still find it annoying after changing your mental model about what's happening then we can look at changing the |
Beta Was this translation helpful? Give feedback.
-
I don't understand this one: in 3a73e49 the |
Beta Was this translation helpful? Give feedback.
-
I'm not sure. I assumed it would be because something was deleted from docker.yml but it's running the docker.yml from |
Beta Was this translation helpful? Give feedback.
-
Sorry, I figured it out. This checkout: kitspace-v2/.github/workflows/docker.yml Lines 232 to 235 in a9d50f0 Needs to be changed to be like this checkout (without the kitspace-v2/.github/workflows/docker.yml Lines 86 to 94 in a9d50f0 Needs to be changed on the master branch docker.yml to have an effect on your runs. EDIT: I changed it: e6c4f2f |
Beta Was this translation helpful? Give feedback.
-
I think the |
Beta Was this translation helpful? Give feedback.
-
I've been thinking maybe we should stop testing across different browsers for the e2e tests. Seems like a lot of repeated tests that are not really about browser compatibility. Functional tests on a component level seem like a better target for cross-browser tests. How come it's 12 now anyway? What's this new kitspace-v2/.github/workflows/docker.yml Lines 223 to 225 in 3123cb2 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
But [1, 2, 3] are just repeating the same tests on the same browser? |
Beta Was this translation helpful? Give feedback.
-
No, Cypress uses kitspace-v2/.github/workflows/docker.yml Lines 300 to 303 in 3123cb2 |
Beta Was this translation helpful? Give feedback.
-
The name of the jobs isn't the name of the commits. Also, it keeps merging unrelated branches into
review
for example while working on #281, the action running the last changes done in the last commit isnot action with commit name.
I think the previous workflow was much better we only need to add merging a PR into
review
whenever it's marked as ready for review. And I don't know what triggers a new build now, #276 is failing on a deleted test! I think this needs to get fixed before merging other PRs.Beta Was this translation helpful? Give feedback.
All reactions