Changeset 20058


Ignore:
Timestamp:
02/02/16 23:33:55 (9 years ago)
Author:
glperez
Message:

CHG: Reverting Jenkins Windows to use 5 CPUs.

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

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/jenkins/jenkins.sh

    r19941 r20058  
    309309fi
    310310
     311# This test will allow us to check on the status of the examples.
     312if [ $EXAMPLES_TEST -eq 1]; then
     313        cd $ISSM_DIR/examples
     314fi
     315
    311316#process logs to be junit compatible
    312317#{{{
  • TabularUnified issm/trunk-jpl/jenkins/windows

    r20057 r20058  
    6969#number of cpus used in ISSM installation and compilation (one is usually
    7070#safer as some packages are very sensitive to parallel compilation)
    71 NUMCPUS_INSTALL=4
     71NUMCPUS_INSTALL=5
    7272
    7373#number of cpus used in the nightly runs.
Note: See TracChangeset for help on using the changeset viewer.