Skip to content

Commit

Permalink
Port #21191 changes
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Nov 30, 2023
1 parent 19a7a4a commit 7508437
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitlab/functional_test/regression_detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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}
Expand All @@ -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
Expand Down

0 comments on commit 7508437

Please sign in to comment.