Łukasz Magiera
5881edb75e
feat: sched: Cache worker calls
2022-11-29 11:44:57 +01:00
Jiaying Wang
e68b8e96c7
Merge pull request #9745 from filecoin-project/release/v1.18.1
...
build:release: v1.18.1
2022-11-29 00:10:14 -05:00
Jiaying Wang
c32b8af65f
build:release: v1.18.1 prep ( #9744 )
...
* fix: cli: check found before dereferencing SectorInfo
* v1.18.1 prep
* Docsgen-cli
Co-authored-by: Aayush <arajasek94@gmail.com>
Co-authored-by: Geoff Stuart <geoff.vball@gmail.com>
2022-11-28 23:28:32 -05:00
Łukasz Magiera
d82b2a5804
Merge pull request #9738 from filecoin-project/feat/sched-cycle-metrics
...
feat: sched: Add metrics around sched cycle
2022-11-28 23:57:58 +01:00
Łukasz Magiera
285cc66773
Merge pull request #9648 from filecoin-project/fix/snap-abort-cleanup
...
fix: sealing: More complete snapdeals abort cleanup
2022-11-28 23:26:32 +01:00
Łukasz Magiera
8d090ba6b8
snapdeals cleanup: address review
2022-11-28 23:03:07 +01:00
Ian Davis
6455e759e3
Rely on local env varibale instead of context
...
We have this env varible set in the project settings as well as the
CircleCI context. Due to what seems like a bug on CircleCI's eng, the
using the context causes our release flow to halt when some member of
the team initiate releases, but not others. So for now, it's safest to
rely on the project settings, which definitely won't cause this issue.
2022-11-28 19:54:07 +00:00
Łukasz Magiera
8ba4355cab
Merge pull request #9694 from filecoin-project/9159-allow-lotus-worker-to-unseal-sector-even-if-does-not-store-unsealed-data-long-term
...
fix: sealing: Set all path types for Unseal pipeline to sealing storage
2022-11-28 20:15:17 +01:00
Łukasz Magiera
baa107278d
sched: Fix duplicate view on queue sizes
2022-11-28 19:57:51 +01:00
Łukasz Magiera
c0fce07889
sched: Metrics around scheduldng workload
2022-11-28 19:51:18 +01:00
Łukasz Magiera
8e79238284
Merge pull request #9713 from filecoin-project/asr/handle-activating
...
fix: sealer: Tweak confidence for handleUpdateActivating
2022-11-28 19:10:22 +01:00
Łukasz Magiera
bc879c5bd8
feat: sched: Add metrics around sched cycle
2022-11-28 19:07:35 +01:00
Geoff Stuart
949aa26f52
Make gen
2022-11-28 13:05:44 -05:00
Shrenuj Bansal
03aabc3fc6
Make unsealing part of the no local sealing config
2022-11-28 12:27:38 -05:00
Geoff Stuart
68c9db0c82
small fix
2022-11-28 11:03:30 -05:00
Geoff Stuart
1f70ced8e5
Make http server timeouts configurable for cli commands
2022-11-25 17:32:42 -05:00
Geoff Stuart
e6e50ee9f7
more linter
2022-11-25 17:05:41 -05:00
Geoff Stuart
f04aca767f
Maybe rest of linter errors
2022-11-25 16:41:04 -05:00
Geoff Stuart
d2b7c3889b
Add more timeouts
2022-11-25 16:24:09 -05:00
Geoff Stuart
b55e121642
Fix some more linter errors
2022-11-25 16:19:20 -05:00
Geoff Stuart
e737c1e960
Make gen
2022-11-25 16:06:19 -05:00
Ian Davis
e4fe47d598
Add in two missing error checks
2022-11-25 11:43:26 +00:00
Ian Davis
6770cc69d5
go mod tidy
2022-11-25 11:35:57 +00:00
Ian Davis
9f85d3dca7
Address simple linter issues
2022-11-24 16:32:27 +00:00
Rod Vagg
8fd3875069
deps: upgrade go-merkledag to 0.8.1 ( #9717 )
...
Ref: https://github.com/ipfs/go-merkledag/releases/tag/v0.8.1
2022-11-23 19:25:00 -05:00
Aayush
40278cd3c1
Update to go-state-types v0.10.0-alpha-2
2022-11-23 17:36:49 -05:00
Aayush Rajasekaran
1f9c04b3f4
Merge pull request #9714 from filecoin-project/gstuart/update-gst
...
chore: deps: Update go-state-types to v0.10.0-alpha-2
2022-11-23 15:50:42 -05:00
Geoff Stuart
4a91d9dcba
Update go-state-types to v0.10.0-alpha-2
2022-11-23 15:29:46 -05:00
Shrenuj Bansal
fa596eee5b
Move unsealed sector from sealing to long term storage after Unseal
2022-11-23 15:22:14 -05:00
Aayush
355a08cd04
fix: sealer: Tweak confidence for handleUpdateActivating
2022-11-23 14:38:57 -05:00
Ian Davis
ca3b7c3bcf
Also update version in CodeQl analysis github action
2022-11-23 19:32:17 +00:00
Ian Davis
9fb818babf
Update to golang 1.18.8 in places I forgot about
2022-11-23 19:31:10 +00:00
Ian Davis
2e04575654
Update to Go Version 1.18.8
2022-11-23 19:00:19 +00:00
Łukasz Magiera
ea9a8303c8
sealing: tasks: TTReleaseUnsealed -> TTFinalizeUnsealed
2022-11-23 18:57:17 +01:00
Łukasz Magiera
d6f73c1a81
sealing: Address snap cleanup review
2022-11-23 18:57:17 +01:00
Łukasz Magiera
dc6c2b68fe
sealing: Fix tests after finalize changes
2022-11-23 18:57:16 +01:00
Łukasz Magiera
87e5549af5
sealing: Split unsealed cleanup from Finalize
2022-11-23 18:57:16 +01:00
Łukasz Magiera
0bba2bd1ba
sealing: Use FinalizeSector in snap abort for cleanup
2022-11-23 18:57:16 +01:00
Łukasz Magiera
7512f82a8d
make gen
2022-11-23 18:57:16 +01:00
Łukasz Magiera
211712bf6d
itests: Test snapdeals abort cleanup
2022-11-23 18:57:16 +01:00
Łukasz Magiera
4ae2d400d1
Merge pull request #9709 from filecoin-project/id/discontinue-ECR
...
_build_: Remove ECR image publishing
2022-11-23 17:43:46 +01:00
Łukasz Magiera
4c49a4bf67
Merge pull request #9688 from filecoin-project/chore/update-index-provider
...
chore(deps): update index provider 0.9.1
2022-11-23 17:40:09 +01:00
Ian Davis
6b4661be92
Remove ECR image publishing
...
This completely removes publishing to Amamzon ECR. ECR is a private
docker repository (like DockerHub), but since it's private is can only
be used internally by PL teams to launch lotus nodes on AWS
infrastructure. No one currently seems to be using it. All the usual
suspects (Boost, Lotus, Infra) have been asked specifically, and said
they don't, and post has been made in the #engres channel to try and
catch anyone else. No one responded saying we should save it.
2022-11-23 16:24:37 +00:00
Łukasz Magiera
0a555eda90
Merge pull request #9706 from filecoin-project/gstuart/datacap-for-each-check
...
fix: Add missing check in datacap for-each
2022-11-23 16:56:43 +01:00
Geoff Stuart
1b437c8b90
Merge pull request #9708 from Aloxaf/fix_sealing_workers
...
fix: cli: show task counts correctly
2022-11-23 09:59:12 -05:00
Łukasz Magiera
0b85c1573e
Merge pull request #9627 from LexLuthr/fix/idx-provdr-connection
...
fix: index-provider: change connection initiation direction between daemon and market
2022-11-23 13:15:17 +01:00
Aloxaf
729952eb88
fix: cli: show task counts correctly
2022-11-23 15:26:53 +08:00
hannahhoward
34d78093e8
chore(deps): update index provider 0.9.1
2022-11-22 20:49:11 -08:00
Geoff Stuart
d9df433e98
Add missing check in datacap for each
2022-11-22 15:40:44 -05:00
Steven Allen
2651a38f89
Merge branch 'master' into feat/nv18
2022-11-22 10:08:54 -08:00