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)
This commit is contained in:
Ilya Kreymer 2025-07-15 16:17:55 -07:00 committed by GitHub
parent 5d2b34f3b6
commit 4e0e9c87c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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