checkmetrics: Move checkmetrics to gha-run script

This PR moves the checkmetrics to gha-run script to gathered
tensorflow information.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2023-07-21 21:14:37 +00:00
parent 53af71cfd0
commit f9dec11a8f

View File

@@ -76,14 +76,14 @@ function run_test_blogbench() {
info "Running Blogbench test using ${KATA_HYPERVISOR} hypervisor"
bash tests/metrics/storage/blogbench.sh
check_metrics
}
function run_test_tensorflow() {
info "Running TensorFlow test using ${KATA_HYPERVISOR} hypervisor"
bash tests/metrics/machine_learning/tensorflow.sh 1 20
check_metrics
}
function main() {