-
Notifications
You must be signed in to change notification settings - Fork 68
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
fix workflows #330
fix workflows #330
Conversation
Turns out, this only triggers on push to `branch AND path`, when we wanted `branch OR path`
Wiz Scan Summary
|
It didn't improve speed significantly. We rely on forge to pull the required submodules during the pytest run.
This reverts commit e169cae. Much slower than yices, 1h37 vs 25min
[submodule "tests/lib/multicaller"] | ||
path = tests/lib/multicaller | ||
url = https://github.com/Vectorized/multicaller | ||
shallow = true |
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.
what's the effect of this in the normal dev setting for cloning and updating submodules? is this better than having the ci script to use --depth 1 when cloning?
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.
not clear, didn't seem to move metrics. It's also weirdly hard to test, because I can't check out this commit directly. I'm not convinced this does anything 😫
No description provided.