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

Use async apis #10

Merged
merged 11 commits into from
Apr 21, 2019
Merged

Use async apis #10

merged 11 commits into from
Apr 21, 2019

Conversation

derwasp
Copy link
Contributor

@derwasp derwasp commented Apr 17, 2019

  • Use async apis instead of sync apis for everything but the S3 download jobs because of S3: Data read has a different checksum than expected aws/aws-sdk-java-v2#953
  • Actually make the threads setting work: now we can limit the amount of parallel executions with it
  • Download artifacts after each job has finished and not at the end of all the jobs
  • Moved the helper functions to separate files

Closes #6 #2

@derwasp derwasp marked this pull request as ready for review April 20, 2019 13:44
@derwasp derwasp requested a review from a team April 21, 2019 11:12
@derwasp derwasp merged commit 89fab8e into master Apr 21, 2019
@delete-merged-branch delete-merged-branch bot deleted the feature/use-async-apis branch April 21, 2019 11:12
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.

Add the option to limit the amount of the parallel jobs in codebuild
1 participant