Skip to content

Upload new data to Artifactory (CLI)

P. L. Lim edited this page Sep 3, 2025 · 1 revision

If you have the new truth from HST RT run, find it under scsb-hstcal-results Artifactory (e.g., 2025-09-03_GITHUB_CI_Linux-X64-py3.11-1073). Expand that run folder and the new outputs would be listed in sub-directories named after the failed tests.

Download those files to your local directory, for example:

mkdir my_new_truths
cd my_new_truths
jfrog rt dl scsb-hstcal-results/2025-09-03_GITHUB_CI_Linux-X64-py3.11-1073/ ./

Now you can upload each new truth back to Artifactory, for example:

cd 2025-09-03_GITHUB_CI_Linux-X64-py3.11-1073/
cd test_subarray_darktime_single_1/
jfrog rt u jdtr02oqq_flt_ref.fits scsb-hstcal/dev/acs/wfc/truth/

Also see: https://github.com/spacetelescope/jwst/wiki/Maintaining-Regression-Tests

Clone this wiki locally