summaryrefslogtreecommitdiff
path: root/cbuildbot/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'cbuildbot/constants.py')
-rw-r--r--cbuildbot/constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cbuildbot/constants.py b/cbuildbot/constants.py
index 9befd01b2..6933e330b 100644
--- a/cbuildbot/constants.py
+++ b/cbuildbot/constants.py
@@ -477,9 +477,6 @@ VALID_BUILD_TYPES = (
PROJECT_SDK_TYPE,
)
-# The name of the standard pre-cq testing config.
-PRE_CQ_GROUP_CONFIG = 'pre-cq-group'
-
# The default list of pre-cq configs to use.
PRE_CQ_DEFAULT_CONFIGS = ['rambi-pre-cq', 'mixed-a-pre-cq', 'mixed-b-pre-cq',
'mixed-c-pre-cq']