agent config parsing tests for scheduler config

This commit is contained in:
Mahmood Ali
2020-04-03 07:54:32 -04:00
parent cd21586846
commit 179fefc8b7
3 changed files with 22 additions and 0 deletions

View File

@@ -296,6 +296,13 @@
"1.1.1.1",
"2.2.2.2"
],
"default_scheduler_config": [{
"preemption_config": [{
"batch_scheduler_enabled": true,
"system_scheduler_enabled": true,
"service_scheduler_enabled": true
}]
}],
"upgrade_version": "0.8.0"
}
],