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 preDeploy in parallel #364

Open
yvespp opened this issue May 23, 2018 · 0 comments
Open

Run preDeploy in parallel #364

yvespp opened this issue May 23, 2018 · 0 comments

Comments

@yvespp
Copy link
Member

yvespp commented May 23, 2018

Liima currently requires a preDeployment script that calls the REST service to move a deployment form preDeploymen to the deployment phase. To make it easier to set up Liima, the logic to run preDeployment in parallel and to update the deployment Job should be moved from the script to Liima itself:

  • Liima should start all preDeployment jobs in parallel.
  • The template generation of preDeployment can run serially. If it fails the deployment should be marked as failed.
  • If a job finished and exit code is 0, Liima should update the job status to successful. If exit code is not 0 Liima should mark the job as failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant