-
Notifications
You must be signed in to change notification settings - Fork 106
Fetch test data from s3 instead of using git-lfs #925
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
Changes from all commits
ec91017
1884e78
99e29a5
5b528e4
e4e22e9
301c3c2
c63a254
8ccb02b
0bf1440
4f542bb
f7efd2f
1afcbde
bc59fdb
439ced5
ca3bfc3
9ec230f
1b39a10
f6026d0
fb03105
551cda2
cf61e91
e2db09b
115b506
81d4e1f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -137,4 +137,7 @@ dkms.conf | |
| .idea_modules/ | ||
|
|
||
| # docs site | ||
| site/ | ||
| site/ | ||
|
|
||
| # test data | ||
| tests/flow/test_data | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
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 is the reason we are having an additional cache key? Should be the same for both modes, no?
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.
You're right, that's how it was before, but I got
access deniedwhen restoring cache, so I tried this option instead....