=== modified file 'doc/changes.rst'
@@ -7,6 +7,8 @@
===========
* Unreleased
+* Create dashboard bundles with the 1.3 format for simplified tag support
+ in the dispatcher (so that test results can carry tags)
.. _version_0_7:
=== modified file 'lava_test/core/artifacts.py'
@@ -171,7 +171,7 @@
test_run['hardware_context'] = hwprofile.get_hardware_context()
# Create the bundle object
self._bundle = {
- 'format': 'Dashboard Bundle Format 1.2',
+ 'format': 'Dashboard Bundle Format 1.3',
'test_runs': [test_run]}
@property