diff --git a/.test-infra/jenkins/common_job_properties.groovy b/.test-infra/jenkins/common_job_properties.groovy index 9249745075d5..7966834e4008 100644 --- a/.test-infra/jenkins/common_job_properties.groovy +++ b/.test-infra/jenkins/common_job_properties.groovy @@ -324,6 +324,8 @@ class common_job_properties { shell('.env/bin/pip install -e ' + common_job_properties.checkoutDir + '/sdks/python/[gcp,test]') // Launch performance test. shell(".env/bin/python PerfKitBenchmarker/pkb.py $pkbArgs") + + shell('.env/bin/python '+ common_job_properties.checkoutDir + '.test-infra/jenkins/verify_performance_tests_results.py') } }