diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-10-25 13:12:34 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-10-25 15:10:30 -0400 |
commit | 337d265e7a0cb1bdfd86fdf55eaf4a2e36cc2ae5 (patch) | |
tree | 94170fdc150d0bd403e37c1becfb4bebf9abd719 /manifests | |
parent | 77dfb9a45d2cfc5133eb615ae69fa9381e7dc100 (diff) | |
download | build_control-337d265e7a0cb1bdfd86fdf55eaf4a2e36cc2ae5.tar.gz |
Provide isolated home dir override for each job suite.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dev-test.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/dev-test.yaml b/manifests/dev-test.yaml index 2d6be21..3b39ac0 100644 --- a/manifests/dev-test.yaml +++ b/manifests/dev-test.yaml @@ -7,10 +7,11 @@ channel_URL: 'http://ssb.stsci.edu/astroconda-dev' # publication_root path needs to be visible from the slave nodes. publication_root: '/eng/ssb/websites/ssbpublic/astroconda-j-dev-staging' packages: + - py-expression-eval # - drizzlepac # - jwst_gtvt # - jwst - - pandokia +# - pandokia # - crds # - cube-tools # - sphinxcontrib-programoutput |