File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
packages/aws-library/src/aws_library/ec2 Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2222 - id : no-commit-to-branch
2323 # NOTE: Keep order as pyupgrade (will update code) then pycln (remove unused imports), then isort (sort them) and black (final formatting)
2424 - repo : https://github.com/asottile/pyupgrade
25- rev : v3.21.1
25+ rev : v3.21.2
2626 hooks :
2727 - id : pyupgrade
2828 args :
Original file line number Diff line number Diff line change @@ -371,6 +371,21 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
371371 ],
372372 "buffer_count" : 10 ,
373373 },
374+ {
375+ # AMI + pre-pull + buffer count + custom node labels
376+ "ami_id" : "ami-123456789abcdef" ,
377+ "pre_pull_images" : [
378+ "nginx:latest" ,
379+ "itisfoundation/my-very-nice-service:latest" ,
380+ "simcore/services/dynamic/another-nice-one:2.4.5" ,
381+ "asd" ,
382+ ],
383+ "buffer_count" : 10 ,
384+ "custom_node_labels" : {
385+ "io.simcore.project-id" : "value1" ,
386+ "io.simcore.user-id" : "value2" ,
387+ },
388+ },
374389 ]
375390 }
376391 )
You can’t perform that action at this time.
0 commit comments