From 7508437ae62c02738fbac365991f5852b4d86c3b Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Wed, 29 Nov 2023 17:18:35 -0800 Subject: [PATCH] Port #21191 changes Signed-off-by: Brian L. Troutwine --- .gitlab/functional_test/regression_detector.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab/functional_test/regression_detector.yml b/.gitlab/functional_test/regression_detector.yml index 01c0e85357ed7..de32f85297823 100644 --- a/.gitlab/functional_test/regression_detector.yml +++ b/.gitlab/functional_test/regression_detector.yml @@ -17,7 +17,7 @@ single-machine-performance-regression_detector: - outputs/report.html # for debugging, also on S3 when: always variables: - SMP_VERSION: 0.10.0 + SMP_VERSION: 0.11.0 LADING_VERSION: 0.19.1 CPUS: 7 MEMORY: "30g" @@ -71,7 +71,7 @@ single-machine-performance-regression_detector: - RUST_LOG="info,aws_config::profile::credentials=error" - RUST_LOG_DEBUG="debug,aws_config::profile::credentials=error" - RUST_LOG="${RUST_LOG}" ./smp --team-id ${SMP_AGENT_TEAM_ID} --api-base ${SMP_API} --aws-named-profile ${AWS_NAMED_PROFILE} - job submit --use-curta + job submit --lading-version ${LADING_VERSION} --baseline-image ${BASELINE_IMAGE} --comparison-image ${COMPARISON_IMAGE} @@ -86,13 +86,15 @@ single-machine-performance-regression_detector: --submission-metadata submission_metadata # Wait for job to complete. - RUST_LOG="${RUST_LOG}" ./smp --team-id ${SMP_AGENT_TEAM_ID} --api-base ${SMP_API} --aws-named-profile ${AWS_NAMED_PROFILE} - job status --use-curta + job status + --use-consignor welch --wait --wait-delay-seconds 60 --submission-metadata submission_metadata # Now that the job is completed pull the analysis report, output it to stdout. - RUST_LOG="${RUST_LOG}" ./smp --team-id ${SMP_AGENT_TEAM_ID} --api-base ${SMP_API} --aws-named-profile ${AWS_NAMED_PROFILE} - job sync --use-curta + job sync + --use-consignor welch --submission-metadata submission_metadata --output-path outputs # Replace empty lines in the output with lines containing various unicode