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?
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?