-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
chore(ci): major publish.yml refactoring #22151
Conversation
add missing needs section
e36814a
to
9bdcc65
Compare
name: Download Artifacts | ||
runs-on: ubuntu-20.04 | ||
needs: | ||
- build-x86_64-unknown-linux-gnu-packages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these builds are also repetitive and can be refactored in another PR
Datadog ReportBranch report: ✅ 0 Failed, 7 Passed, 0 Skipped, 25.44s Total Time |
Each job runs on a new clean runner, can't figure out how to share artifacts across jobs. Further refactoring has other complications. This is a low ROI PR as it stands so I will close it. |
Summary
Experiment
Change Type
Is this a breaking change?
How did you test this PR?
https://github.com/vectordotdev/vector/actions/runs/12698476258
Does this PR include user facing changes?
Checklist
Cargo.lock
), pleaserun
dd-rust-license-tool write
to regenerate the license inventory and commit the changes (if any). More details here.References
Ref: #22140