summaryrefslogtreecommitdiff
path: root/host/atlas.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/atlas.nix')
-rw-r--r--host/atlas.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/atlas.nix b/host/atlas.nix
index 1221a98..e7ce146 100644
--- a/host/atlas.nix
+++ b/host/atlas.nix
@@ -69,6 +69,12 @@
tagList = [ "nix" "has-gpu" ];
limit = 1;
};
+ openlb-ci-extra = {
+ executor = "shell";
+ registrationConfigFile = "/etc/gitlab-runner.conf";
+ tagList = [ "nix" "gcc" "clang" "mpi" "cuda" "has-flake" ];
+ limit = 4;
+ };
};
};