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: Correct job order #8185

Merged

Conversation

Smjert
Copy link
Member

@Smjert Smjert commented Nov 9, 2023

The check_source_code job was waiting for the same job 2 times, while it should've also waited for the code style job.

Also add a dependency in the build jobs to the libraries manifest check. The general idea is to have quick checks go first and fail everything immediately if something is wrong.

The check_source_code job was waiting for the same job 2 times,
while it should've also waited for the code style job.

Also add a dependency in the build jobs to the libraries manifest check.
The general idea is to have quick checks go first and fail everything
immediately if something is wrong.
@Smjert Smjert added the CI/CD Anything about the Continuous Integration or Continuous Deployment tool used by the repository label Nov 9, 2023
@Smjert Smjert requested a review from a team as a code owner November 9, 2023 16:34
@directionless directionless merged commit ac174de into osquery:master Nov 10, 2023
16 checks passed
@Smjert Smjert deleted the stefano/ci/correct-job-order branch November 10, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Anything about the Continuous Integration or Continuous Deployment tool used by the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants