From 0b0e7326249733f17552fbbb469d030d71bab238 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Thu, 26 Oct 2023 14:04:25 +0200 Subject: [PATCH] pr_check: change marker and increase timeout I have set up a new marker "fe_pr_check" to select tests for the pr_check here. I'm also increasing the timeout of the CJI pod. --- pr_check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pr_check.sh b/pr_check.sh index 45e2cacf..39d3b70e 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -17,8 +17,8 @@ COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-fronten # Options that must be configured by app owner # -------------------------------------------- export IQE_PLUGINS="image-builder" -export IQE_CJI_TIMEOUT="60m" -export IQE_MARKER_EXPRESSION="ui" +export IQE_CJI_TIMEOUT="90m" +export IQE_MARKER_EXPRESSION="fe_pr_check" export IQE_SELENIUM="true" export IQE_ENV="ephemeral" export IQE_IMAGE_TAG="image-builder"