-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: kernelci.org bot <[email protected]>
- Loading branch information
1 parent
fdf3d58
commit 49214d9
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule kernelci-api
updated
7 files
+11 −0 | .github/dependabot.yml | |
+1 −1 | api/config.py | |
+3 −3 | api/templates/manage.html | |
+6 −46 | api/templates/viewer.html | |
+0 −6 | doc/_index.md | |
+1 −1 | docker/api/requirements.txt | |
+1 −1 | pyproject.toml |
Submodule kernelci-core
updated
9 files
+96 −0 | .github/workflows/rootfs.yml | |
+8 −11 | config/core/build-configs.yaml | |
+0 −2 | config/core/test-configs.yaml | |
+18 −12 | kernelci/api/helper.py | |
+6 −0 | kernelci/api/models.py | |
+38 −0 | kernelci/cli/node.py | |
+16 −5 | kernelci/runtime/lava.py | |
+1 −1 | pyproject.toml | |
+1 −1 | requirements.txt |