File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 matrix :
3131 include :
3232 - name : stability
33- init_flags : " --curio latesttag:pdp/v* --filecoin-services latesttag:v*"
33+ init_flags : " --curio gittag:v1.28.2 --filecoin-services latesttag:v*"
3434 issue_label : scenarios-run-stability
3535 issue_title : " FOC Devnet scenarios run report (stability)"
3636 - name : frontier
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ def run():
246246 "pkg" ,
247247 "set" ,
248248 "type=module" ,
249- "dependencies.filecoin-pin=0.22.3 " ,
249+ "dependencies.filecoin-pin=1.0.1 " ,
250250 "dependencies.multiformats=13.4.2" ,
251251 ],
252252 label = "pin filecoin-pin dependencies" ,
Original file line number Diff line number Diff line change @@ -285,15 +285,15 @@ impl Default for Config {
285285 port_range_count : 100 ,
286286 lotus : Location :: GitTag {
287287 url : "https://github.com/filecoin-project/lotus.git" . to_string ( ) ,
288- tag : "v1.35 .0" . to_string ( ) ,
288+ tag : "v1.36 .0" . to_string ( ) ,
289289 } ,
290- curio : Location :: GitCommit {
290+ curio : Location :: GitTag {
291291 url : "https://github.com/filecoin-project/curio.git" . to_string ( ) ,
292- commit : "60f77a618eee24cd3482be5fea545e01f26052a4 " . to_string ( ) ,
292+ tag : "v1.28.2 " . to_string ( ) ,
293293 } ,
294294 filecoin_services : Location :: GitTag {
295295 url : "https://github.com/FilOzone/filecoin-services.git" . to_string ( ) ,
296- tag : "v1.2 .0" . to_string ( ) ,
296+ tag : "v1.3 .0" . to_string ( ) ,
297297 } ,
298298 multicall3 : Location :: GitTag {
299299 url : "https://github.com/mds1/multicall3.git" . to_string ( ) ,
You can’t perform that action at this time.
0 commit comments