yocto-tekton
yocto-tekton copied to clipboard
Configuration files and tools for building maintaining Yocto layers using Tekton Pipelines
The meta-python-build-patches, meta-python-build-ptest-container, and meta-python-run-ptest tasks currently only present output in their pipeline/task/step logs (CLI or via the Tekton Dashboard). There should be a step/task that sends an email to...
Right now, patches submitted for the meta-python layer are detected using git log filters for changes to recipe files (i.e. ".bb" and ".inc"), but this limits a more complete analysis...
The container registry included is a hacky solution to support the existing test workflow, but it lacks some security measures and ease-of-configuration that would make it more usable to others.
Users should be able to target a kustomization.yaml with `kubectl apply -k` to install the necessary bits, rather than having to manually install them. May also be covered by #10
The current instructions work, but since they are manual they're still prone to error. Create and test a script that installs and configures a single-node cluster as per the instructions....
Either break all core functionality into bash scripts, or into very discrete steps inside the tasks.
There are attempts under the testimage-work branch to get `bitbake -c testimage` running in a container that lacks kvm and uses SLIRP instead of tun/tap. We need to get that...