Skip to content

Test the platforms the shell ships binaries for, and add the rest - #2

Merged
DenisDrobyshev merged 3 commits into
masterfrom
chore/ci-parity
Aug 6, 2026
Merged

Test the platforms the shell ships binaries for, and add the rest#2
DenisDrobyshev merged 3 commits into
masterfrom
chore/ci-parity

Conversation

@DenisDrobyshev

@DenisDrobyshev DenisDrobyshev commented Aug 5, 2026

Copy link
Copy Markdown
Member

What this changes

glia had one job doing five things on Linux only, and actions two majors
behind. The shell ships Windows and macOS binaries from release-app.yml, and
nothing tested the library underneath them on either platform.

  • lint split out from test, so a ruff failure is not reported as a test
    failure across three Python versions at once
  • platforms: the suite on Windows and macOS, 3.12
  • build: installs the wheel into a clean venv, imports glia and runs
    glia-shell --help. The distribution is glia-agents and the import package
    is glia — that mismatch is the packaging mistake nobody catches locally
  • aggregate CI job, so branch protection has one check to require
  • codeql.yml, dependabot-auto-merge.yml, .pre-commit-config.yaml
  • permissions: contents: read at workflow level
  • all actions to current majors, across ci.yml, docs.yml, publish.yml and
    release-app.yml

No dependabot.yml here. #1 has been open since 3 August with that file,
alongside the link corrections. This branch defers to it; the auto-merge
workflow reads its rules.

The coverage gate (--cov-fail-under=90) and the examples loop still run once,
on Linux. Measuring them three times says nothing new.

Why

Six of seven repositories were missing some part of this. This is the pass that
makes them the same.

What breaks if this is wrong

The Windows and macOS jobs are the new claim here. The suite is offline and
the core has no required dependencies, so it should pass — and on the first run
it did, which is the only evidence that counts.

glia-shell --help in the build job. It resolves through argparse and
exits 0. If a future change makes main() open a window before parsing
arguments, this step hangs rather than fails, and that is the failure mode to
watch for.

Auto-merge covers action bumps and patch bumps only; minor and major keep a
human. It does nothing until #1 lands and branch protection is on.

Checklist

release-app.yml builds Windows and macOS binaries; nothing ran the library
underneath them on either platform. CI was one job doing five things on
Linux, with actions two majors behind.

- lint split from test, so a ruff failure is not reported as a test failure
  three times over
- the suite on Windows and macOS
- a build job that installs the wheel into a clean environment: the
  distribution is glia-agents and the import package is glia, and that
  mismatch is the packaging mistake nobody catches locally
- an aggregate CI job for branch protection
- CodeQL, Dependabot, auto-merge for patch and action bumps, pre-commit
- actions to current majors across all four workflows

The coverage gate and the examples loop stay on Linux only. Measuring them
three times says nothing new.
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

DenisDrobyshev and others added 2 commits August 5, 2026 22:03
PR #1 has been open since 3 August with that file. Duplicating it here would
have made whichever merged second a conflict.
@DenisDrobyshev
DenisDrobyshev merged commit 000c094 into master Aug 6, 2026
11 checks passed
@DenisDrobyshev
DenisDrobyshev deleted the chore/ci-parity branch August 6, 2026 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants