-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add a job for creating on demand OpenShift clusters #2114
base: master
Are you sure you want to change the base?
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.
please create the task for it
stage('cluster1') { | ||
steps { | ||
createCluster('cluster1') | ||
sleep(time:"${params.CLUSTER_DURATION}",unit:"HOURS") |
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.
What if the spot instance dies? Who will remove the cluster?
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.
nobody, just like in our normal tests
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.
as a solution we can use jenkins master for running these jobs or specify non spot instances (pricier)
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.
@tplavcic The difference is you can run it for 12 hours and spot will have more time to die. I suggest to have https://cloud.cd.percona.com/job/pxc-operator-aws-remove-openshift officially
No description provided.