Skip to content

Commit

Permalink
Set HOSTING_ENV=comcom for on-premise node jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
platfowner committed Jul 29, 2024
1 parent e3d8a8c commit 3f9bfc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start_node_genesis_onprem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ printf "LOG_BANDAGE_INFO=$LOG_BANDAGE_INFO\n"
# uncomment and set value when necessary
#export TIMER_FLAG_EARLY_APPLIED_BLOCK_NUMBER=124440 # summer
#printf "TIMER_FLAG_EARLY_APPLIED_BLOCK_NUMBER=$TIMER_FLAG_EARLY_APPLIED_BLOCK_NUMBER\n"
# on-premise nodes run with "comcom" hosting env
export HOSTING_ENV="comcom"
printf "HOSTING_ENV=$HOSTING_ENV\n"

if [[ "$SEASON" = "sandbox" ]]; then
MAX_OLD_SPACE_SIZE_MB=11000
Expand Down

0 comments on commit 3f9bfc6

Please sign in to comment.