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

provide hooks for CI environment outside of version control #236

Closed
adriaanm opened this issue Sep 29, 2016 · 3 comments
Closed

provide hooks for CI environment outside of version control #236

adriaanm opened this issue Sep 29, 2016 · 3 comments

Comments

@adriaanm
Copy link
Contributor

... since they are subject to forces outside of version control

use case: being able to bump the EC2 instance type to get more RAM/CPU without breaking all pending PRs because partest runs out of ram in this new environment. We should not have to depend on everyone rebasing on our latest fix to counter-act these changes, so that means that e.g., concurrency and Java heap sizing should be configurable using environment vars?

@adriaanm
Copy link
Contributor Author

adriaanm commented Sep 29, 2016

For now, I've reverted my desperate change to bump our EC2 instance type as it had these unexpected consequences. We first need to prepare for those with something along the lines of scala/scala#5434 or perhaps more generally hooks in our CI scripts so that we can control them outside of git.

@dwijnand
Copy link
Member

Seems hard and at the same time not a problem these days - Seth Tisue.

@SethTisue
Copy link
Member

My name is Seth Tisue and I endorse this message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants