RADAR-base / RADAR-Docker

Integrated Docker Stack for the RADAR mHealth Streaming Platform Components
https://hub.docker.com/u/radarbase/dashboard/
Apache License 2.0
16 stars 16 forks source link

Separate the steps in CI to different jobs #267

Closed yatharthranjan closed 2 years ago

yatharthranjan commented 3 years ago

Since the 3 different stacks can run independent of each other, it might be good to separate the run of hadoop, S3 and firebase messaging stacks into separate CI jobs, so these can be run in parallel and hence complete the CI on PRs faster.

baixiac commented 3 years ago

Although running jobs in parallel is attractive, consideration needs to be taken coz the limit on the maximum number of concurrent jobs currently applies to the entrie GitHub account. So setting the concurrent run for each job to one seems sensical.

yatharthranjan commented 2 years ago

closed by #269