Skip to content
Snippets Groups Projects

Enhance error handling

Open Vivek Dutta requested to merge merge_pipeline into devel
2 unresolved threads

Merge request reports

Approval is optional
Merge blocked: 1 check failed
Unresolved discussions must be resolved.

Merge details

  • 1 commit will be added to devel.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
    • I would suggest adding rules to run_static_code_analysis and run_shell_check jobs to avoid spawning jobs in the first place if their respective source code path var is undefined or set to SKIP.

      Otherwise you'll have green/passed jobs that give a false impression that the code passes those checks, unless one explicitly checks the logs. Also unnecessarily spawns extra jobs that don't bring any value.

Please register or sign in to reply
Loading