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
As part of validating the module name and version for the new submission pipeline that supports modulectl, we need to check if a newer version already exists. Due to changes in the folder structure for the new submission pipeline, a new script is required to retrieve the list of existing versions of the module.
existing retrieve new and old module version code: kyma/test-infra/blob/feature/new-submission-pipeline/ado/templates/check-module-name-and-version.yaml#L51-L84
Reasons
Support new submission pipeline for the modulectl
Acceptance Criteria
Implement a new script to verify that the newer version has not been persisted before.
Reference this script as a step in the new-check-name-and-version.yaml template
Attachments
The text was updated successfully, but these errors were encountered:
ruanxin
changed the title
[Submission Pipeline] Implement retrieve_old_module_info step in module validation template
[Submission Pipeline] Implement retreive module version step in module validation template
Mar 6, 2025
Description
As part of validating the module name and version for the new submission pipeline that supports modulectl, we need to check if a newer version already exists. Due to changes in the folder structure for the new submission pipeline, a new script is required to retrieve the list of existing versions of the module.
existing retrieve new and old module version code:
kyma/test-infra/blob/feature/new-submission-pipeline/ado/templates/check-module-name-and-version.yaml#L51-L84
Reasons
Support new submission pipeline for the modulectl
Acceptance Criteria
new-check-name-and-version.yaml
templateAttachments
The text was updated successfully, but these errors were encountered: