Skip to content

e2e: builder-identity gate soft-exits 0 without a session, structurally failing 4 cells on every branch #504

Description

@illegalcall

Since the builder-identity gate landed (b6d21f5, June 17), every CI e2e invocation of deploy/mod hits checkIdentityGate -> not-logged-in -> soft exit 0 with the 'Join the competition first' notice, before env validation, availability, or publish paths run. Result: pr-preflight (banner), pr-login-session, and pr-deploy-frontend fail structurally on every branch - main included: 60/60 main runs red since the gate landed, most recently run 32001119588 (same four cells).

Two remedy options:

  1. Seed a test session + on-chain getRootAccount binding for the e2e signer in CI (globalSetup), so the gate passes legitimately.
  2. Add a sanctioned gate escape for explicit --suri dev signing (env-gated to CI/test).

Note: one sub-case is already fixed in #498 (52816f9): --env validation now runs before the gate, so an unwired env exits non-zero again. The gate decision itself is a design call - needs an owner.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions