Hello All,
I am following https://validation.linaro.org/static/docs/v2/results-intro.html for charts and queries. My LAVA version is $ dpkg -l lava-server Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============================================-============================-============================-================================================================================================== ii lava-server 2018.2+7178.53c57de9-1+stret all Linaro Automated Validation Architecture server
I have created "test job" query and added that query while running my job by adding below lines in my job
notify: recipients: - to: method: email user: mayuri criteria: status: complete verbosity: verbose query: name: test_job username: mayuri
But,I am getting only email notifications of test result for this job but, I am not getting any query related information or chart related information through this job. Only one message related to query I am getting which is " No query is set for results comparing"
Please help me in to this.
Regards, Mayuri
Hi Mayuri,
As per https://validation.linaro.org/static/docs/v2/user-notifications.html#result-... you are missing the "compare" block, so instead of:
notify: ...... query: name: test_job username: mayuri
you need:
notify: ..... compare: query: name: test_job username: mayuri
HTH,
On 04/13/2018 07:12 AM, mayuri mohite wrote:
Hello All,
I am following https://validation.linaro.org/static/docs/v2/results-intro.html for charts and queries. My LAVA version is $ dpkg -l lava-server Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============================================-============================-============================-================================================================================================== ii lava-server 2018.2+7178.53c57de9-1+stret all Linaro Automated Validation Architecture server
I have created "test job" query and added that query while running my job by adding below lines in my job
notify: recipients: - to: method: email user: mayuri criteria: status: complete verbosity: verbose query: name: test_job username: mayuri
But,I am getting only email notifications of test result for this job but, I am not getting any query related information or chart related information through this job. Only one message related to query I am getting which is "No query is set for results comparing"
Please help me in to this.
Regards, Mayuri
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
Thanks for your valuable reply but, I want charts for latest completed job. I don't want compared result of all jobs. Is it possible that I can get only latest completed job's chart representation without comparing with other jobs?
Regards.
On Fri, Apr 13, 2018 at 10:42 AM, mayuri mohite mayumohite18393@gmail.com wrote:
Hello All,
I am following https://validation.linaro.org/static/docs/v2/results-intro. html for charts and queries. My LAVA version is $ dpkg -l lava-server Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/ trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description
+++-==============================================-=========
============================================================
ii lava-server 2018.2+7178.53c57de9-1+stret all Linaro Automated Validation Architecture server
I have created "test job" query and added that query while running my job by adding below lines in my job
notify: recipients:
- to: method: email user: mayuri
criteria: status: complete verbosity: verbose query: name: test_job username: mayuri
But,I am getting only email notifications of test result for this job but, I am not getting any query related information or chart related information through this job. Only one message related to query I am getting which is " No query is set for results comparing"
Please help me in to this.
Regards, Mayuri
On 16 April 2018 at 05:40, mayuri mohite mayumohite18393@gmail.com wrote:
Thanks for your valuable reply but, I want charts for latest completed job. I don't want compared result of all jobs. Is it possible that I can get only latest completed job's chart representation without comparing with other jobs?
That would not be a chart so much as a single point (or maybe a series of points in a single vertical line).
The latest completed job is available directly as a set of test suite results but a chart requires a trend, typically historical data for similar jobs which completed at some point in the past. The number of comparison jobs can be limited but I'm not sure what you are expecting of a single job "chart".
Regards.
On Fri, Apr 13, 2018 at 10:42 AM, mayuri mohite <mayumohite18393@gmail.com
wrote:
Hello All,
I am following https://validation.linaro.org/ static/docs/v2/results-intro.html for charts and queries. My LAVA version is $ dpkg -l lava-server Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig -aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description
+++-==============================================-=========
============================================================
ii lava-server 2018.2+7178.53c57de9-1+stret all Linaro Automated Validation Architecture server
I have created "test job" query and added that query while running my job by adding below lines in my job
notify: recipients:
- to: method: email user: mayuri
criteria: status: complete verbosity: verbose query: name: test_job username: mayuri
But,I am getting only email notifications of test result for this job but, I am not getting any query related information or chart related information through this job. Only one message related to query I am getting which is " No query is set for results comparing"
Please help me in to this.
Regards, Mayuri
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
lava-users@lists.lavasoftware.org