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

ci stage headers #59

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

ci stage headers #59

wants to merge 1 commit into from

Commits on Oct 29, 2021

  1. Add success/complete counts to dashboard CI stages

    The HTML dashboard now annotates each CI stage with the number of
    completed jobs, across the whole run, that are part of that stage, as
    well as the number of jobs within the stage that succeeded.
    
    This allows users to quickly count the number of stages (as opposed to
    jobs or pipelines) that failed. Since there is no concept of an
    'in-progress stage', a successful run should always display equal
    numbers of complete and successful stages, even if some of the jobs
    within the stage have not yet completed.
    
    This fixes awslabs#50.
    karkhaz committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    52b3828 View commit details
    Browse the repository at this point in the history