You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge: [redhat] scripts: sort dumped keys in uki_create_json.py
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7540
JIRA: INTERNAL
~~~
The order of the keys in the json output may change causing unnecessary
churn in the dist-git diffs. Fix this by setting sort_keys=True in the
json.dump() call. Outside of locale sorting differences this should
provide a more stable experience.
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
(cherry picked from commit 4fcf24df7f4ed4a55c5e51f9f631f1ebb07c86f6)
~~~
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
Approved-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Approved-by: Jan Stancek <jstancek@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
0 commit comments