ReconfigureIO / platform

The backend of app.reconfigure.io
1 stars 1 forks source link

Pass URL for returned reports to simulations #306

Closed CampGareth closed 5 years ago

CampGareth commented 5 years ago

This is a slightly hacky PR to make platform pass a URL to AWS Batch jobs that they can return reports to platform using. It is the partner to this PR on reco-sdaccel: https://github.com/ReconfigureIO/reco-sdaccel/pull/230

I say slightly hacky because this PR worsens some problems in platform like hardcoded protocols in these URLs, something I'm trying to fix in a separate PR: https://github.com/ReconfigureIO/platform/pull/270

Ultimately, if this is what's present by the tuesday midday deadline for our compiler/reco release then use this PR. If I've superseded it then use that PR.

Checklist