-
Notifications
You must be signed in to change notification settings - Fork 22
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
Test clean for resubmission pipeline #1292
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maximenoel8
force-pushed
the
cleanup_pipeline
branch
3 times, most recently
from
September 18, 2024 13:43
2fed09e
to
18b49f5
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
from
October 21, 2024 21:29
7e75787
to
3371f7e
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
5 times, most recently
from
November 4, 2024 02:45
d64e530
to
cc2d8d4
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
11 times, most recently
from
November 11, 2024 00:30
b6c62a8
to
86ac92e
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
from
November 13, 2024 02:35
86ac92e
to
f1bfbf7
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
2 times, most recently
from
November 13, 2024 05:10
bbddf5c
to
9dc36e5
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
7 times, most recently
from
December 10, 2024 21:44
3f2a1bc
to
e500730
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
from
December 10, 2024 21:46
e500730
to
23287e9
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
from
December 11, 2024 00:50
01d5084
to
852f8f7
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
from
December 11, 2024 01:33
ad6e27a
to
d389e21
Compare
maximenoel8
force-pushed
the
cleanup_pipeline
branch
from
December 11, 2024 01:45
dc595fa
to
4573c0d
Compare
srbarrios
approved these changes
Dec 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR ?
This PR gives the possibility to automatically handle the tools resubmission in the context of a release testing using BV.
In this PR there are two parts :
New cleanup pipeline ( for now 4.3 NUE and PRV )
What does this pipeline
Create a pipeline able to clean the server artifacts created during a BV run.
This pipeline will also redeploy the current clients using the new terracumber functionalities to modify a main.tf file.
What does NOT this pipeline
Adding or removing clients from the current deployment.
Redeploying monitoring and proxy.
New python scripts
SUSEManagerCleaner.py
Organize the modules and arguments.
suse_manager_api.py
Call the API ( from controller ) to clean the server artifacts.
suse_manager_ssh.py
Unfortunately, we require a ssh connection to server to remove the know hosts because the clients are fresh deployment.
Could be manage directly in groovy step if we don't want to add this python script.
Testing
Currently tested for debugging BV 4.3 NUE and PRV
Pipeline url : https://ci.suse.de/view/Manager/view/Manager-4.3/job/manager-4.3-qe-build-validation-NUE-cleaning/
What is missing ?
Issues
Related to: