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

Split CI/CD configuration #1115

Merged
merged 2 commits into from
Jan 5, 2023
Merged

Conversation

breed808
Copy link
Contributor

@breed808 breed808 commented Jan 1, 2023

build job was redundant for PRs and pushes to master branch, as go build is run in the e2e job.

Linting jobs only need to be run for code changes, and were unnecessarily extending CI duration for documentation changes.

CI duration for PRs has been reduced (10-16min -> 3.5min) by downloading binaries for tools rather than compiling from source

@breed808 breed808 added this to the v0.21.0 milestone Jan 1, 2023
@breed808 breed808 marked this pull request as ready for review January 2, 2023 00:14
@breed808 breed808 requested a review from a team as a code owner January 2, 2023 00:14
`build` job was redundant for PRs and pushes to `master` branch, as `go build`
is run in the e2e job.

Linting jobs only need to be run for code changes, and were unnecessarily
extending CI duration for documentation changes.

Signed-off-by: Ben Reedy <[email protected]>
Compiling of promu tool unnecessarily extended CI duration.

Signed-off-by: Ben Reedy <[email protected]>
@breed808 breed808 merged commit a8fad05 into prometheus-community:master Jan 5, 2023
@breed808 breed808 deleted the ci branch January 5, 2023 12:05
anubhavg-icpl pushed a commit to anubhavg-icpl/windows_exporter that referenced this pull request Sep 22, 2024
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.

1 participant