How To Quarantine Tests or Tasks

Description

In order to address limitations in Bitbucket Pipelines which does not have support for quarantining tests, we introduced a feature in Gint (starting with Release 3.4) to look for a quarantine list in a system environment variable GINT_QUARANTINE_LIST . This is a comma separated list of task names that will be automatically be disabled when the script is run. The name can be a simple task name or a script name qualified task name: <script name>:<task name> . Example myscript:test1.

© 2005 -2022 gint.org