Skip to content

Commit

Permalink
switch jenkins runs to use roman-serverless for crds (spacetelescope#946
Browse files Browse the repository at this point in the history
)
  • Loading branch information
braingram authored and ddavis-stsci committed Jan 30, 2024
1 parent b46c149 commit ed3563d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def pip_install_args = "--index-url ${pip_index} --progress-bar=off"
env_vars = [
"TEST_BIGDATA=https://bytesalad.stsci.edu/artifactory",
"CRDS_CONTEXT=roman_0052.pmap",
"CRDS_SERVER_URL=https://serverless",
"CRDS_SERVER_URL=https://roman-serverless",
'CRDS_PATH=/grp/crds/roman/test/',
'DD_ENV=ci',
'DD_SERVICE=romancal',
Expand Down
2 changes: 1 addition & 1 deletion JenkinsfileRT_dev
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def pip_install_args = "--index-url ${pip_index} --progress-bar=off"
env_vars = [
"TEST_BIGDATA=https://bytesalad.stsci.edu/artifactory",
"CRDS_CONTEXT=roman_0052.pmap",
"CRDS_SERVER_URL=https://serverless",
"CRDS_SERVER_URL=https://roman-serverless",
'CRDS_PATH=/grp/crds/roman/test/',
'WEBBPSF_PATH=/grp/jwst/ote/webbpsf-data',
'PYSYN_CDBS=/grp/hst/cdbs',
Expand Down

0 comments on commit ed3563d

Please sign in to comment.