Add advisory CI for legacy E2E scripts #1843

Merged
hongming merged 1 commits from chore/advisory-legacy-e2e into main 2026-05-25 11:10:10 +00:00
Owner

Summary

  • add a scheduled/manual advisory Gitea workflow for legacy/manual E2E scripts
  • keep the lane off pull_request/push so it cannot block required PR CI or production deploys
  • make legacy local-platform scripts use external workspaces where they do not need spawned runtimes
  • keep spawned-runtime legacy probes behind explicit prereqs/opt-in instead of producing permanent false reds

Verification

  • python3 .gitea/scripts/lint-workflow-yaml.py --workflow-dir .gitea/workflows
  • bash -n tests/e2e/test_a2a_e2e.sh tests/e2e/test_activity_e2e.sh tests/e2e/test_dev_mode.sh tests/e2e/test_workspace_abilities_e2e.sh tests/e2e/test_comprehensive_e2e.sh
  • shellcheck --severity=warning tests/e2e/test_a2a_e2e.sh tests/e2e/test_activity_e2e.sh tests/e2e/test_dev_mode.sh tests/e2e/test_workspace_abilities_e2e.sh tests/e2e/test_comprehensive_e2e.sh
  • go build -o /tmp/molecule-platform-check ./cmd/server (from workspace-server)
## Summary - add a scheduled/manual advisory Gitea workflow for legacy/manual E2E scripts - keep the lane off pull_request/push so it cannot block required PR CI or production deploys - make legacy local-platform scripts use external workspaces where they do not need spawned runtimes - keep spawned-runtime legacy probes behind explicit prereqs/opt-in instead of producing permanent false reds ## Verification - python3 .gitea/scripts/lint-workflow-yaml.py --workflow-dir .gitea/workflows - bash -n tests/e2e/test_a2a_e2e.sh tests/e2e/test_activity_e2e.sh tests/e2e/test_dev_mode.sh tests/e2e/test_workspace_abilities_e2e.sh tests/e2e/test_comprehensive_e2e.sh - shellcheck --severity=warning tests/e2e/test_a2a_e2e.sh tests/e2e/test_activity_e2e.sh tests/e2e/test_dev_mode.sh tests/e2e/test_workspace_abilities_e2e.sh tests/e2e/test_comprehensive_e2e.sh - go build -o /tmp/molecule-platform-check ./cmd/server (from workspace-server)
hongming added 1 commit 2026-05-25 10:55:35 +00:00
Add advisory CI for legacy E2E scripts
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 9s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 10s
CI / Python Lint & Test (pull_request) Successful in 8s
CI / Detect changes (pull_request) Successful in 12s
E2E API Smoke Test / detect-changes (pull_request) Successful in 11s
E2E Chat / detect-changes (pull_request) Successful in 10s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 7s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 13s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 10s
Lint no tenant GITEA or GITHUB token write / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 7s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 8s
lint-required-workflows-docker-host-pinned / Lint docker-host pin on docker-touching workflows (pull_request) Successful in 11s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 1m16s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m5s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 1m15s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 6s
qa-review / approved (pull_request) Failing after 4s
gate-check-v3 / gate-check (pull_request) Successful in 8s
security-review / approved (pull_request) Failing after 4s
sop-checklist / review-refire (pull_request) Has been skipped
sop-checklist / na-declarations (pull_request) N/A: (none)
sop-checklist / all-items-acked (pull_request) Successful in 4s
sop-tier-check / tier-check (pull_request) Successful in 5s
CI / Platform (Go) (pull_request) Successful in 4s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 1m25s
CI / Canvas (Next.js) (pull_request) Successful in 4s
E2E Chat / E2E Chat (pull_request) Successful in 4s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 3s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 2s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 13s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m34s
CI / all-required (pull_request) Successful in 2m15s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 1m0s
e5e7f7e683
app-fe force-pushed chore/advisory-legacy-e2e from e5e7f7e683 to 12c0bc4b69 2026-05-25 11:01:06 +00:00 Compare
Member

[core-qa-agent] APPROVED: reviewed PR #1843 advisory legacy E2E workflow after fixes for compact A2A stub JSON and _lib.sh sourcing.

[core-qa-agent] APPROVED: reviewed PR #1843 advisory legacy E2E workflow after fixes for compact A2A stub JSON and _lib.sh sourcing.
Member

[core-security-agent] APPROVED: reviewed PR #1843; workflow is schedule/manual only, no PR-head code executes in privileged review workflows, and no new secret exposure found.

[core-security-agent] APPROVED: reviewed PR #1843; workflow is schedule/manual only, no PR-head code executes in privileged review workflows, and no new secret exposure found.
core-qa approved these changes 2026-05-25 11:08:56 +00:00
core-qa left a comment
Member

[core-qa-agent] APPROVED: advisory legacy E2E workflow reviewed after fixes.

[core-qa-agent] APPROVED: advisory legacy E2E workflow reviewed after fixes.
core-be approved these changes 2026-05-25 11:09:45 +00:00
core-be left a comment
Member

APPROVED: secondary non-author review for advisory legacy E2E CI wiring.

APPROVED: secondary non-author review for advisory legacy E2E CI wiring.
hongming merged commit e865d656f8 into main 2026-05-25 11:10:10 +00:00
Sign in to join this conversation.
No Reviewers
5 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#1843