diff --git a/pr_check.sh b/pr_check.sh index 8b5a76c1..988e14e9 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -24,8 +24,10 @@ source $CICD_ROOT/build.sh source $CICD_ROOT/deploy_ephemeral_env.sh # Run iqe-ros-ocp smoke tests with ClowdJobInvocation +export COMPONENT_NAME="ros-ocp-backend" source $CICD_ROOT/cji_smoke_test.sh + # This will add the Ibutsu URL and test run IDs as a git check on PRs. source $CICD_ROOT/post_test_results.sh