[all-commits] [llvm/llvm-project] d7b89b: [CI] Do Not Consider a Job Failed if Steps Were Sk...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Feb 14 19:15:18 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7b89b0dcae802fd6405216514a82850243a47b1
      https://github.com/llvm/llvm-project/commit/d7b89b0dcae802fd6405216514a82850243a47b1
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-02-14 (Fri, 14 Feb 2025)

  Changed paths:
    M .ci/metrics/metrics.py

  Log Message:
  -----------
  [CI] Do Not Consider a Job Failed if Steps Were Skipped

This patch makes it so that skipped steps do not cause a job to be
considered failed. The windows premerge jobs currently skip the
build/test step if there are no projects to build/test. These show up as
failures in the dashboard even though everything executed perfectly
fine.

Reviewers: lnihlen, Keenuts

Reviewed By: lnihlen

Pull Request: https://github.com/llvm/llvm-project/pull/127279



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list