feat: standardize configuration fields across all evaluation examples
- Add `fixed_ip` field to all 369 JSON files in examples directory - Set to `true` for 8 files listed in google_chrome.json multi_apps - Set to `false` for remaining 361 files - Add `possibility_of_env_change` field to 363 JSON files missing this field - Set to "low" for newly added fields - Preserve existing values (4 medium, 2 high) for 6 files that already had this field This ensures consistent configuration schema across all evaluation examples while maintaining backward compatibility with existing settings.
This commit is contained in:
@@ -75,103 +75,105 @@
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "A1",
|
||||
"props": {
|
||||
"value": {
|
||||
"method": "eq",
|
||||
"ref": "Investment Summary"
|
||||
}
|
||||
}
|
||||
"props": {
|
||||
"value": {
|
||||
"method": "eq",
|
||||
"ref": "Investment Summary"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "B1",
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": true
|
||||
}
|
||||
}
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "C1",
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": true
|
||||
}
|
||||
}
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "D1",
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": false
|
||||
}
|
||||
}
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "A2",
|
||||
"props": {
|
||||
"value": {
|
||||
"method": "eq",
|
||||
"ref": "High Interest Rate"
|
||||
}
|
||||
}
|
||||
"props": {
|
||||
"value": {
|
||||
"method": "eq",
|
||||
"ref": "High Interest Rate"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "B2",
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": true
|
||||
}
|
||||
}
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "C2",
|
||||
"props": {
|
||||
"value": {
|
||||
"method": "eq",
|
||||
"ref": "Low Interest Rate"
|
||||
}
|
||||
}
|
||||
"props": {
|
||||
"value": {
|
||||
"method": "eq",
|
||||
"ref": "Low Interest Rate"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "D2",
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": true
|
||||
}
|
||||
}
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "E2",
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": false
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
"type": "check_cell",
|
||||
"sheet_idx": "RNSheet2",
|
||||
"coordinate": "E2",
|
||||
"props": {
|
||||
"merge": {
|
||||
"method": "eq",
|
||||
"ref": false
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
}
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
Reference in New Issue
Block a user