• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lfit / releng-gerrit_to_platform
93%

Build:
DEFAULT BRANCH: main
Repo Added 07 Mar 2023 09:51PM UTC
Token ZJoTDr8Mj6eECbROcMN6YSvmUHVsRstjO regen
Build 249 Last
Files 8
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • main

17 Jun 2026 04:00AM UTC coverage: 93.214%. Remained the same
29497980444

push

github

askb
Docs: document gerrit workflow filename matching and naming

The "GitHub Workflow Configuration" section stated only that a triggered
workflow filename "must contain 'gerrit'" and "must contain the search
filter". That is accurate but under-specified, and operators have been
surprised by three behaviours that follow directly from the matching
implementation in ``github.filter_workflows`` / ``filter_path``:

  * The test is ``path.lower().find(filter) >= 0`` -- a case-insensitive
    *substring* match anywhere in the filename, not a prefix or exact
    match.
  * gerrit-to-platform dispatches *every* workflow that matches an
    event, not just one. Any file whose name contains ``gerrit`` and the
    event filter fires; e.g. both ``gerrit-maven-merge.yaml`` and
    ``gerrit-release-merge.yaml`` run on every change-merged event.
  * For comment-added, the search filter is the value mapped to the
    keyword in ``[mapping "comment-added"]``, so the workflow filename
    must contain that mapped filter (not the keyword itself).

Document the recommended ``gerrit-<description>-<event>.yaml`` naming
convention, spell out the substring / all-matching-workflows-fire
semantics, add the resulting cautions (avoid unintended name collisions;
workflows that must not act on every event have to self-gate), and give a
worked comment-added example (``stage-release = stage`` ->
``gerrit-maven-stage.yaml``). Documentation-only change; no code or
behaviour is affected.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Change-Id: Iaa6e05c67
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>

522 of 560 relevant lines covered (93.21%)

0.93 hits per line

Relevant lines Covered
Build:
Build:
560 RELEVANT LINES 522 COVERED LINES
0.93 HITS PER LINE
Source Files on main
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29497980444 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 16 Jul 2026 12:25PM UTC askb github
93.21
29497986046 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 16 Jul 2026 12:25PM UTC askb github
93.21
29018075579 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 09 Jul 2026 12:26PM UTC askb github
93.21
29018058613 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 09 Jul 2026 12:26PM UTC askb github
93.21
29018071548 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 09 Jul 2026 12:26PM UTC askb github
93.21
29018090259 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 09 Jul 2026 12:26PM UTC askb github
93.21
29018062195 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 09 Jul 2026 12:26PM UTC askb github
93.21
29018055300 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 09 Jul 2026 12:26PM UTC askb github
93.21
28169858206 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 25 Jun 2026 12:25PM UTC askb github
93.21
28169838509 main Docs: document gerrit workflow filename matching and naming The "GitHub Workflow Configuration" section stated only that a triggered workflow filename "must contain 'gerrit'" and "must contain the search filter". That is accurate but under-specif... push 25 Jun 2026 12:25PM UTC askb github
93.21
See All Builds (238)

Badge your Repo: releng-gerrit_to_platform

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc