Skip to content

Commit

Permalink
Enable smoke test result upload to Report Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkathole committed Oct 9, 2023
1 parent d92325f commit ca67061
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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 ca67061

Please sign in to comment.