kubeapps icon indicating copy to clipboard operation
kubeapps copied to clipboard

Encapsulate logic scattered in CircleCI Yaml file into script files

Open castelblanque opened this issue 2 years ago • 2 comments

Description:

Encapsulate logic scattered in CircleCI Yaml file into script files (e.g. cluster creation) in order to ease the future transition to Github.

  • Benefit: Having all the logic of E2E execution in proper script files instead of the current mix of code embedded in yaml and other code in script files.

Related to #4096

castelblanque avatar Mar 15 '22 13:03 castelblanque

To be closed when migrating to GitHub actions

ppbaena avatar Aug 29 '22 10:08 ppbaena

This has been mostly achieved in #4436 I keep the issue open to take a second look and see if we still can move some parts to scripts.

beni0888 avatar Nov 07 '22 12:11 beni0888