Skip to content

TOP-1347: Add environment variable to control scan durations in tests

This adds a new environment variable TEST_SCAN_DURATION_MODE which can be used to run the tests using short or full scan durations. It defaults to short everywhere, and will be set to full:

  • In the nightly pipeline schedule, which is configured outside of .gitlab-ci.yml
  • In the ska-low-csp pipeline trigger for release pipelines.

Additionally, it can be manually set when running a new pipeline from the GitLab UI, and even displays as a dropdown menu: image

Edited by Sander Ploegsma

Merge request reports