Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab/functional_test/regression_detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ single-machine-performance-regression_detector:
- outputs/decision_record.md # for posterity, this is appended to final PR comment
when: always
variables:
SMP_VERSION: 0.21.0
SMP_VERSION: 0.23.5
# See 'decision_record.md' for the determination of whether this job passes or fails.
allow_failure: false
script:
Expand Down Expand Up @@ -53,7 +53,7 @@ single-machine-performance-regression_detector:
- aws configure set aws_secret_access_key "$SMP_BOT_KEY" --profile ${AWS_NAMED_PROFILE}
- aws configure set region us-west-2 --profile ${AWS_NAMED_PROFILE}
# Download smp binary and prepare it for use
- aws --profile single-machine-performance s3 cp s3://smp-cli-releases/v${SMP_VERSION}/x86_64-unknown-linux-gnu/smp smp
- aws --profile single-machine-performance s3 cp s3://smp-cli-releases/v${SMP_VERSION}/x86_64-unknown-linux-musl/smp smp
- chmod +x smp
- BASELINE_SHA="${SMP_MERGE_BASE}"
- echo "Computing baseline..."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ checks:
- name: simple_check run
description: Ensure the agent properly detected the containers
bounds:
series: target.simple_check.run
series: target/simple_check.run
# This is a counter metric incremented by one each time the check is run.
# There are 200 containers with 2 instances of the check per container.
# The metric should reach 400 as soon as the all 200 containers have been discovered
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ checks:
description: Memory usage
bounds:
series: total_pss_bytes
upper_bound: "230 MiB"
upper_bound: "315 MiB"

# This check isn’t about agent’s performance.
# It’s about validating that the experiment setup is correct.
- name: simple_check run
description: Ensure the agent properly detected the containers
bounds:
series: target.simple_check.run
series: target/simple_check.run
# This is a counter metric incremented by one each time the check is run.
# There are 200 containers with 2 instances of the check per container.
# The metric should reach 400 as soon as the all 200 containers have been discovered
Expand Down