From 4e0e9c87c2930510ed100dd6cf0140e604c7fc7f Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 15 Jul 2025 16:17:55 -0700 Subject: [PATCH] qa: run siteSpecific behaviors on QA (#2739) - allow the page loading waiting time to be applied for sites with site-specific behaviors (eg. social media) --- chart/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/configmap.yaml b/chart/templates/configmap.yaml index a7d2da02..d88f4fa0 100644 --- a/chart/templates/configmap.yaml +++ b/chart/templates/configmap.yaml @@ -113,7 +113,7 @@ data: CRAWL_ARGS: {{- include "btrix.crawler_args" . }} # disable behaviors for QA runs, otherwise use same args - QA_ARGS: {{- include "btrix.crawler_args" . }} --behaviors="" + QA_ARGS: {{- include "btrix.crawler_args" . }} --behaviors=siteSpecific --- apiVersion: v1