-
Notifications
You must be signed in to change notification settings - Fork 205
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 perf_speedy report #8655
fix perf_speedy report #8655
Conversation
ci/cron/daily-compat.yml
Outdated
@@ -23,53 +23,6 @@ schedules: | |||
always: true | |||
|
|||
jobs: | |||
- job: compatibility_ts_libs |
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’m confused, why is there so much deleted stuff?
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.
Second commit will be dropped before merging; only the first one needs review. Sorry, should have mentioned that.
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.
Well actually, that failed, so hold off on reviewing.
9521553
to
eed589b
Compare
The report currently chokes on quotes in the commit message (see 550aa48). Rather than trying to correctly excape things in Bash, this PR delegates the quote handling to jq, because having to deal with Bash embedded in YAML is hard enough. CHANGELOG_BEGIN CHANGELOG_END
eed589b
to
90028bb
Compare
Oh, forgot to update: this is now fully working and thus ready for review. You can see there's a quote in the commit title and the compat tests (and thus the perf) have run successfully. |
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.
Thanks!
The report currently chokes on quotes in the commit message (see 550aa48). Rather than trying to correctly excape things in Bash, this PR delegates the quote handling to jq, because having to deal with Bash embedded in YAML is hard enough.
CHANGELOG_BEGIN
CHANGELOG_END