Changes: when we deploy our docker images we now also build/deploy the internal driver image; fixed .dockerignore; moved integration test data into the driver; fixed cast in oracle db_time target objective.

This commit is contained in:
dvanaken
2019-12-03 21:26:59 -05:00
committed by Dana Van Aken
parent c4433181f7
commit 7be5b89975
57 changed files with 200 additions and 113 deletions

View File

@@ -15,7 +15,7 @@ class DBTime(BaseTargetObjective):
improvement=LESS_IS_BETTER)
def compute(self, metrics, observation_time):
return float('global.sys_time_model.db time')
return float(metrics['global.sys_time_model.db time'])
target_objective_list = tuple((DBMSType.ORACLE, target_obj) for target_obj in [ # pylint: disable=invalid-name