2 Commits
Author SHA1 Message Date
Thore Cimbal cc3c43052b ci: close the same empty-pipeline gap here before it opens
gitops produced a red pipeline with no jobs today because nothing guarded pipeline
creation. This repo has the same shape: its three jobs cover schedule, web and push,
so an API-triggered pipeline matches none of them and would be created empty and
marked failed.

Nobody triggers this repo by API today, which is why it has not happened yet - not a
reason to leave it. One block, and the class is gone in both places.
2026-08-19 12:00:00 +00:00
Thore Cimbal bb4bbd711b chore(pruefungen): acknowledge the one empty pipeline the fix cannot unmake
The workflow rules stop new empty pipelines; they do not remove pipeline 518, which
already exists and stays inside the check's eight-day window. Acknowledged until
2026-08-28 so the entry expires with the window rather than outliving it - if it is
still red afterwards, the fix was incomplete and the check says so again.

This is the case the mechanism was built for: known, dated, self-clearing, with the
root cause fixed rather than papered over.
2026-08-19 12:00:00 +00:00
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -5,6 +5,18 @@
# die Retro vom 2026-08-09: sechs solcher Faelle in neun Tagen, keiner davon durch
# eine Ueberwachung gefunden.
# Ohne workflow-Block legt GitLab auch dann eine Pipeline an, wenn KEIN Job auf sie
# passt, und fuehrt sie als "failed" - rot ohne Fehler, genau das, wogegen #0104
# angeht. Die drei Jobs unten decken schedule, web und push ab; ein API-Trigger
# traefe keinen davon. Im gitops-Repo ist dieser Fall am 2026-08-19 real eingetreten
# (Pipeline 518), hier wird er vorbeugend ausgeschlossen.
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "push"
- when: never
stages:
- pruefen
+1
View File
@@ -46,3 +46,4 @@ gruppe Projekt threadnet-wiki-deletion_scheduled-43 2026-09-30 GitLab hat das Pr
gruppe threadnet-wiki: keine CLAUDE.md-Pointer-Datei 2026-10-31 Bekannt, Rollout-Issue vorhanden (Pointer-Serie #0035-#0039). Bis zur Frist nachziehen.
gruppe Projekt wiki existiert in der Gruppe 2026-12-31 Geparkt bis unmittelbar vor Projektabschluss (sorb 2026-08-18, #0105). Der falsch herum laufende Push-Mirror ist bereits aus; offen ist nur noch der Verbleib des Projekts. Bewusst datiert statt dauerhaft: eine dauerhafte Quittung braeuchte einen ADR, und der waere die vorweggenommene Entscheidung.
stillstand wiki: kein aktiver Push-Mirror 2026-12-31 Der Mirror ist am 2026-08-18 bewusst abgeschaltet worden: er lief entgegen ADR-0015 und haette die Wiki-Inhalte ueberschrieben. Der Verbleib des Projekts ist bis unmittelbar vor Projektabschluss geparkt (#0105).
stillstand axion1337.chat-gitops: Pipeline 518 (main) ist rot, hat aber NULL Jobs 2026-08-28 Altlast vom 2026-08-19: entstand, weil gitops keinen workflow-Block hatte. Ursache behoben (Commit 1e65f5b, leere Pipelines entstehen nicht mehr); die vorhandene Pipeline bleibt in der Historie. Die Pruefung schaut 8 Tage zurueck, die Frist laeuft also mit ihr aus - faerbt es danach weiter rot, war der Fix unvollstaendig.
Can't render this file because it contains an unexpected character in line 20 and column 271.