Skip to content

Commit

Permalink
switch jenkins runs to use roman-serverless for crds
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 19, 2023
1 parent c5197ba commit 00d0b9e
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_0051.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_0051.pmap",
"CRDS_SERVER_URL=https://serverless",
"CRDS_SERVER_URL=https://roman-serverless",
'CRDS_PATH=/grp/crds/roman/test/',
]
if (env.ENV_VARS) {
Expand Down

0 comments on commit 00d0b9e

Please sign in to comment.