Skip to content

Commit

Permalink
wmagent - add highprio team name to init.sh script (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapellidario authored Nov 22, 2024
1 parent b71c0c9 commit 252ed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pypi/wmagent/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ AGENT_FLAVOR=mysql
[[ -n $WMA_BUILD_ID ]] || WMA_BUILD_ID=$(cat $WMA_ROOT_DIR/.wmaBuildId) || { echo "ERROR: Could not find/set WMA_BUILD_ID"; exit 1 ;}

# Check runtime arguments:
TEAMNAME_REG="(^production$|^testbed-.*$|^dev-.*$|^relval.*$|^Tier0.*$)"
TEAMNAME_REG="(^production$|^highprio$|^testbed-.*$|^dev-.*$|^relval.*$|^Tier0.*$)"
[[ $TEAMNAME =~ $TEAMNAME_REG ]] || { echo "TEAMNAME: $TEAMNAME does not match required expression: $TEAMNAME_REG"; echo "EXIT with Error 1" ; exit 1 ;}

FLAVOR_REG="(^oracle$|^mysql$)"
Expand Down

0 comments on commit 252ed31

Please sign in to comment.