MantisBT - CDash
View Issue Details
0008616CDashpublic2009-02-25 10:132009-03-28 17:11
Roscoe A. Bartlett 
Julien Jomier 
normalfeaturealways
closedfixed 
 
1.4 
0008616: Sending subproject email address regression lists in XML and updating CDash email lists
I have updated the file:

   Trilinos/cmake/python/data/CDashSubprojectDependencies.xml

that gets submitted to the dashboard with the extended ctest script. Here is what this file looks like now:

<Project name="Trilinos">
  <SubProject name="Teuchos">
    <EmailAddresses>
      <Email addresss="teuchos-regression@software.sandia.gov"/>
    </EmailAddresses>
  </SubProject>
  <SubProject name="RTOp">
    <Dependency name="Teuchos" type="LR"/>
    <EmailAddresses>
      <Email addresss="rtop-regression@software.sandia.gov"/>
    </EmailAddresses>
  </SubProject>
  ...
</Project>

If you could please put in the machinery to add these email addresses as new users and set the Labels according to the Trilinos package, then that would be great.

Note that we may make it so that several subprojects will send regression emails to the same email addressses so please allow for that. Also, I think we do not want to get email alerts for 'Experimental' tests. Also, we don't want to get emails for warnings. Once we have our warnings clean on GCC for a package, we elevate warnings to errors so we will see these as errors. We may need to adjust what groups we send out emails for (especially if we add new types of groups) but for now just not sending out emails for the 'Experimental' group would be great.

The reason that we want to put in this machinery to automatically create these email regression lists and put in all of the hooks to CDash is to make the system more maintainable and less labor intensive.

Thanks,

- Ross


No tags attached.
Issue History
2009-02-25 10:13Roscoe A. BartlettNew Issue
2009-02-25 10:23Bill HoffmanStatusnew => assigned
2009-02-25 10:23Bill HoffmanAssigned To => Julien Jomier
2009-02-27 18:43Julien JomierSummaryCDash Dev: Sending subproject email address regresssion lists in XML and updating CDash email lists => Sending subproject email address regression lists in XML and updating CDash email lists
2009-02-27 18:44Julien JomierNote Added: 0015467
2009-02-27 18:44Julien JomierStatusassigned => resolved
2009-02-27 18:44Julien JomierFixed in Version => 1.4
2009-02-27 18:44Julien JomierResolutionopen => fixed
2009-03-28 17:11Julien JomierStatusresolved => closed

Notes
(0015467)
Julien Jomier   
2009-02-27 18:44   
The feature has been implemented. Note that removing an address from a subproject will not unsubscribe the user, this will have to be done manually. Only the addition is done via the XML file.