Commit 976c0c1
docs: update submodules git heads
For deployment we always overwrite to the most recent git,
but for development, we were quite behind in some of the repos.
Signed-off-by: Gustavo Padovan <[email protected]>1 parent 83523f4 commit 976c0c1
File tree
4 files changed
+4
-4
lines changed- kernelci.org/external
4 files changed
+4
-4
lines changed- .github/workflows/docs.yml+60-7
- .github/workflows/poetry.yml+9-4
- .github/workflows/pypi-test.yml-21
- .gitignore+1
- CONTRIBUTING.md+60
- README.md+46-8
- completions/_kci-dev+41
- completions/kci-dev-completion.bash+29
- completions/kci-dev.fish+18
- docs/_index.md+68-39
- docs/checkout.md+19-14
- docs/config.md+42
- docs/config_file.md+44
- docs/maestro-results.md+115
- docs/results.md+357-94
- docs/testretry.md+6-4
- docs/watch.md+42
- hugo.toml+20-4
- kcidev/libs/common.py+134-12
- kcidev/libs/dashboard.py+335
- kcidev/libs/files.py+54
- kcidev/libs/filter_options.py+58
- kcidev/libs/filters.py+306
- kcidev/libs/git_repo.py+438
- kcidev/libs/job_filters.py+79
- kcidev/libs/maestro_common.py+326
- kcidev/main.py+42-18
- kcidev/subcommands/bisect.py+435
- kcidev/subcommands/checkout.py+133-173
- kcidev/subcommands/commit.py+96-10
- kcidev/subcommands/config.py+148
- kcidev/subcommands/maestro/__init__.py+46
- kcidev/subcommands/maestro/results.py+155
- kcidev/subcommands/maestro/validate/__init__.py+45
- kcidev/subcommands/maestro/validate/boots.py+134
- kcidev/subcommands/maestro/validate/builds.py+182
- kcidev/subcommands/maestro/validate/helper.py+400
- kcidev/subcommands/patch.py-58
- kcidev/subcommands/results.py-123
- kcidev/subcommands/results/__init__.py+698
- kcidev/subcommands/results/hardware.py+80
- kcidev/subcommands/results/issues.py+153
- kcidev/subcommands/results/options.py+138
- kcidev/subcommands/results/parser.py+955
- kcidev/subcommands/testretry.py+47-20
- kcidev/subcommands/watch.py+83
- pyproject.toml+18-8
- scripts/check.sh+3-3
- tests/test_filters.py+638
- tests/test_kcidev.py+797-30
- tox.ini+11
Submodule kernelci-api updated 54 files
- .github/workflows/main.yml+18-13
- .github/workflows/test.yml+10-4
- api/admin.py+7-2
- api/config.py+5-1
- api/db.py+76-3
- api/email_sender.py+1-1
- api/main.py+402-117
- api/maintenance.py+84
- api/metrics.py+52
- api/models.py+77-20
- api/pubsub.py+22-1
- api/templates/dashboard.html+1-1
- api/templates/index.html+28
- api/templates/manage.html+1-1
- api/templates/stats.html+355
- api/templates/viewer.html+91-10
- api/user_manager.py+3-2
- dev-docker-compose.yaml+1-1
- doc/api-details.md+181-3
- doc/early-access.md-220
- doc/staging.md+164
- docker-compose.yaml+1-1
- docker/api/requirements.txt+6-5
- kube/aks/api.yaml+12-1
- kube/aks/ingress.yaml+17-3
- kube/aks/mongo.yaml+102
- kube/aks/redis.yaml+5
- kube/minikube/README.md-151
- kube/minikube/api-deployment.yaml-79
- kube/minikube/configmap/api-configmap.yaml-16
- kube/minikube/deployments/db-deployment.yaml-32
- kube/minikube/deployments/redis-deployment.yaml-32
- kube/minikube/deployments/ssh-deployment.yaml-39
- kube/minikube/deployments/storage-deployment.yaml-37
- kube/minikube/init/init-job.yaml-25
- kube/minikube/init/init-pod.yaml-22
- kube/minikube/pvc/db-pvc.yaml-17
- kube/minikube/scripts/clean-all.sh-34
- kube/minikube/scripts/deploy.sh-111
- kube/minikube/scripts/setup_admin_user.sh-2
- kube/minikube/services/api-service.yaml-16
- kube/minikube/services/db-service.yaml-15
- kube/minikube/services/redis-service.yaml-15
- kube/minikube/services/ssh-service.yaml-16
- kube/minikube/services/storage-service.yaml-16
- pyproject.toml+9-6
- scripts/setup_admin_user+9-1
- tests/e2e_tests/conftest.py+4-3
- tests/e2e_tests/test_pipeline.py+1
- tests/e2e_tests/test_user_group_handler.py-61
- tests/unit_tests/conftest.py+9
- tests/unit_tests/test_node_handler.py+14-1
- tests/unit_tests/test_root_handler.py+1-1
- tests/unit_tests/test_token_handler.py+4-1
Submodule kernelci-core updated 248 files
Submodule kernelci-pipeline updated 145 files
0 commit comments