[llvm-branch-commits] [CI] Do Not Consider a Job Failed if Steps Were Skipped (PR #127279)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 14 15:51:25 PST 2025
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/127279
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.
More information about the llvm-branch-commits
mailing list