Skip to content

Commit

Permalink
Refs #RHCLOUD-28455 - override component_name before smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaikwad committed Oct 26, 2023
1 parent 0f8d088 commit d168849
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Options that must be configured by app owner
# --------------------------------------------
export APP_NAME="ros" # name of app-sre "application" folder this component lives in
export COMPONENT_NAME="ros-ocp-backend" # name of app-sre "resourceTemplate" in deploy.yaml for this component
export COMPONENT_NAME="kruize ros-ocp-backend" # name of app-sre "resourceTemplate" in deploy.yaml for this component
export COMPONENTS="kruize ros-ocp-backend"
export IMAGE="quay.io/cloudservices/ros-ocp-backend"
export DOCKERFILE="Dockerfile"
Expand All @@ -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

0 comments on commit d168849

Please sign in to comment.