You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a modulectl-create script in the test-infra/ado/scripts to run the modulectl create command handling all the changes that were introduced in the modulectl according to the migration guide. Also it needs to support the check only without pushing to the registry (using the --dry-run flag) similar to the script kyma-alpha-create-module.sh.
The moduleTemplate generated should follow a new name which is "moduletemplate-- and the location should be in the Kyma-modules repo but under kyma-modules/{modulename}/{moduletemplate-modulename-version.yaml}. This change also needs to be documented in the Kyma-modules repo instead of having them organized by the release channels.
It should be referenced in the test-infra/templates/submission-workflow.yaml if the result of the decide-if-modulectl-command is true, once for the validation and the other time for the module creation. Check the kyma_alpha_create_module and validate_module_changes as a reference.
Reasons
We need to migrate from Kyma-cli to modulectl create command
ACs
Create modulectl-create script, covering all modulectl features as well as the --dry-run
Reference it in the submission-workflow for validation
Reference it in the submission-workflow for module creation
Change the Kyma-modules repo documentation to reflect the new folder structure
The text was updated successfully, but these errors were encountered:
Description
Create a
modulectl-create
script in the test-infra/ado/scripts to run the modulectl create command handling all the changes that were introduced in the modulectl according to the migration guide. Also it needs to support the check only without pushing to the registry (using the --dry-run flag) similar to the script kyma-alpha-create-module.sh.The moduleTemplate generated should follow a new name which is "moduletemplate-- and the location should be in the Kyma-modules repo but under kyma-modules/{modulename}/{moduletemplate-modulename-version.yaml}. This change also needs to be documented in the Kyma-modules repo instead of having them organized by the release channels.
It should be referenced in the test-infra/templates/submission-workflow.yaml if the result of the
decide-if-modulectl-command
is true, once for the validation and the other time for the module creation. Check the kyma_alpha_create_module and validate_module_changes as a reference.Reasons
We need to migrate from Kyma-cli to modulectl create command
ACs
modulectl-create
script, covering all modulectl features as well as the --dry-runThe text was updated successfully, but these errors were encountered: