-
Notifications
You must be signed in to change notification settings - Fork 714
Forward priority to k8s #6012
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
Forward priority to k8s #6012
Conversation
650a619
to
ce0b266
Compare
/quicktest-core |
1394300
to
360b124
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.
looks sick
logger.info('_configure_priority_class: ' | ||
f'{updating_existing_msg(priority_class_field, name)}') |
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.
info
level?
- apiGroups: [ "scheduling.k8s.io" ] | ||
resources: [ "priorityclasses" ] | ||
verbs: [ "list", "create", "patch" ] |
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.
will this get updated correctly? Do we need to update any permissions docs or whatever? (Helm chart??)
Tested (run the relevant ones):
bash format.sh
/smoke-test
(CI) orpytest tests/test_smoke.py
(local)/smoke-test -k test_name
(CI) orpytest tests/test_smoke.py::test_name
(local)/quicktest-core
(CI) orpytest tests/smoke_tests/test_backward_compat.py
(local)