Skip to content

Commit

Permalink
fix(pipeline.jinja2): Add logspec to docker recipe
Browse files Browse the repository at this point in the history
Docker recipe is required to build pipeline container,
and this container is used in k8s deployment.
At moment kcidb bridge is broken due missing logspec,
fixing that.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Nov 19, 2024
1 parent 3f357cf commit 4a71b7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/docker/fragment/pipeline.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ USER root
# KCIDB python for kcidb bridge service
RUN python3 -m pip install git+https://github.com/kernelci/kcidb.git --break-system-packages

# Install logspec
RUN pip install git+https://github.com/kernelci/logspec.git

USER kernelci
ARG pipeline_url=https://github.com/kernelci/kernelci-pipeline.git
ARG pipeline_rev=main
Expand Down

0 comments on commit 4a71b7f

Please sign in to comment.