Skip to content

Commit 411fb64

Browse files
authored
Update Notebook CI workflow with CRDS settings
Added CRDS server configuration and pre-processing script to the Notebook CI workflow.
1 parent e7b6800 commit 411fb64

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/notebook-pr.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ on:
1717
- '*.css'
1818
- '*.js'
1919

20-
2120
jobs:
22-
notebook-ci:
21+
notebook-ci:
2322
uses: spacetelescope/notebook-ci-actions/.github/workflows/notebook-ci-unified.yml@v1
2423
with:
2524
execution-mode: 'pr'
@@ -31,7 +30,11 @@ jobs:
3130
enable-execution: true
3231
enable-storage: true # Store outputs to gh-storage on PR
3332
enable-html-build: false # Don't build HTML docs on PR
34-
custom-runner-config: true # Enable ci_config.txt lookup
33+
crds-server-url: 'https://roman-crds.stsci.edu'
34+
crds-context: 'roman_0048.pmap'
35+
crds-path: '/home/runner/crds_cache'
36+
pre-processing-script: 'shared/ci_data_dependencies.py'
37+
custom-runner-config: true
3538
secrets:
3639
CASJOBS_USERID: ${{ secrets.CASJOBS_USERID }}
3740
CASJOBS_PW: ${{ secrets.CASJOBS_PW }}
@@ -40,4 +43,3 @@ jobs:
4043

4144

4245

43-

0 commit comments

Comments
 (0)