Hi everyone,

I am writing this email in order to have your opinion on the following :

I am trying to use LAVA Notifications in my LAVA instance. I used the following template in one of my LAVA Test Job Definition files :

notify:
  recipients:
  - to:
     method: email
     email: conrad.djedjebi@linaro.org
  criteria:
    status: complete
  verbosity: verbose
  compare:
    query:
      name: OPTEE_xtest_Jobs
      username: admin
In that template, OPTEE_xtest_Jobs is the name of a query (testjob query) and admin is the user who owns that query. The query is listing all the completed jobs of that kind (I mean that the job I am currently running will be listed in the query OPTEE_xtest_Jobs). 

But each time my LAVA job is completed, I am not getting any email notification.

In my user profil (my user name is conrad in the instance of LAVA I am working on), I already provided an email. So even if I used the following template, I should have get an email notification :

notify:
  recipients:
  - to:
     method: email
     user: conrad
  criteria:
    status: complete
  verbosity: verbose
  compare:
    query:
      name: OPTEE_xtest_Jobs
      username: admin


Is there a point I missed? If anyone has some advices to give me in order to get the notifications work, I would appreciate.


regards,