From 86de1fa7844958b1d4c48ff5c738f2299b2ed59c Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Wed, 6 Nov 2024 09:07:23 -0800 Subject: [PATCH] Update `smp` binary in Regression Detector CI job This commit updates the `smp` binary to current in Agent CI. Signed-off-by: Brian L. Troutwine --- .gitlab/functional_test/regression_detector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/functional_test/regression_detector.yml b/.gitlab/functional_test/regression_detector.yml index 599082bebda504..be6eeebb865df6 100644 --- a/.gitlab/functional_test/regression_detector.yml +++ b/.gitlab/functional_test/regression_detector.yml @@ -20,7 +20,7 @@ single-machine-performance-regression_detector: - outputs/junit.xml # for debugging, also on S3 when: always variables: - SMP_VERSION: 0.16.0 + SMP_VERSION: 0.18.1 # At present we require two artifacts to exist for the 'baseline' and the # 'comparison'. We are guaranteed by the structure of the pipeline that # 'comparison' exists, not so much with 'baseline' as it has to come from main