Skip to content

Commit ceb7c6e

Browse files
authored
Merge pull request IntersectMBO#5377 from input-output-hk/bench-nomad-placement
Bench Nomad placement
2 parents 72eca51 + f90de7c commit ceb7c6e

File tree

5 files changed

+560
-174
lines changed

5 files changed

+560
-174
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ PROFILES_VENDOR := dish dish-plutus dish-10M dish-10M-plutus
9494
# "qa" and "perf" namespaces for cardano world (world.dev.cardano.org) Nomad
9595
# Not all local profiles are compatible (yet) with a cloud run
9696
# Cloud version of "default", "ci-test" and "ci-bench"
97-
PROFILES_CW_QA := cw-qa-default cw-qa-ci-test cw-qa-ci-bench
97+
PROFILES_CW_QA := default-cw-qa ci-test-cw-qa ci-bench-cw-qa
9898
# The 52+explorer profile
99-
PROFILES_CW_PERF := cw-perf-value
99+
PROFILES_CW_PERF := default-cw-perf ci-test-cw-perf ci-bench-cw-perf cw-perf-value
100100

101101
LOCAL_PROFILES += $(PROFILES_BASE)
102102
LOCAL_PROFILES += $(PROFILES_FAST)

0 commit comments

Comments
 (0)