lavacli (1.2-1)
[PTS] [DDPO]
ERROR:
- Git: https://git.lavasoftware.org/lava/lavacli
-
- Branch: master
- Path: debian/changelog
- Repo size: 2469888
- Browser: https://git.lavasoftware.org/lava/lavacli
- Last scan: 2024-12-08 06:53:03+00
- Error: fatal: unable to access 'https://git.lavasoftware.org/lava/lavacli/': Could not resolve host: git.lavasoftware.org
- Next scan: 2024-12-09 07:34:00+00
- Debian changelog in Git:
lavacli (1.9-1) unstable; urgency=medium
[ Chase Qi ]
* New upstream release
-- <remi.duraffort@linaro.org> Wed, 19 Apr 2023 09:55:55 +0200
- This branch is 6 commits ahead of tag v1.9
- Git log:
commit cd3023ba0d3cabc8bd4117275f7305c5490bcb31
Author: Chase Qi <chase.qi@linaro.org>
Date: Tue May 9 12:11:14 2023 +0100
lab: add support for import/apply config files to/from directory
With this change, the lab config path can be one of the following.
* a single config file using `.yaml` extension.
* a directory containing a set of splitted config files.
Signed-off-by: Chase Qi <chase.qi@linaro.org>
commit 5f7ae0834497db56028b4beeadf6f4e2f0d42218
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Fri Jun 2 13:42:11 2023 +0200
Fix test after last commit
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit b6608917ff30933f75f77d5feafd57c3cf06c065
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Fri Jun 2 13:40:19 2023 +0200
scheduler.(device|worker)s.delete where introduced in 2023.05
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit 33164e1e3370d7f4556ec7b4f3d97889e7ee6e73
Author: Chase Qi <chase.qi@linaro.org>
Date: Fri May 19 08:59:00 2023 +0100
lab apply: add support for resource deletion
When `--delete` specified, resources objects that are present on the
lava instance but not in the configuration will be deleted. Device type
object is a special case, it is just hidden in the GUI.
Signed-off-by: Chase Qi <chase.qi@linaro.org>
commit d9a6743b578811deb26ef1a9026a555b2a0a691c
Author: Chase Qi <chase.qi@linaro.org>
Date: Tue May 16 03:52:31 2023 +0100
lab apply: allow to retire/unretire worker/device
Allow user to set worker/device health status directly is a bit
dangerous as it can be changed automatically by HC/test job or
manually by admin.
Introducing non-filed `retire` attribute to allow user to
retire/unretire worker/device. It hides the slightly different logic
behind worker/device health status and unifies the usage for lavacli
user.
`retire: true` sets worker/device health to `RETIRED`; While `retire:
false` sets worker heath to `ACTIVE` and device health to `UNKNOWN`
respectively to bring them back.
The same as devices, retired workers are imported as well so that they
can be un-retired easily.
Only when device/worker deleted or not defined in configure file but
exists on lava server, they will be deleted. This will need another
change.
Signed-off-by: Chase Qi <chase.qi@linaro.org>
commit 7838df757ff807d81d34d0a4e02640055e53c7bb
Author: Chase Qi <chase.qi@linaro.org>
Date: Tue Apr 25 04:58:17 2023 +0100
lab: validate lab config schema
* Support offline config schema validation
* Validate config schema before lab apply
* Add custom validators to validate dependency cross multiple fields
* Add tests for custom validators
Signed-off-by: Chase Qi <chase.qi@linaro.org>