Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 63cdb2d

Browse files
committed
qa-load fixes
1 parent 8764f9e commit 63cdb2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jobs/mantis-qa-load.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ let
383383
};
384384
};
385385

386-
networks = [{ ports = [{ rpc.to = 8000; }]; }];
386+
networks = [{ ports = { rpc.to = 8000; }; }];
387387

388388
tasks.faucet = {
389389
name = faucetName;
@@ -558,13 +558,15 @@ in {
558558
"${namespace}-mantis-explorer" = mkNomadJob "explorer" {
559559
datacenters = [ "us-east-2" "eu-central-1" ];
560560
type = "service";
561+
inherit namespace;
561562

562563
taskGroups.explorer = explorer;
563564
};
564565

565566
"${faucetName}" = mkNomadJob "faucet" {
566567
datacenters = [ "us-east-2" "eu-central-1" ];
567568
type = "service";
569+
inherit namespace;
568570

569571
taskGroups.faucet = faucet;
570572
};

0 commit comments

Comments
 (0)