Difference between revisions of "2010 Winter Project Week Slicer Dashboard"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(4 intermediate revisions by one other user not shown)
Line 34: Line 34:
 
** the [http://www.cdash.org/CDash/index.php?project=VTK VTK dashboard]
 
** the [http://www.cdash.org/CDash/index.php?project=VTK VTK dashboard]
 
** the [http://www.cdash.org/CDash/index.php?project=Insight ITK dashboard]
 
** the [http://www.cdash.org/CDash/index.php?project=Insight ITK dashboard]
* [http://www.slicer.org/slicerWiki/index.php/Slicer3:Testing Slicer Testing]
+
* [https://www.slicer.org/wiki/Slicer3:Testing Slicer Testing]
 
* [http://www.na-mic.org/Wiki/index.php/NA-MIC-kit-curriculum NA-MIC Curriculum info]
 
* [http://www.na-mic.org/Wiki/index.php/NA-MIC-kit-curriculum NA-MIC Curriculum info]
 
**[http://www.na-mic.org/Wiki/index.php/NA-MIC-kit-curriculum/Testing-Based_Programming/How_to_add_Tests_in_CMake How to Add A Test]
 
**[http://www.na-mic.org/Wiki/index.php/NA-MIC-kit-curriculum/Testing-Based_Programming/How_to_add_Tests_in_CMake How to Add A Test]
Line 47: Line 47:
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
Slicer Dashboard Fest 1.0 has been announced. It will take place on Thursday Jan 7th.
+
* Added Python testing to Slicer (Steve Pieper)
* Presentation uploaded
+
* Fixed bug in Slicer3: Slicer failed to detect a completed command line module (Steve Pieper, Bill Lorensen)
 +
* Presentation uploaded : Testing Motivation
 +
** [[File:TestWeMust-1.0.pdf]]
 
** [[File:TestWeMust-1.0.ogg]]
 
** [[File:TestWeMust-1.0.ogg]]
 +
*** Capuchin chants, from [http://www.freesound.org/samplesViewSingle.php?id=7245 Freesound]
 +
*** Distributed under a [http://creativecommons.org/licenses/sampling+/1.0/ Creative Commons Sampling License]
 +
* Slicer Dashboard Fest 1.0 has been announced. It will take place on Thursday Jan 7th.
 +
** [[2010_Winter_Project_Week_Slicer_Dashboard_Fest_1.0|Dashboard Fest 1.0 Results]]
 
</div>
 
</div>
 
</div>
 
</div>
  
 
<div style="width: 97%; float: left;">
 
<div style="width: 97%; float: left;">

Latest revision as of 18:07, 10 July 2017

Home < 2010 Winter Project Week Slicer Dashboard


Key Investigators

  • Kitware: Luis Ibanez
  • Isomics: Steve Pieper
  • EAB: Bill Lorensen
  • NA-MIC: All Developers

Objective

Reiterate the goals and practices related to using the NA-MIC testing infrastructure for the slicer project.

Goal is to make the Slicer3 dashboard green and have that be the expected state now and into the future. This will allow developers to run tests locally and know when their changes have led to broken tests.

Approach, Plan

Use the Project Week to raise awareness among the developer community of the use of the dashboard and the importance of getting it green and keeping it green.

Review the materials here:


Progress