-
Notifications
You must be signed in to change notification settings - Fork 71
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
chore(weave): Add conditional ci #2547
Conversation
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=cc03741fb25eb7c183929c4eb7ea89ed47adb9df |
WEAVE_QUERY_PATHS: 'weave_query/' | ||
WEAVE_JS_PATHS: 'weave-js/' | ||
CORE_INTEGRATION_PATHS: 'weave-js/ weave_query/' | ||
# Everything else is implicitly trace server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need 1 more for trace server?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once we fully isolate trace sdk and trace server, we could further split this
|
||
jobs: | ||
check: | ||
runs-on: ubuntu-latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dude this is LEGIT!
This PR cannot be fully tested e2e until both sides are merged into master because
repository_dispatch
only applies on the master branch (of core), but I have tested the individual pieces and it seems to workCompanion to: https://github.com/wandb/core/pull/24362