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
We need to design and implement a new submission pipeline dedicated specifically to the modulectl tool. This pipeline should be isolated from the existing pipelines to ensure that changes related to modulectl do not affect the current submission processes.
Requirements:
Based on existing submission-workflow.yaml, we will need to modify or implement the following Azure DevOps pipeline steps:
The existing one is channel based, concaticated by several validation steps as a template check-module-name-and-version.yaml, create new template based on new folder structure
❗ All the steps not mentioned mostly just need to follow the current pipeline structure, but must be verified accordlying. If certain steps script can't be reused, create new one instead of modifing existing one.
Acceptance Criteria
A new submission pipeline is implemented that triggered by updates in module-manifests repo with new folder structures and generates new ModuleTemplate as well as ModuleReleaseMeta in kyma-modules repo.
The text was updated successfully, but these errors were encountered:
Description
We need to design and implement a new submission pipeline dedicated specifically to the
modulectl
tool. This pipeline should be isolated from the existing pipelines to ensure that changes related tomodulectl
do not affect the current submission processes.Requirements:
Based on existing
submission-workflow.yaml
, we will need to modify or implement the following Azure DevOps pipeline steps:check-module-name-and-version.yaml
, create new template based on new folder structuredownload-modulectl
script and reference it in the workflow modulectl#153kyma-alpha-create-module.sh
modulectl-create
script and reference it in the workflow modulectl#154kyma-alpha-create-module.sh
modulectl-create
script and reference it in the workflow modulectl#154❗ All the steps not mentioned mostly just need to follow the current pipeline structure, but must be verified accordlying. If certain steps script can't be reused, create new one instead of modifing existing one.
Acceptance Criteria
module-manifests
repo with new folder structures and generates new ModuleTemplate as well as ModuleReleaseMeta inkyma-modules
repo.The text was updated successfully, but these errors were encountered: