Chandrakala M Subramanyam
Chandrakala M Subramanyam
Signed-off-by: Chandrakala ## What is the problem that this PR is trying to fix? Included a recipe to install openjdk8 openj9 build available here - https://api.adoptopenjdk.net/ ## What approach did...
Include a test for A/B testing usecase. In this usecase, the user provides a deployment name, two docker images and metrics to be monitored during the course of the experiment....
Included EM tests to test rolling update deployment
Implement EM Metrics handler to: - Call the metrics abstraction - Call Summarizer ( that computes min, max, % ) & post results to Analyzer
Update createExperimentHandler to handle deployments
Updated HPO service & related tests to change id to experiment_id
Support for multiple datasources needs to be added, for example, prometheus1 URL1 prometheus2 URL2
We need to investigate and find the best way to pass the non-container layer tunables. For example, OPENJ9_JAVA_OPTIONS takes precedence over JAVA_OPTIONS - https://www.eclipse.org/openj9/docs/cmdline_specifying/ ``` { "name": "update env", "spec":...
Autotune searchSpace has duplicate tunables. Applied multiple container configs with the same tunable name (cpuRequest) with different values. Both these are picked as two different layers (container layer & my...