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

Improve Github Actions Workflow and GoLint #4672

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

jamlo
Copy link
Contributor

@jamlo jamlo commented Oct 28, 2024

Details:

This PR improves the Go-Linting structure in our CI, as well as move the Github Actions workflows into the "Pipeline" mentality, rather than individual Workflows.

Changes:

  1. Currently Go linting is tightly coupled with pre-commits, which make things very complex and error prone. This commit removes Go linting from any pre-commit logic, and only have it as a first class citizen in Github Actions.
  2. Create the Notion of a pipeline in github actions, and not just standalone workflows. One step towards migrating from BuildKite
  3. Use CI built binaries in Test Containers Suite.

Github actions pipeline will look like this:

Screenshot 2024-10-28 at 6 00 11 PM

jamlo added 2 commits October 28, 2024 16:43
1. Improve go linting and decouple it from pre-commits
2. Create the Notion of a pipeline in github actions, and not just
standalone workflows
3. Use CI built binaries in Test Containers Suite

Linear: https://linear.app/expanso/issue/ENG-292/bring-back-lint
  and https://linear.app/expanso/issue/ENG-286/unify-our-cicd-location

Github: #4639 and #4650
Copy link

linear bot commented Oct 28, 2024

@jamlo jamlo mentioned this pull request Oct 28, 2024
@jamlo jamlo marked this pull request as ready for review October 28, 2024 21:07
@jamlo jamlo requested review from wdbaruni and frrist October 28, 2024 21:07
@jamlo jamlo merged commit 520e46b into main Oct 29, 2024
13 checks passed
@jamlo jamlo deleted the jamlo/eng-292/eng-286/improve-github-actions-flow branch October 29, 2024 15:42
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.

2 participants