pangeo-forge / pangeo-forge-orchestrator

Database API and GitHub App backend for Pangeo Forge Cloud.
https://api.pangeo-forge.org/docs
Apache License 2.0
4 stars 1 forks source link

Dataflow integration test inside app container #223

Closed cisaacstern closed 1 year ago

cisaacstern commented 1 year ago

The workflow added here runs the exact test added to runner in https://github.com/pangeo-forge/pangeo-forge-runner/pull/52 inside the orchestrator app container. This should give us additional confidence that there is nothing specific about our client (i.e. app container) environment causing Dataflow submission issues. In the case where this test is passing in pangeo-forge-runner, but failing here, we will know the issue has to do with our app container environment.

cisaacstern commented 1 year ago

As discussed in https://github.com/pangeo-forge/pangeo-forge-orchestrator/issues/225, I'm going to go a different direction with this, so closing this.