Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • See what's new at GitLab
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab FOSS
GitLab FOSS
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 5
    • Merge Requests 5
  • Requirements
    • Requirements
    • List
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • GitLab.org
  • GitLab FOSSGitLab FOSS
  • Issues
  • #44269

Closed
Open
Opened Mar 14, 2018 by Dimitrie Hoekstra@dimitrieh🔥Contributor

Show `failure_reason` and upgrade tooltips of jobs

This issue is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/41111

Design

Part 1

Implement this in:

  • Jobs lists in Pipeline detail view, i.e: https://gitlab.com/gitlab-org/gitlab-ce/pipelines/18916754/builds
  • Global job list view, i,e.: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs

Make tooltips for status badges

image

Tooltip text in case of failed or allowed to fail:

  • "Unknown failure" => Status <br> Unknown failure
  • "Script failure" => Status <br> Script failure
  • "API failure" => Status <br> API failure
  • "Stuck or timeout failure" => Status <br> Stuck or timeout failure
  • "Runner system failure" => Status <br> Runner system failure
  • "Missing dependency failure" => Status <br> Missing dependency failure

Tooltip text in all other cases:

  • Status (Simply state the status, so Passed for passed jobs. This might come in later on when we convert job status badges to only be a status icon)

Examples:

bottom

bottom

Part 2

Implement this in:

  • All pipeline list mini pipeline graphs (pipeline list, merge request widget, commit page widget) - visual
  • Pipeline detail view big pipeline graph - visual
  • Job detail view Job selector, i.e.: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/57469198 - visual

Tooltips:

  • "Unknown failure" => job name - failed <br> Unknown failure

  • "Script failure" => job name - failed <br> Script failure

  • "API failure" => job name - failed <br> API failure

  • "Stuck or timeout failure" => job name - failed <br> Stuck or timeout failure

  • "Runner system failure" => job name - failed <br> Runner system failure

  • "Missing dependency failure" => job name - failed <br> Missing dependency failure

Example:

bottom

Edited Mar 15, 2018 by Dimitrie Hoekstra
Assignee
Assign to
10.7
Milestone
10.7 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: gitlab-org/gitlab-foss#44269