Skip to content

Expose degradation_threshold from CI config

Erick Bajao requested to merge eb-sitespeed-degradation-threshold into master

What does this MR do?

Adds support for CI YAML variable named DEGRADATION_THRESHOLD. This will be used under browser performance testing like:

stages:
  - performance

include:
  template: Verify/Browser-Performance.gitlab-ci.yml

performance:
  variables:
    URL: https://example.com
    DEGRADATION_THRESHOLD: 5

When this variable is set, the performance metric won't report any degradation unless it exceeds the set amount of threshold.

Solves ##27599 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Erick Bajao

Merge request reports