Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split "core" and "connectors" build in CI #3828

Closed
cgardens opened this issue Jun 2, 2021 · 2 comments · Fixed by #4514
Closed

split "core" and "connectors" build in CI #3828

cgardens opened this issue Jun 2, 2021 · 2 comments · Fixed by #4514
Assignees
Labels
build type/enhancement New feature or request

Comments

@cgardens
Copy link
Contributor

cgardens commented Jun 2, 2021

Tell us about the problem you're trying to solve

  • brace yourself the naming here is a big ambiguous with previously existing naming conventions.
  • we have a full build and a shortened build ("CORE_ONLY"). the latter still depends on connectors (for at least formatting).

Describe the solution you’d like

  • my goal is to be able to push a change to the core platform and have only direct dependencies of the core platform are built. nothing to do with connectors. this is to decrease false negatives in build failures (which are relatively frequent).

heads up sherifnada

┆Issue is synchronized with this Asana task by Unito

@cgardens cgardens added the type/enhancement New feature or request label Jun 2, 2021
@michel-tricot
Copy link
Contributor

As long as we can always build everything from a simple gradle command, i am all for it!

@jrhizor
Copy link
Contributor

jrhizor commented Jun 3, 2021

How are you planning on handling normalization? I think that's the only "core" thing that's Python (and 99% of our false negatives are Python related).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants