You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notification feature was discussed on last developer meeting but I haven't got time to take this task. Now I am planning to restart and work on it this week. As I am digging on the schema, server side code & infrastructure of MTT, I plan to have this thread and get specific requirement if any.
Here are the usecase i am thinking.
Notify if any test config parameter change
Notify if any pattern change on test result (can be positive or negative)
Notify if any new test is added.
The text was updated successfully, but these errors were encountered:
mohanasudhan
changed the title
Notification on test report trend change
Notification on change of trend
Oct 9, 2017
In this proposal, we will have a daily trigger from cloudwatch, which involves a MTT query of select * for the day. Planning to snapshot the result of query in AWS S3. Another cron job (which is triggered by creation of new s3 result file) compares the results of today and the day before. If any change in parameter or result, email ompi-devel team
Variants: Compute instances can be convert to lambda if possible
Notification feature was discussed on last developer meeting but I haven't got time to take this task. Now I am planning to restart and work on it this week. As I am digging on the schema, server side code & infrastructure of MTT, I plan to have this thread and get specific requirement if any.
Here are the usecase i am thinking.
The text was updated successfully, but these errors were encountered: