-
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
Paygo aws pipeline #1021
Paygo aws pipeline #1021
Conversation
f956277
to
92c83b0
Compare
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.
I don't see any issues, looks good
jenkins_pipelines/environments/common/pipeline-build-validation-aws.groovy
Show resolved
Hide resolved
sle12sp5_client_configuration = module.sles12sp5-client.configuration | ||
sle12sp5_minion_configuration = module.sles12sp5-minion.configuration | ||
sle12sp5_sshminion_configuration = module.sles12sp5-sshminion.configuration | ||
|
||
sle15sp4_client_configuration = module.sles15sp4-client.configuration | ||
sle15sp4_minion_configuration = module.sles15sp4-minion.configuration | ||
sle15sp4_sshminion_configuration = module.sles15sp4-sshminion.configuration | ||
|
||
sle15sp5_minion_configuration = module.sles15sp5-minion.configuration |
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 using the no-paygo minions anywhere for this PAYGO AWS Pipeline?
Would it make sense to test something not PAYG related on this pipeline?
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.
It doesn't cost much to add those minions and give us some feedback on paygo server. During my manual testing, I found some issues testing 'classic' minions with the paygo server. Just checking if the repositories are available is not enough in my opinion. Maybe we could limit it to minion. But it's really free to add those extra minions . I don't have server instability on AWS ( also with limited minions ).
What does this PR ?
Add a new deployment description using paygo instances
This new deployment is needed to test paygo in AWS using testsuite.
Remove known unsupported clients for paygo setup:
Depends on :