summaryrefslogtreecommitdiff
path: root/app/views/projects/cycle_analytics/_empty_stage.html.haml
blob: 06c42bff576ec41a7ff73350e87c354df07b9ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.empty-stage-container
  .empty-stage
    .icon-no-data
      = custom_icon ('icon_no_data')
    %h4 We don’t have enough data to show this stage.
    %p
      The test phase measures the median time to run the entire pipeline for that project.
      It’s related to the time GitLab CI takes to run every job for the commits pushed
      to that merge request defined in the previous stage.
      Learn more about the
      %a{ :href => "https://docs.gitlab.com/ce/user/project/cycle_analytics.html" }
        expected workflow and calculations.