From a47ec8cbeb634281ab8400ce0e7f269748c38d58 Mon Sep 17 00:00:00 2001 From: technofab Date: Tue, 8 Oct 2024 12:33:31 +0200 Subject: [PATCH] chore(CI): use image built in parent pipeline for dogfooding here aswell remove retries --- flake.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 7d198ed..902482c 100644 --- a/flake.nix +++ b/flake.nix @@ -40,13 +40,9 @@ }; }; ci = { + # use the image built in the parent pipeline for dogfooding + config.default-nix-image = "registry.gitlab.com/technofab/nix-gitlab-ci/nix-ci:$CI_COMMIT_SHORT_SHA"; stages = ["test"]; - default = { - retry = { - max = 2; - when = "runner_system_failure"; - }; - }; jobs = { "test" = { stage = "test";