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

Fix downloader tests by adding floor to MAX_DOWNLOADER_JOBS_PER_NODE #764

Merged
merged 1 commit into from
Oct 31, 2018

Conversation

kurtwheeler
Copy link
Contributor

Issue Number

N/A, failing CI: https://circleci.com/gh/AlexsLemonade/refinebio/8975

Purpose/Implementation Notes

The CI box doesn't have enough RAM for our normal calculation of MAX_DOWNLOADER_JOBS_PER_NODE to work on it. Therefore made it so that value will never go below 5 so we still can run a few jobs at a time on dev and in tests.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)

Functional tests

This is all about CI.

Checklist

  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

@Miserlou Miserlou merged commit d4531e3 into dev Oct 31, 2018
kurtwheeler pushed a commit that referenced this pull request Jan 10, 2019
Fix downloader tests by adding floor to MAX_DOWNLOADER_JOBS_PER_NODE
@wvauclain wvauclain deleted the kurtwheeler/fix-dl-jobs branch July 11, 2019 19:28
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

Successfully merging this pull request may close these issues.

2 participants