Skip to content

Commit

Permalink
Merge pull request #3700 from spacetelescope/0.13.5x
Browse files Browse the repository at this point in the history
0.13.5x
  • Loading branch information
nden authored Jun 19, 2019
2 parents 8564fdb + bb661ea commit f08b786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ if (utils.scm_checkout()) return
env_vars = [
"CRDS_SERVER_URL=https://jwst-crds.stsci.edu",
"CRDS_PATH=./crds_cache",
"CRDS+CONTEXT=jwst_0500.pmap",
]

// pip related setup for local index, not used currently
Expand Down
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bc.build_cmds = [
"pip install pytest-xdist",
]
bc.test_cmds = [
"pytest -r sx -v -n 30 --bigdata --slow \
"pytest -r sx -v -n 30 --bigdata --slow \
--basetemp=${pytest_basetemp} --junit-xml=results.xml \
jwst/tests_nightly/general"
]
Expand Down
3 changes: 2 additions & 1 deletion jwst/associations/lib/rules_level2b.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ def __init__(self, *args, **kwargs):
DMSAttrConstraint(
name='wfsc',
sources=['visitype'],
value='.+wfsc.+',
value='prime_wfsc_sensing_control',
force_unique=True
),
DMSAttrConstraint(
Expand All @@ -889,6 +889,7 @@ def __init__(self, *args, **kwargs):
value='.+(?!nis_extcal).+',
force_unique=False,
)

])

# Now check and continue initialization.
Expand Down

0 comments on commit f08b786

Please sign in to comment.