-
Notifications
You must be signed in to change notification settings - Fork 984
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
nix: skip git-lfs checks failing on darwin #16386
Conversation
Jenkins BuildsClick to see older builds (8)
|
425222c
to
772cc2a
Compare
@yqrashawn that's a different issue, unreated to this PR. See this: |
772cc2a
to
4d82d5b
Compare
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.
Thanks. Makes sense to me.
On macOS `git-lfs` checks fail sometimes and they also take a lot of time to execute. ```log FAIL github.com/git-lfs/git-lfs/v3/lfshttp 0.820s FAIL error: builder for '/nix/store/abd6spw876qvcmlpcwsljsnbpbnvx1fg-git-lfs-3.3.0.drv' failed with exit code 1; last 10 log lines: > Error Trace: certs_test.go:210 > Error: Expected value not to be nil. > Test: TestCertFromSSLCAPathEnv > certs_test.go:210: > Error Trace: certs_test.go:210 > Error: Expected value not to be nil. > Test: TestCertFromSSLCAPathEnv > FAIL > FAIL github.com/git-lfs/git-lfs/v3/lfshttp 0.820s > FAIL For full logs, run 'nix-store -l /nix/store/abd6spw876qvcmlpcwsljsnbpbnvx1fg-git-lfs-3.3.0.drv'. ``` Failures initially observed by me and @smohamedjavid and then today again reported by @yqrashawn This commit adds a `nix` overlay that skips those checks
4d82d5b
to
1c50dc7
Compare
73% of end-end tests have passed
Failed tests (9)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
Passed tests (24)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
|
On macOS
git-lfs
checks fail sometimes and they also take a lot of time to execute.Failures initially observed by me and @smohamedjavid and then today again reported by @yqrashawn
This PR adds a
nix
overlay that skips those checksstatus: ready