diff options
Diffstat (limited to 'sm/pyetc_hst.sm')
-rw-r--r-- | sm/pyetc_hst.sm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm index 10a0e6b..da781aa 100644 --- a/sm/pyetc_hst.sm +++ b/sm/pyetc_hst.sm @@ -29,9 +29,12 @@ TABLE run_tests HOST etcbrady CMD spectro_prod RUN "/data1/nightly/hst_spectro_prod/test-ppsetc -d production etc_hst_spectro" AFTER spectro_medium - CMD release_numpy_1.7.1 RUN "/data1/nightly/hst_release_numpy_1.7.1/test-ppsetc -d numpy_1.7.1 etc_hst_release" + CMD spectro_refactored RUN "/data1/nightly/hst_spectro_refactored/test-ppsetc -d refactored etc_hst_spectro" AFTER spectro_prod + CMD release_numpy_1.7.1 RUN "/data1/nightly/hst_release_numpy_1.7.1/test-ppsetc -d numpy_1.7.1 etc_hst_release" + AFTER spectro_refactored + TABLE import_tests HOST ssb CMD import RUN "test_import pyetc-etcbrady; test_expected etc_hst_daily" |