kbase / execution_engine2

KBase Execution Engine
http://www.kbase.us/services/ee2
MIT License
0 stars 7 forks source link

DEVOPS-2030 Skip Cloudflare at Nersc #489

Closed bio-boris closed 3 weeks ago

bio-boris commented 1 month ago

Description of PR purpose/changes

ee2 was changed to send requests and avoid cloudflare, so send them on the internal network The internal network is not accessible at nersc, so we have to send through cloudflare These changes/hack modify the job runner to replace that URL when it is running at NERSC to the public URL These changes are current deployed on production. You can run a hipmer job to prove it and see that they now run. Corresponding changes in jobRunner are also deployed on production. https://github.com/kbase/JobRunner/pull/87

Testing Instructions

Dev Checklist:

Updating Version and Release Notes (if applicable)