om
om copied to clipboard
WIP: Creating CI for the repository
What's new?
- Added CI for the repository.
- On PR:
CI
, andOM container CI
- On merge to
main
:OM Container CD
--> Not tested - On New tag:
Release
--> Needs work
- On PR:
- Refactored
download_product_s3
acceptance tests to use variables.
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
@jaristiz why do we have so many workflows?
I am thinking we could have a single one: CI
. It should build the test image if it doesn't exist, use it and run the tests. If it passes and it's a tag, it should release the product.
Was thinking on having 2 CI (App and Container) and 2 CD, feel free to remove/simplify, the one that is gailing is the CI one.
Thank you! I'll take a stab.
Is this a move away from concourse?
Is this a move away from concourse?
Yes, the idea is to have the CI closer to the code, allowing us to test the code early.
Closed due to staleness