diff --git a/execution/run_uc2.sh b/execution/run_uc2.sh index 7c3be328b93945c7dda2e9d5eb74fced5638f352..03e4211c3874e948501166cb01749de51c5be7e8 100755 --- a/execution/run_uc2.sh +++ b/execution/run_uc2.sh @@ -36,7 +36,7 @@ kind: StatefulSet metadata: name: titan-ccp-load-generator spec: - replicas: "$WL_INSTANCES" + replicas: $WL_INSTANCES template: spec: containers: diff --git a/execution/run_uc4.sh b/execution/run_uc4.sh index b09ee14149ac1843cf9bba9c12993e22b377148d..7af2262afd303723f3b2aad2cc5a141b8a517320 100755 --- a/execution/run_uc4.sh +++ b/execution/run_uc4.sh @@ -29,13 +29,13 @@ NUM_SENSORS=$DIM_VALUE WL_MAX_RECORDS=150000 WL_INSTANCES=$(((NUM_SENSORS + (WL_MAX_RECORDS -1 ))/ WL_MAX_RECORDS)) -cat <<EOF >uuc-workload-generator/overlay/c4-workload-generator/set_paramters.yaml +cat <<EOF >uc-workload-generator/overlay/uc4-workload-generator/set_paramters.yaml apiVersion: apps/v1 kind: StatefulSet metadata: name: titan-ccp-load-generator spec: - replicas: "$WL_INSTANCES" + replicas: $WL_INSTANCES template: spec: containers: