Skip to content

Commit

Permalink
Enable smoke test result upload to Report Portal (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkathole authored Oct 17, 2023
1 parent d92325f commit 3d5ef0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export IQE_PLUGINS="foreman-rh-cloud" # name of the IQE plugin for this
export IQE_MARKER_EXPRESSION="yupana_smoke" # This is the value passed to pytest -m
export IQE_FILTER_EXPRESSION="" # This is the value passed to pytest -k
export IQE_CJI_TIMEOUT="30m" # This is the time to wait for smoke test to complete or fail
export IQE_PARALLEL_ENABLED="false"

# Install bonfire repo/initialize
CICD_URL=https://raw.githubusercontent.com/RedHatInsights/bonfire/master/cicd
Expand All @@ -21,6 +22,10 @@ source $CICD_ROOT/build.sh
# Deploy to an ephemeral namespace for testing
source $CICD_ROOT/deploy_ephemeral_env.sh

# Enable smoke test results upload to report portal
export IQE_RP_ARGS="true"
export IQE_IBUTSU_SOURCE="yuptoo-ephemeral-${IMAGE_TAG}"

# Run smoke tests with ClowdJobInvocation
source $CICD_ROOT/cji_smoke_test.sh

Expand Down

0 comments on commit 3d5ef0d

Please sign in to comment.