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

feature(minimal-kubernetes-support): fix pipeline without deployment #353

Merged
merged 1 commit into from
Nov 16, 2020

Conversation

o-orand
Copy link
Member

@o-orand o-orand commented Nov 9, 2020

Changes proposed in this pull-request:

  • fix pipeline without deployment
  • externalize k8s tasks to ease manual rerun on fly hijack
  • rework scripts support:
    • root-deployments level scripts should be located in <root-deployments-name>/hooks/k8s, instead of <root-deployments-name>/template
    • execute scripts matching pre-deploy*.sh, deploy*.sh or post-deploy*.sh, according to the current step

@o-orand o-orand added this to the 5.1 milestone Nov 13, 2020
@o-orand o-orand added enhancement Feature New Feature bug and removed Feature New Feature enhancement labels Nov 13, 2020
@o-orand o-orand self-assigned this Nov 13, 2020
@o-orand o-orand force-pushed the support-k8s-fixes branch 3 times, most recently from 648ccdb to 92851a1 Compare November 16, 2020 14:34
- fix pipeline without deployment
- externalize k8s tasks to ease manual rerun on fly hijack
- rework scripts support:
  - root-deployments level scripts should be located in `<root-deployments-name>/hooks/k8s`, instead of `<root-deployments-name>/template`
  - execute scripts matching `pre-deploy*.sh`, `deploy*.sh` or `post-deploy*.sh`, according to the current step
- remove COA_deployment__name auto injection
- fail on error in reference dataset
@o-orand o-orand merged commit d69ed69 into develop Nov 16, 2020
@o-orand o-orand deleted the support-k8s-fixes branch November 17, 2020 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant