aboutsummaryrefslogtreecommitdiff
path: root/sm/pyetc_hst.sm
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-03 12:56:57 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-03 12:57:16 -0400
commit044e2db3b1304062ac7f9ea3b4958e05d9f28a91 (patch)
tree8cb1f961ed23ee90f6456818015ff6af1fa78b65 /sm/pyetc_hst.sm
parent59297fd4343716883b22603498aa043e48981dbe (diff)
downloadsteuermann-044e2db3b1304062ac7f9ea3b4958e05d9f28a91.tar.gz
Initial commit of .gitignore; Delete STScI scripts
Diffstat (limited to 'sm/pyetc_hst.sm')
-rw-r--r--sm/pyetc_hst.sm28
1 files changed, 0 insertions, 28 deletions
diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm
deleted file mode 100644
index 77b4259..0000000
--- a/sm/pyetc_hst.sm
+++ /dev/null
@@ -1,28 +0,0 @@
-####################
-####################
-
-TABLE run_tests HOST etcbrady
-
-# CMD dynamic RUN "/data1/nightly/dynamic/nightly_test_runner -d stuff dynamic"
-
- CMD bit_prod RUN "/data1/nightly/hst_bit_prod/nightly_test_runner -d production bit"
- AFTER OPT dynamic
-
- CMD release_prod RUN "/data1/nightly/hst_release_prod/nightly_test_runner -d production etc_hst_release"
- AFTER bit_prod
-
- CMD release_ssbdev RUN "/data1/nightly/hst_release_ssbdev/nightly_test_runner -d ssbdev etc_hst_release"
- AFTER release_prod
-
- CMD release_new_cdbs RUN "/data1/nightly/hst_release_new_cdbs/nightly_test_runner -d new_cdbs etc_hst_release"
- AFTER release_ssbdev
-
-
-TABLE import_tests HOST ssb
- CMD import RUN "test_import pyetc-etcbrady; test_expected etc_hst_daily"
- AFTER *:run_tests/*
-
-
-TABLE refactored_stats HOST etcbrady
- CMD pyetc_report RUN "/eng/ssb/auto/steuermann_scripts/pyetc_report"
- AFTER ssb:import_tests/*