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

Add building stage to the fasttests report, respect existing status on rerun #48935

Merged
merged 2 commits into from
Apr 20, 2023

Conversation

Felixoid
Copy link
Member

@Felixoid Felixoid commented Apr 19, 2023

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Improve the fasttests report by adding the binary build stage to the report. Fail next reruns on non success existing status.

@robot-clickhouse-ci-2 robot-clickhouse-ci-2 added the pr-not-for-changelog This PR should not be mentioned in the changelog label Apr 19, 2023
@Felixoid Felixoid changed the title Add building stage to the fasttests report Add building stage to the fasttests report, respect existing status on rerun Apr 20, 2023
@@ -194,7 +194,12 @@ function build
{
(
cd "$FASTTEST_BUILD"
time ninja clickhouse-bundle 2>&1 | ts '%Y-%m-%d %H:%M:%S' | tee "$FASTTEST_OUTPUT/build_log.txt"
TIMEFORMAT=$'\nreal\t%3R\nuser\t%3U\nsys\t%3S'
Copy link
Member

Choose a reason for hiding this comment

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

Is TIMEFORMAT only used by time?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, to print 75.431 instead of 1m15.431s

@vdimir vdimir self-assigned this Apr 20, 2023
@Felixoid Felixoid merged commit 634cf01 into master Apr 20, 2023
19 of 33 checks passed
@Felixoid Felixoid deleted the fasttests-build-time branch April 20, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-not-for-changelog This PR should not be mentioned in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants