Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Warning state to GitLab CI/CD template #43

Open
ewuerger opened this issue Jan 18, 2024 · 1 comment
Open

Add Warning state to GitLab CI/CD template #43

ewuerger opened this issue Jan 18, 2024 · 1 comment

Comments

@ewuerger
Copy link
Member

ewuerger commented Jan 18, 2024

Whenever we identified problems during a synchronization that needs a fix from a developer or user, the pipeline should be marked with a warning.

But we need to do this in a non-inflationary way. The warning status shall be not ignored when inspecting a pipeline run.

@micha91
Copy link
Collaborator

micha91 commented Feb 23, 2024

  • We create a human readable artifact, if there are noteworty errors
    • If there is an artifact, the Pipeline Status will be set to warning
  • Noteworthy Errors are:
    • Missing Images
    • Links to missing WorkItems, which are present in the model (Most likely missing type in configuration)
    • Links to WorkItems missing in the model
    • Failed to render diagrams
  • Send Report via E-Mail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants