Skip to content

Commit

Permalink
Adding kruize component name in pr_check (#123)
Browse files Browse the repository at this point in the history
* Adding kruize component name in pr_check

* Refs #RHCLOUD-28455 - override component_name before smoke tests

(cherry picked from commit d168849)

---------

Co-authored-by: kgaikwad <kavitagaikwad103@gmail.com>
  • Loading branch information
patilsuraj767 and kgaikwad authored Oct 31, 2023
1 parent 4b03562 commit 7ca900f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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,6 +24,7 @@ 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.
Expand Down

0 comments on commit 7ca900f

Please sign in to comment.