Persist metrics for container usage (execution time and waiting time) to Testrun table
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
class AddContainerExecutionTimeToTestruns < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :testruns, :container_execution_time, :interval
|
||||
add_column :testruns, :waiting_for_container_time, :interval
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user