From c46e629644e2de61cf16b11a8d42566aea3a64cf Mon Sep 17 00:00:00 2001 From: core-devops Date: Fri, 12 Jun 2026 12:04:32 -0700 Subject: [PATCH] ci(e2e): add bp-required directive to the new e2e job (lint-required-context-exists-in-bp) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new e2e-staging-workspace-requests job emits a status context the Tier-2g lint requires to be acknowledged. It's additive (not branch- protection-required), same as the concierge e2e job — '# bp-required: pending #2619' (the e2e-gating umbrella tracks whether these become required). Co-Authored-By: Claude Fable 5 --- .gitea/workflows/e2e-staging-saas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/e2e-staging-saas.yml b/.gitea/workflows/e2e-staging-saas.yml index 85f29d99..baaed9e3 100644 --- a/.gitea/workflows/e2e-staging-saas.yml +++ b/.gitea/workflows/e2e-staging-saas.yml @@ -636,6 +636,7 @@ jobs: # concierge job) so a concierge failure can never mask this proof (CR2 + # Researcher review on #2660). Own throwaway org (e2e-req-*) with t.Cleanup # teardown; skips LOUD without staging creds. + # bp-required: pending #2619 e2e-staging-workspace-requests: name: E2E Staging Workspace Requests (core#2606) runs-on: ubuntu-latest -- 2.52.0