mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
chore(CI): use image built in parent pipeline for dogfooding here aswell
remove retries
This commit is contained in:
parent
546eea3006
commit
a47ec8cbeb
1 changed files with 2 additions and 6 deletions
|
|
@ -40,13 +40,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ci = {
|
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"];
|
stages = ["test"];
|
||||||
default = {
|
|
||||||
retry = {
|
|
||||||
max = 2;
|
|
||||||
when = "runner_system_failure";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
jobs = {
|
jobs = {
|
||||||
"test" = {
|
"test" = {
|
||||||
stage = "test";
|
stage = "test";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue