From 6ab3686a7c5065e153268af5e26455d8b7b1d3ea Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 11 Dec 2023 10:27:46 +0100 Subject: atlas: Update Gitlab runners --- host/atlas.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host/atlas.nix') 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; + }; }; }; -- cgit v1.2.3