Skip to content

Commit

Permalink
Merge pull request #39 from Ouranosinc/output-sanitize-for-Finch-nb
Browse files Browse the repository at this point in the history
output-sanitize.cfg: add temp folder from Finch notebook

Blind fix for Pr bird-house/finch#114 since no
updated Finch server for testing.

New regex not adding more errors to Jenkins vs old Finch: http://jenkins.ouranos.ca/job/PAVICS-e2e-workflow-tests/job/output-sanitize-for-Finch-nb/2/console
  • Loading branch information
tlvu authored Mar 17, 2020
2 parents f989f18 + 6cdcba3 commit ae73105
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notebooks/output-sanitize.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ replace: https://WPS_HOST/wpsoutputs/
# output_netcdf='https://pavics.ouranos.ca/wpsoutputs/e8afbb04-42d3-11ea-9531-0242ac12000b/out.nc
regex: https://[a-z0-9_\-\.]+/wpsoutputs/
replace: https://WPS_HOST/wpsoutputs/

[finch-nb-temp-folder]
# Downloading to /tmp/tmp8fi43lm1/frost-days_SRES-A2-experiment_20460101-20650101.nc
regex: /tmp/tmp[a-z0-9]+/
replace: /tmp/tmpRANDOM/

0 comments on commit ae73105

Please sign in to comment.