Changeset 25704


Ignore:
Timestamp:
10/21/20 10:24:22 (4 years ago)
Author:
jdquinn
Message:

CHG: Disabling 2006 again while debugging to keep Jenkins happy

Location:
issm/trunk-jpl/jenkins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac-dakota

    r25700 r25704  
    8888# - See test417.py for why it is excluded
    8989# - Test 444 fails intermittently under Python with "IndexError: list index out of range"
     90# - Excluding 2006 until it can be debugged (file I/O)
    9091#
    91 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234 235 418 420 444 445]"
    92 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445"
     92MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234 235 418 420 444 445 2006]"
     93PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445 2006"
  • issm/trunk-jpl/jenkins/pine_island-mac-solid_earth

    r25700 r25704  
    8282# See documentation in test/NightlyRun/runme.* for more information.
    8383#
    84 MATLAB_NROPTIONS="'benchmark','slr'"
    85 PYTHON_NROPTIONS="--benchmark slr --exclude 2005"
     84# NOTE:
     85# - Excluding 2006 until it can be debugged (file I/O)
     86#
     87MATLAB_NROPTIONS="'benchmark','slr','exclude',[2006]"
     88PYTHON_NROPTIONS="--benchmark slr --exclude 2005 2006"
  • issm/trunk-jpl/jenkins/ross-debian_linux-dakota

    r25702 r25704  
    8686# NOTE:
    8787# - Errors are large for tests 234, 418, and 420 under Python
    88 # - Excluding 2006 under Python until it can be debugged (PETSc crash)
     88# - Excluding 2006 until it can be debugged (PETSc crash)
    8989#
    90 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')]"
     90MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],exclude,[2006]"
    9191PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 418 420 2006"
  • issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth

    r25702 r25704  
    8787# NOTE:
    8888# - Tests 2002, 2003, 2005, 2010, 2101, and 2021 are excluded as Gmsh produces different-sized meshes on macOS and Linux for 3d objects (archives are generated on macOS).
     89# - Excluding 2006 until it can be debugged (PETSc crash)
    8990#
    90 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2005 2010 2021 2101]"
    91 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2005 2010 2021 2101"
     91MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2005 2006 2010 2021 2101]"
     92PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2005 2006 2010 2021 2101"
Note: See TracChangeset for help on using the changeset viewer.