You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the pattern that we use for running the SATs against the local CDK to the Connector Builder server.
Note: this should be done after shipping the SAT updates, in case we want to make slight changes during development.
This will involve:
Adapting the script for creating connector images with the local CDK for the Connector Builder server. The script should take an environment variable that indicates where the CDK is located to future-proof us against the Connector Builder server moving to the Cloud monorepo.
When discussing this ticket we decided that there were a few reasons it wasn't high priority:
The Connector Builder server is going to be split into a separate repo, so the flow will necessarily be different.
We're about to launch the Java server for interfacing with the CDK via Docker; we'll have to alter the setup once that's underway.
Testing the Connector Builder server against the local CDK (locally) is not difficult/time-consuming.
Based on that, I'm closing this issue and will open one for running the CB server against a development version of the CDK in CI, which is higher priority.
Extend the pattern that we use for running the SATs against the local CDK to the Connector Builder server.
Note: this should be done after shipping the SAT updates, in case we want to make slight changes during development.
This will involve:
Proof of concept
The text was updated successfully, but these errors were encountered: