Skip to content

Commit

Permalink
wb | Add Nomad ssd cluster support and test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste authored and mgmeier committed May 8, 2024
1 parent ab9dc54 commit 1207dba
Show file tree
Hide file tree
Showing 6 changed files with 524 additions and 476 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ PROFILES_NOMAD_PERF := default-nomadperf ci-test-nomadperf ci-bench-nomadp
PROFILES_NOMAD_PERF += plutus-nomadperf fast-nomadperf latency-nomadperf
PROFILES_NOMAD_PERF_NOP2P := default-nomadperf-nop2p oldtracing-nomadperf-nop2p ci-test-nomadperf-nop2p ci-bench-nomadperf-nop2p
PROFILES_NOMAD_PERF_NOP2P += value-nomadperf-nop2p value-oldtracing-nomadperf-nop2p plutus-nomadperf-nop2p fast-nomadperf-nop2p
PROFILES_NOMAD_PERFSSD := fast-nomadperfssd

LOCAL_PROFILES += $(PROFILES_BASE)
LOCAL_PROFILES += $(PROFILES_FAST)
Expand All @@ -118,6 +119,7 @@ LOCAL_PROFILES += $(PROFILES_CHAINSYNC)
LOCAL_PROFILES += $(PROFILES_VENDOR)
CLOUD_PROFILES += $(PROFILES_NOMAD_PERF)
CLOUD_PROFILES += $(PROFILES_NOMAD_PERF_NOP2P)
CLOUD_PROFILES += $(PROFILES_NOMAD_PERFSSD)


## Note: to enable a shell for a profile, just add its name (one of names from 'make ps') to SHELL_PROFILES
Expand Down
2 changes: 1 addition & 1 deletion nix/workbench/backend/nomad-job.nix
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ let
# namespace can be specified either with the flag -namespace or read from
# the NOMAD_NAMESPACE environment variable."
# https://developer.hashicorp.com/nomad/tutorials/manage-clusters/namespaces
namespace = null;
namespace = "default";

# The region in which to execute the job.
region = "global"; # SRE: They are actually using global.
Expand Down

0 comments on commit 1207dba

Please sign in to comment.