-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpr_check.sh
executable file
·24 lines (19 loc) · 972 Bytes
/
pr_check.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
#Adapted from https://github.com/RedHatInsights/insights-ingress-go/blob/master/pr_check.sh
# --------------------------------------------
# Options that must be configured by app owner
# --------------------------------------------
APP_NAME="drift" # name of app-sre "application" folder this component lives in
COMPONENT_NAME="historical-system-profiles" # name of app-sre "resourceTemplate" in deploy.yaml for this component
IMAGE="quay.io/cloudservices/historical-system-profiles-backend"
IQE_PLUGINS="drift"
IQE_MARKER_EXPRESSION="smoke" # Need to check this
IQE_FILTER_EXPRESSION=""
IQE_CJI_TIMEOUT="30m"
# Install bonfire repo/initialize
CICD_URL=https://raw.githubusercontent.com/RedHatInsights/bonfire/master/cicd
curl -s $CICD_URL/bootstrap.sh > .cicd_bootstrap.sh && source .cicd_bootstrap.sh
source $CICD_ROOT/build.sh
#source $APP_ROOT/ephemeral_unit_test.sh
source $APP_ROOT/hsp_deploy_ephemeral_env.sh
source $CICD_ROOT/cji_smoke_test.sh