Add clang-tidy run to nightly workflow#498
Merged
limdor merged 11 commits intoJun 3, 2026
Merged
Conversation
…ly_quality Set conclusion and output variables to share the result with the calling workflow
skip Fail check if clang-tidy errors found for nightly job as we will make it impossible to distinguish "the pipeline infrastructure failed" from "we have code quality issues to track.
add clang-tidy workflow to be invoked during the nightly run, download the result, and add it to the dashboard generation
…/<artifact-name>/, but the directory name must have differed from nightly-quality-reports.
…f earlier failures in this case no need for continue-on-error: true in Run Unit Test step
head closes the pipe early, causing find to get SIGPIPE. prevents set -e from failing the step
use `outputs.conclusion` instead of `result` for all three quality jobs — `result` is unreliable when `continue-on-error: true` is in use; guard Extract step on `steps.download-coverage.outcome` to prevent crashing when the download itself fails; download clang-tidy and CodeQL findings to /tmp (not _quality/) since they are only needed by the dashboard generator and must not be deployed to GitHub Pages; replace the dead-code Resolve step with `id: setup` on Allow linux-sandbox, used as a clean infrastructure checkpoint for the dashboard and upload steps
af15216 to
8deb959
Compare
gdadunashvili
approved these changes
Jun 3, 2026
limdor
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.