@@ -91,12 +91,14 @@ PROFILES_FORGE_STRESS_RTS := forge-stress-pre-rtsA4m forge-stress-pre-rtsA64m fo
9191PROFILES_CHAINSYNC := chainsync-early-byron chainsync-early-byron-notracer chainsync-early-byron-oldtracing
9292PROFILES_CHAINSYNC += chainsync-early-alonzo chainsync-early-alonzo-notracer chainsync-early-alonzo-oldtracing chainsync-early-alonzo-p2p
9393PROFILES_VENDOR := dish dish-plutus dish-10M dish-10M-plutus
94- # "qa" and "perf" namespaces for cardano world (world.dev.cardano.org) Nomad
95- # Not all local profiles are compatible (yet) with a cloud run
94+ # Cardano World (world.dev.cardano.org) Nomad cluster's "qa" class nodes
9695# Cloud version of "default", "ci-test" and "ci-bench"
97- PROFILES_CW_QA := default-cw-qa ci-test-cw-qa ci-bench-cw-qa
98- # The 52+explorer profile
99- PROFILES_CW_PERF := default-cw-perf ci-test-cw-perf ci-bench-cw-perf cw-perf-value
96+ # Not all local profiles are compatible or tested (yet) with a cloud runs
97+ PROFILES_NOMAD_CW_QA := default-nomadcwqa ci-test-nomadcwqa ci-bench-nomadcwqa oldtracing-nomadcwqa ci-test-oldtracing-nomadcwqa ci-bench-oldtracing-nomadcwqa
98+ # The dedicated P&T Nomad cluster on AWS
99+ # Cloud version of "default", "ci-test" and "ci-bench" plus value (52+explorer)
100+ # Not all local profiles are compatible or tested (yet) with a cloud runs
101+ PROFILES_NOMAD_PERF := default-nomadperf ci-test-nomadperf ci-bench-nomadperf value-nomadperf oldtracing-nomadperf ci-test-oldtracing-nomadperf ci-bench-oldtracing-nomadperf value-oldtracing-nomadperf
100102
101103LOCAL_PROFILES += $(PROFILES_BASE )
102104LOCAL_PROFILES += $(PROFILES_FAST )
@@ -112,7 +114,7 @@ LOCAL_PROFILES += $(PROFILES_FORGE_STRESS_PRE)
112114LOCAL_PROFILES += $(PROFILES_FORGE_STRESS_RTS )
113115LOCAL_PROFILES += $(PROFILES_CHAINSYNC )
114116LOCAL_PROFILES += $(PROFILES_VENDOR )
115- CLOUD_PROFILES += $(PROFILES_CW_QA ) $(PROFILES_CW_PERF )
117+ CLOUD_PROFILES += $(PROFILES_NOMAD_CW_QA ) $(PROFILES_NOMAD_PERF )
116118
117119# # Note: to enable a shell for a profile, just add its name (one of names from 'make ps') to SHELL_PROFILES
118120
0 commit comments