Changes between Version 47 and Version 48 of DevelopmentProcedure


Ignore:
Timestamp:
06/30/15 16:33:08 (10 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v47 v48  
    6666{{{
    6767git reset --hard HEAD
     68}}}
     691. Before pushing the merged development branch back to the central repository, you should run the test suite and view the results.
     70  a. First you will need to make sure your Makefile.inc has PGPLOTPATH defined.  You will also need access to the gnuplot and git programs.
     71  a. Then you can use git to clone a version of the test repo (which I am placing in ~/astrobear_tests)
     72{{{
     73git clone orda@astrobear.pas.rochester.edu/tests ~/astrobear_tests
     74}}}
     75  a. Then you can run
     76{{{
     77make tests NUM_PROC=8 \
     78UPLOAD_RESULTS=johannjc@alfalfa.pas.rochester.edu:/botwindata/scrambler_tests/johannjc/bluehive/tests \
     79TEST_DIR=~/astrobear/tests
     80}}}
     81  a.  You will need to create a symlink from your upload_results directory to
     82{{{
     83ln -s /botwindata/scrambler_tests/johannjc/bluehive/ /botwindata/trac/astrobear/doc/johannjc_bluehive_current_test
     84}}}
     85  a. Then you can view the results on the wiki using the !CurrentTests plugin.
     86{{{
     87[[CurrentTests(johannjc_bluehive, width=300)]]
    6888}}}
    69891. You can then delete the local branch if you've checked out a local copy