-
Notifications
You must be signed in to change notification settings - Fork 33
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
Switch TOSS4 CI to ruby, remove eng bank #1173
Conversation
@@ -2,10 +2,12 @@ | |||
# This is the shared configuration of jobs for quartz | |||
.on_quartz: | |||
variables: | |||
SCHEDULER_PARAMETERS: "--res=ci --exclusive=user -A ${ALLOC_BANK} --deadline=now+1hour -N ${ALLOC_NODES} -t ${ALLOC_TIME}" | |||
# TODO Re-add eng bank to scheduler parameters once all users have the bank on ruby |
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.
Should probably rename this file.
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.
agreed. ill do that in another pr
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.
Bummer
Which bank will the CI run on with this? |
@white238 may have a better answer, but I believe it is whatever is the default for the user running the CI job. My guess is |
It uses the persons default bank. Most people have one but I have seen cases where people weren't assigned one when given access to the machine. The CI reservation does help with how quickly jobs start so it is not too bad actually. |
Quartz is retiring next week, so we need to switch to ruby.
Until all users have the
eng
bank on ruby, we cannot use it. As a result CI queue times may be longer.