OCPBUGS-85566: Allow non-GNSS leap second sources#600
Conversation
Add API to enable / disable leap second sources.
By default (and if leapSources is omitted) all satellite
sources are enabled. To disable sources, specify them
under the plugin gnss->leapSources section:
e825:
devices:
- eno8703
gnss:
disabled: false
leapSources:
navic: false
Signed-off-by: Vitaly Grinberg <vgrinber@redhat.com>
|
/jira cherry-pick OCPBUGS-80924 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lack The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@lack: Jira Issue OCPBUGS-80924 has been cloned as Jira Issue OCPBUGS-85566. Will retitle bug to link to clone. WARNING: Unexpected sprint field type []interface {} on source issue. Please update sprint manually on clone. /retitle OCPBUGS-85566: Allow non-GNSS leap second sources DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@lack: This pull request references Jira Issue OCPBUGS-85566, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@lack: This pull request references Jira Issue OCPBUGS-85566, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (bblock@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/label backport-risk-assessed |
|
/verified later @Bonnie-Block |
|
@lack: This PR has been marked to be verified later by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@lack: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Add API to enable / disable leap second sources.
By default (and if leapSources is omitted) all satellite
sources are enabled. To disable sources, specify them
under the plugin gnss->leapSources section:
e825:
devices:
- eno8703
gnss:
disabled: false
leapSources:
navic: false
Signed-off-by: Vitaly Grinberg vgrinber@redhat.com