hms-dbmi-cellenics / issues

This repository is used to report and track issues
1 stars 0 forks source link

[Development speed improvement] Decouple upload image to ecr from running the tests #18

Closed cosa65 closed 5 months ago

cosa65 commented 10 months ago

Background In ci.yaml when tests fail for a commit, the image from that failed commit doesn't get uploaded to ecr. This is counter productive because we might not care about fixing the tests at that point. For example, if we are testing something in staging we want that image uploaded anyways.

This happens for all services (ui, api, worker, pipeline).

Goal Make the upload to ecr independent from the unit tests running successfully or not.