Skip to content

Redo CI/CD pipeline

Martin Fontanet requested to merge dev-20230914MF into develop

This PR almost completely rewrites the CI/CD pipeline. In particular:

  • The old Docker build stage has been replaced by a Kaniko build stage for security reasons
  • A unit-testing stage has been added
  • Unnecessary dependencies have been removed
  • The old kubernetes deployment stage has been rewritten to use agentk instead
Edited by Martin Fontanet

Merge request reports