-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename module pr pipelines #1477
Rename module pr pipelines #1477
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
asked a question
other than that lgtm
@@ -49,7 +49,7 @@ node('pull-request-test-nue') { | |||
additional_repo_url = params.additional_repo_url; | |||
terraform_parallelism = params.terraform_parallelism; | |||
sumaform_gitrepo = "https://github.com/uyuni-project/sumaform.git"; | |||
sumaform_ref = "master"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we still on the test branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, rename_cucumber_testsuite_module is the branch that has the cucumber testsuite module changes needed for the renaming. I will merge this branch and move the ref back to master once all the renaming is done. The old naming and new naming can't be supported with the same cucumber testsuite module. I need to differentiate as long as we have both naming conventions.
What does this PR do?
Modules components changes:
_
to separate words and make sure module names are compatible with cucumber testsuite module.Remove venv-salt references:
cucumber testsuite module
, simplifying configuration and reducing redundancy.Related to: https://github.com/SUSE/spacewalk/issues/25062
Specific sub-task linked into this PR thread history
Depends on: https://gitlab.suse.de/galaxy/infrastructure/-/merge_requests/989
Depends on uyuni-project/sumaform#1662 but can be merge before. Using this changes in a temporary branch.