[all-commits] [llvm/llvm-project] 1b7882: [Github][CI] Stop running premerge checks on main

Aiden Grossman via All-commits all-commits at lists.llvm.org
Mon May 26 13:06:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b788255775e9076b04c3c2a8818714ba96652e1
      https://github.com/llvm/llvm-project/commit/1b788255775e9076b04c3c2a8818714ba96652e1
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-05-26 (Mon, 26 May 2025)

  Changed paths:
    M .github/workflows/premerge.yaml

  Log Message:
  -----------
  [Github][CI] Stop running premerge checks on main

This patch stops running the premerge checks on the main branch. This is
based on some feedback in
https://discourse.llvm.org/t/rfc-running-premerge-postcommit-through-github-actions/86124.
We want to use buildbot for post commit testing. This should be covered
in the mean time by the current pemerge-monolithic-* bots even though
the configurations are not exactly the same. This also adds a bit of
capacity back to the cluster (although might not in the end when we
start running more substantial postcommit testing through buildbot).

This is primarily in preparation for turning the new premerge system on
as canonical. Without this, we run into warning fatigue issues as
described in the RFC above.

Reviewers: Keenuts, joker-eph, dschuff, cmtice, gburgessiv, lnihlen, tstellar

Reviewed By: Keenuts, joker-eph

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



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