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

Include CI pipeline (Github Action) for running integration tests towards AWS #130

Open
onno-vos-dev opened this issue Feb 20, 2023 · 0 comments

Comments

@onno-vos-dev
Copy link
Member

onno-vos-dev commented Feb 20, 2023

Description

The CI pipeline of aws_erlang should include the running of integration tests towards real AWS. Considering that there's a limit to how many requests can be made without incurring costs (which will be blocked), we should be careful regarding running this pipeline to avoid a single user being able to spam the CI and exhaust the limits and avoid any future tests from being able to be run for the remainder of that month.

Acceptance Criteria

  • Setup a CI pipeline which:
    • Runs on a weekly cron basis
    • Triggers whenever a devel-* branch is pushed. This way PR's from forks/branches that touch stuff that should be tested towards AWS, can be tested by pushing a devel-<some-commit-that-should-be-tested>
@onno-vos-dev onno-vos-dev changed the title Include CI pipeline (Github Action) for running integration tests towards AWWS Include CI pipeline (Github Action) for running integration tests towards AWS Feb 20, 2023
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

1 participant