open-mpi / mtt

MPI Testing Tool
https://open-mpi.github.io/mtt
Other
62 stars 47 forks source link

Notification on change of trend #582

Open mohanasudhan opened 7 years ago

mohanasudhan commented 7 years ago

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.

  1. Notify if any test config parameter change
  2. Notify if any pattern change on test result (can be positive or negative)
  3. Notify if any new test is added.
mohanasudhan commented 6 years ago

Proposal - 1

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 proposal1

working on POC