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

fix(ci): don't upload unused build directory artifacts #1123

Merged
merged 3 commits into from
Dec 1, 2023

Conversation

wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

We spend several minutes just waiting for the build artifacts to get uploaded, and then we don't use them... This only uploads the build directory artifact that is used by the clang-tidy-iwyu job (which is, incidentally, associated with the fasted compilation job, the smallest build directory, and fastest upload). This will speed up when the build matrix completes, and when the next set of jobs can start running.

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators @veprbl

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

@wdconinc
Copy link
Contributor Author

Ready for review. Does what it's intended to do: not upload useless things; speed up pipelines.

@wdconinc wdconinc enabled auto-merge November 18, 2023 13:49
@wdconinc wdconinc force-pushed the clang-tidy-iwyu-build-artifact branch from ae79bc8 to 4a3a974 Compare November 25, 2023 19:00
@wdconinc wdconinc force-pushed the clang-tidy-iwyu-build-artifact branch from 4a3a974 to aa7e68e Compare December 1, 2023 02:54
@wdconinc
Copy link
Contributor Author

wdconinc commented Dec 1, 2023

@wdconinc wdconinc added this pull request to the merge queue Dec 1, 2023
Copy link
Member

@veprbl veprbl left a comment

Choose a reason for hiding this comment

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

Diff LGTM

Merged via the queue into main with commit f6ba5bb Dec 1, 2023
67 checks passed
@wdconinc wdconinc deleted the clang-tidy-iwyu-build-artifact branch December 1, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants