Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Migrate CI from GitLab to GitHub #593

Merged
merged 10 commits into from
Oct 29, 2024
Merged

[ci] Migrate CI from GitLab to GitHub #593

merged 10 commits into from
Oct 29, 2024

Conversation

alvicsam
Copy link
Contributor

@alvicsam alvicsam commented Oct 22, 2024

United 4 backend workflows into one because now each job has its own cache and there is no need to divide them into separate workflows (was done here).

cc https://github.com/paritytech/ci_cd/issues/1053

@alvicsam alvicsam marked this pull request as ready for review October 28, 2024 16:01
@alvicsam alvicsam requested a review from a team as a code owner October 28, 2024 16:01
paths:
- ".github/workflows/backend*"
- "backend/**"
- "!frontend/**"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to exclude frontend? These paths shouldn't collide, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure that there is a reason, it was done previously and I only copy-pasted this part.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would guess that the reason is so that PRs which make only frontend changes don't need to trigger any sort of backend related CI jobs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mutantcornholio meant that "backend/**" should be already enough to trigger backend workflow only for changes in backend path and "!frontend/**" might be redundant.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see! Yeah maybe it was just being extra sure or something then :D

@alvicsam alvicsam merged commit b16ad2e into master Oct 29, 2024
9 checks passed
@alvicsam alvicsam deleted the as-gha-ci branch October 29, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants