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

CI: check run analysis to post JSON from file #7386

Merged
merged 2 commits into from Jan 26, 2021

Conversation

shlomi-noach
Copy link
Contributor

Description

The check runs analysis CI job sends the contents of the analysis, encoded as base64, with a curl command. Currently as an argument, but that content grew to be too long.

With this PR, we write the content to file, and ask curl to attach it. With this approach the size limitation is lifted.

Related Issue(s)

#7382

Checklist

  • Should this PR be backported?
  • Tests were added or are not required
  • Documentation was added or is not required

Impacted Areas in Vitess

Components that this PR will affect:

CI

cc @deepthi

Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
@deepthi
Copy link
Member

deepthi commented Jan 26, 2021

This looks fine to me. How about also changing the PR template to include CI? Build -> Build/CI.

Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
@shlomi-noach
Copy link
Contributor Author

How about also changing the PR template to include CI?

Added

@deepthi deepthi merged commit 72b75d2 into vitessio:master Jan 26, 2021
@deepthi deepthi deleted the ci-check-runs-analysis-json branch January 26, 2021 18:27
@askdba askdba added this to the v10.0 milestone Feb 8, 2021
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.

None yet

3 participants