Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

how to make lava-docker push job/build information to kernelci-backend (in kernelci-docker) #27

Description

@BIRooter

I used following block notify in lava-docker's job to push test successfully to kernelci-backend (in kernelci-docker):

notify:
criteria:
status: complete
callbacks:
- url: http://192.168.122.208:8000/api/v0.2/jobs/{LAVA_JOB_ID}/tests/?format=json
method: GET
- url: http://192.168.122.208:8081/callback/lava/test?lab_name=lab-01&status={STATUS}&status_string={STATUS_STRING}
method: POST
dataset: all
token: kernelci-token
content-type: json

So, how to push corresponding job and build to kernelci-backend too?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions