Skip to content

Implement helm install command for cng orchestrator

Andrejs Cunskis requested to merge andrey-cng-deploy-helm-install into master

What does this MR do and why?

Implements installation of gitlab helm chart in cng orchestrator using specific configuration.

  • Creates deployment command with optional cluster provisioning
  • Implements Kind configuration type fully with necessary pre and post deployment setup for E2E tests to work correctly
  • Adds new tests and refactors existing ones
  • Replaces deployment via shell scripts with the cng command in CI
  • Fixes bug introduced in: !152391 (comment 1918121923)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Full install command with cluster deployment:
image

Part of: gitlab-org/quality/quality-engineering/team-tasks#2570
Closes: gitlab-org/quality/quality-engineering/team-tasks#2692

Edited by Andrejs Cunskis

Merge request reports