Skip to content

Commit 142f769

Browse files
Lubos Krcalehellbar
authored andcommitted
Remove special staging partitions from epn-topo-alloc
1 parent 355a532 commit 142f769

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

DATA/tools/epn/gen_topo.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ fi
4141

4242
# Extra arguments for topology merger
4343
if [[ -z "$GEN_TOPO_ODC_EPN_TOPO_POST_CACHING_ARGS" ]]; then
44-
if [[ "${GEN_TOPO_DEPLOYMENT_TYPE:-}" == "ALICE_STAGING" ]]; then
45-
export GEN_TOPO_ODC_EPN_TOPO_POST_CACHING_ARGS="--recozone staging-mi50 --reco100zone staging-mi100 --calibzone calib"
46-
else
47-
export GEN_TOPO_ODC_EPN_TOPO_POST_CACHING_ARGS="--recozone online-mi50 --reco100zone online-mi100 --calibzone calib"
48-
fi
44+
export GEN_TOPO_ODC_EPN_TOPO_POST_CACHING_ARGS="--recozone online-mi50 --reco100zone online-mi100 --calibzone calib"
4945
fi
5046
if [[ -z "$GEN_TOPO_MI100_NODES" ]]; then export GEN_TOPO_MI100_NODES=-1; fi
5147

0 commit comments

Comments
 (0)