-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Add linearizability nightlies for release 3.4/3.5 #15106
Add linearizability nightlies for release 3.4/3.5 #15106
Conversation
ad96b83
to
52dbc69
Compare
Codecov Report
@@ Coverage Diff @@
## main #15106 +/- ##
==========================================
- Coverage 74.68% 74.54% -0.15%
==========================================
Files 415 415
Lines 34341 34341
==========================================
- Hits 25649 25599 -50
- Misses 7054 7101 +47
- Partials 1638 1641 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
*) | ||
make gofail-enable | ||
make build | ||
;; |
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.
*) | |
make gofail-enable | |
make build | |
;; | |
main) | |
make gofail-enable | |
make build | |
./bin/etcd --version | |
;; | |
*) | |
echo "Invalid GITHUB_REF: ${GITHUB_REF}" | |
exit 1 | |
;; |
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.
That's not correct because on PR we get GITHUB_REF=refs/pull/<pr_number>/merge
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.
LGTM with a minor comment, please also resolve the conflict.
This CL refactors the tests to reuse a single workflow that has parameters. This is then reused for PRs/pushes and the nightlies. Signed-off-by: Thomas Jungblut <tjungblu@redhat.com> Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
52dbc69
to
ab3c530
Compare
cc @ahrtr @ptabor @tjungblu