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

Run andi integration and unit tests in parallel #1599

Merged
merged 2 commits into from
Jan 31, 2023

Conversation

c-m-duncan
Copy link
Contributor

@c-m-duncan c-m-duncan commented Jan 30, 2023

Description

Trying to get unit and ingestion tests to run in parallel to speed up deployments that are delayed by flakey tests.

Upside: should increase build time by 2 minutes per run or so

Downside: this does cause the install to happen multiple times, so slightly more space is used. Storing the compiled application / docker container between jobs is technically possible, but rather difficult and not done by this pr.

Reminders:

  • Be mindful of impacts of changing Major/Minor/Patch versions of each elixir app
    • If updating patch version, are you sure there are no chart changes required to maintain functionality? If so, you should bump minor version instead.
    • If updating Major or Minor versions , did you update the sauron chart configuration?
  • If changing elixir code in an "app", did you update the relevant version
    in mix.exs?
  • If altering an API endpoint, was the relevant postman collection updated?
    • If a new version of smart_city is being used (new fields on a struct), were the relevant postman collections updated?

@c-m-duncan c-m-duncan merged commit 8e19523 into master Jan 31, 2023
@c-m-duncan c-m-duncan deleted the andi-tests-parallel-in-ci branch March 16, 2023 15:03
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