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

Put GitHub event data in task.extra and download it #18930

Merged
merged 1 commit into from Sep 9, 2019

Conversation

jgraham
Copy link
Contributor

@jgraham jgraham commented Sep 9, 2019

This avoids the problem where over-large GH events (e.g. with many
changes) end up causing an exception in libcontainer when it tries to
pass the data to exec.

The tradeoff is that we add an extra HTTP request to the task setup.

@foolip
Copy link
Member

foolip commented Sep 9, 2019

Changes look sensible but something is still wrong: https://tools.taskcluster.net/groups/Z5kR-g-rQ2Oy2Iy6hSYwLA/tasks/VK1Klzn0S42Sk9hyyPbS_Q/details

Happy to review when it's ready, just poke me.

This avoids the problem where over-large GH events (e.g. with many
changes) end up causing an exception in libcontainer when it tries to
pass the data to exec.

The tradeoff is that we add an extra HTTP request to the task setup.
@foolip
Copy link
Member

foolip commented Sep 9, 2019

The Azure Pipelines failure is obviously unrelated, but #18934 is to "fix" it.

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

4 participants