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

Add more extensibility to AWS Batch #10

Merged
merged 6 commits into from
Apr 26, 2021
Merged

Add more extensibility to AWS Batch #10

merged 6 commits into from
Apr 26, 2021

Conversation

aelzeiny
Copy link
Owner

Provide full transparency on how AWS Boto3 APIs get called for AWS Batch & AWS Fargate Executors.

  • BATCH: override _submit_job_kwargs to make modifications to BATCH_SUBMIT_JOB_KWARGS at runtime.
  • FARGATE: override _run_task_kwargs to make modifications to FARGATE_RUN_TASK_KWARGS at runtime.

@aelzeiny aelzeiny force-pushed the submit-job-kwargs branch 5 times, most recently from 9b1106c to 8faaa3d Compare March 15, 2021 21:47
@aelzeiny aelzeiny force-pushed the submit-job-kwargs branch 2 times, most recently from 1028425 to 0d3effe Compare March 15, 2021 22:25
@@ -1,8 +1,15 @@
dist: xenial

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got tests running with just bumping the dist to focal

@leonsmith leonsmith mentioned this pull request Mar 17, 2021
@aelzeiny aelzeiny merged commit 6ce664e into master Apr 26, 2021
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.

None yet

2 participants