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

Update aws test GitHub Actions #110

Merged
merged 5 commits into from
Jun 30, 2020
Merged

Update aws test GitHub Actions #110

merged 5 commits into from
Jun 30, 2020

Conversation

ggabernet
Copy link
Member

Many thanks to contributing to nf-core/atacseq!

Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).

PR checklist

  • This comment contains a description of changes (with reason)
  • If you've fixed a bug or added code that should be tested, add tests!
  • If necessary, also make a PR on the nf-core/atacseq branch on the nf-core/test-datasets repo
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Make sure your code lints (nf-core lint .).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: https://github.com/nf-core/atacseq/tree/master/.github/CONTRIBUTING.md

@ggabernet ggabernet marked this pull request as draft June 19, 2020 09:45
@ggabernet ggabernet marked this pull request as ready for review June 30, 2020 08:53
@ggabernet ggabernet requested a review from drpatelh June 30, 2020 08:53
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
TOWER_ACCESS_TOKEN: ${{secrets.AWS_TOWER_TOKEN}}
#AWS_JOB_DEFINITION: ${{secrets.AWS_JOB_DEFINITION}}
Copy link
Member

Choose a reason for hiding this comment

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

Why is this commented out @ggabernet?

--region eu-west-1 \
--job-name nf-core-atacseq \
--job-queue $AWS_JOB_QUEUE \
--job-definition nextflow-4GiB \
Copy link
Member

Choose a reason for hiding this comment

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

We may not need this larger instance and the garbage collection (-XX:+UseG1GC) after we have implemented Paolo's config trick.

Copy link
Member Author

Choose a reason for hiding this comment

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

Hi yes, that is right, but this is not yet implemented in the awsbatch.config. That's the same reason why the env variable $AWS_JOB_DEFINITION is commented out above.

Copy link
Member

Choose a reason for hiding this comment

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

Ah ok. Thanks 👍

@drpatelh drpatelh merged commit 9245dbf into nf-core:dev Jun 30, 2020
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