Closed khilman closed 4 years ago
@gctucker this change, combined with kcidb v8 will fix the timestamp issues which are causing kcidb-submit to fail.
Cc: @spbnick
Thanks, let's see if this solves the kcidb submission issue on staging and look for any regression anywhere else. We can leave it on staging until next week since only staging is sending data to kcidb at the moment.
Thank you, Kevin! FWIW, this looks good to me. I can also confirm that both your playground data and the recent data kernelci-backend sends validates correctly now. The recent data also includes all three types of objects: revisions, builds, and tests, and they're all valid. So I would say, ship it :grin:!
Great, thanks for confirming.
Connect to mongodb in timezone aware mode.
This enables all timestamps to include timezone information, which is now required by kcidb schema.
Signed-off-by: Kevin Hilman khilman@baylibre.com