Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE add debug-pod #147

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion .rhcicd/pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-fronten
export IQE_PLUGINS="content-sources"
export IQE_MARKER_EXPRESSION="smoke and ui"
export IQE_FILTER_EXPRESSION=""
export IQE_ENV="ephemeral"
export IQE_SELENIUM="true"
export IQE_CJI_TIMEOUT="30m"
export DEPLOY_TIMEOUT="900" # 15min
Expand All @@ -49,6 +48,7 @@ source "${CICD_ROOT}/deploy_ephemeral_env.sh"
# The contents of this script can be found at:
# https://raw.githubusercontent.com/RedHatInsights/bonfire/master/cicd/cji_smoke_test.sh
export COMPONENT_NAME="content-sources-backend"
export CJI_NAME="$COMPONENT_NAME"
source "$CICD_ROOT/cji_smoke_test.sh"

# Post a comment with test run IDs to the PR
Expand Down
Loading