https://github.com/kernelci/kernelci-tekton
KernelCI Tekton Experiments
https://github.com/kernelci/kernelci-tekton
tekton tekton-pipeline
Last synced: 8 months ago
JSON representation
KernelCI Tekton Experiments
- Host: GitHub
- URL: https://github.com/kernelci/kernelci-tekton
- Owner: kernelci
- Created: 2021-01-12T16:56:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-12T21:39:31.000Z (over 4 years ago)
- Last Synced: 2025-01-19T20:25:52.325Z (9 months ago)
- Topics: tekton, tekton-pipeline
- Homepage: https://kernelci.org
- Size: 0 Bytes
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KernelCI Tekton Experiments
===========================This repository contains early experiments using [Tekton](https://tekton.dev/)
with the aim to implement a Cloud-native KernelCI pipeline.Proof of concept
----------------KernelCI already relies on Kubernetes to build Linux kernels with GCE and Azure
clusters. We're now investigating how we can use the full potential of this
technology in order to run other kinds of payloads and come up with a more
scalable design than the current Jenkins pipeline.Initially as a proof-of-concept, the first objectives are to:
* get familiar with Tekton and Kubernetes to better understand what can be done
* determine whether Tekton appears to be a suitable tool for KernelCI's use-case
* identify any weaknesses that might prevent us from using it in productionThis may be done by creating a basic version of the current pipeline used in
production (building kernels, submitting tests...) or by running other
experiments to see how individual features can be used.