Skip to content

feat: Include hardware registry info into DB via django command#1905

Open
alanpeixinho wants to merge 1 commit into
kernelci:mainfrom
profusion:feat/hardware-registry
Open

feat: Include hardware registry info into DB via django command#1905
alanpeixinho wants to merge 1 commit into
kernelci:mainfrom
profusion:feat/hardware-registry

Conversation

@alanpeixinho
Copy link
Copy Markdown
Contributor

How to test:

  1. Run migrations ./migrate-app-db.sh. (Using a local database with write permissions)
  2. Run update_hardware_registry poetry run python3 manage.py update_hardware_registry ti.yaml command passing an example of valid hardware registry manifest (https://github.com/kernelci/kernelci-pipeline/blob/main/config/hardware_registry/ti.yaml).
  3. The information should be available in the tables hardware_registry_platform_vendors, hardware_registry_platforms, hardware_registry_processors, hardware_registry_silicon_vendors and hardware_registry_system_modules.

into db

Signed-off-by: Alan Peixinho <alan.peixinho@profusion.mobi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant