paritytech / paritytech/playground-cli

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

Open
#504 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
5
Forks
12
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the deploy/mod e2e entry point and trace checkIdentityGate through the CI setup, including the proposed globalSetup session binding and the --suri dev-signing path. The owner must choose and validate a sanctioned gate behavior so pr-preflight, pr-login-session, and pr-deploy-frontend no longer fail structurally while --env validation still runs.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
ci-cd, cli, testing
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.