Jenkinsfile: Remove filter to run all metrics

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-02-25 11:40:17 +00:00
parent 04bfb3d93e
commit b869e65e7e

2
Jenkinsfile vendored
View File

@ -330,7 +330,7 @@ pipeline{
timeout(time: 1, unit: 'HOURS') timeout(time: 1, unit: 'HOURS')
} }
steps { steps {
sh 'scripts/dev_cli.sh tests --metrics -- -- --report-file /root/workloads/metrics.json --test-filter boot_time' sh 'scripts/dev_cli.sh tests --metrics -- -- --report-file /root/workloads/metrics.json'
} }
} }
stage ('Upload metrics report') { stage ('Upload metrics report') {