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:
yuanmengqi
2025-07-16 13:45:34 +00:00
parent b9df320f31
commit e433f35c1f
369 changed files with 1358 additions and 621 deletions

View File

@@ -54,5 +54,7 @@
}
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -78,5 +78,7 @@
"dest": "vscode_replace_text.txt"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -39,5 +39,7 @@
"dest": "settings.json"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -43,5 +43,7 @@
}
}
},
"proxy": true
"proxy": true,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -96,5 +96,7 @@
"dest": "OpenProject.txt"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -43,5 +43,7 @@
}
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -73,5 +73,7 @@
}
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -91,5 +91,7 @@
"dest": "project.code-workspace"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -62,5 +62,7 @@
"dest": "settings.json"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -38,5 +38,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -26,5 +26,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -61,5 +61,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -41,5 +41,7 @@
"dest": "keybindings.json"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -39,5 +39,7 @@
"dest": "settings.json"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -26,5 +26,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -44,5 +44,7 @@
"dest": "settings.json"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -39,5 +39,7 @@
"dest": "settings.json"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -63,5 +63,7 @@
"dest": "settings.json"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -26,5 +26,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -51,5 +51,7 @@
"dest": "settings.json"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -44,5 +44,7 @@
"dest": "keybindings.json"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -43,5 +43,7 @@
}
}
},
"proxy": true
"proxy": true,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -78,5 +78,7 @@
"dest": "test.py"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}