-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
- Run server 0.20.12 and latest CLI.
- Apply a service configuration.
- Change the number of replicas and apply again.
Actual behaviour
Server validation error:
{'detail': [{'loc': ['body',
'plan',
'current_resource',
'jobs',
0,
'job_submissions',
0,
'job_runtime_data',
'username'],
'msg': 'extra fields not permitted',
'type': 'value_error.extra'},
{'loc': ['body',
'plan',
'current_resource',
'jobs',
0,
'job_submissions',
0,
'job_runtime_data',
'working_dir'],
'msg': 'extra fields not permitted',
'type': 'value_error.extra'},
{'loc': ['body',
'plan',
'current_resource',
'latest_job_submission',
'job_runtime_data',
'username'],
'msg': 'extra fields not permitted',
'type': 'value_error.extra'},
{'loc': ['body',
'plan',
'current_resource',
'latest_job_submission',
'job_runtime_data',
'working_dir'],
'msg': 'extra fields not permitted',
'type': 'value_error.extra'}]}
Expected behaviour
No response
dstack version
master
Server logs
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working