You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #404 stops automatic live runs, maintainers still need a small, explicit way to run only the relevant live suite. Manual scope selection provides that value without introducing a changed-path classifier before the API module split is complete.
Scope
Add a required workflow_dispatch choice input with these values:
all
service
postgres
organization
clickpipes
Define the scopes as follows:
Scope
Suites
all
Service, Postgres, organization, and Postgres CDC; ClickPipe smoke when its fixture variable is configured
service
Service lifecycle
postgres
Postgres lifecycle
organization
Organization lifecycle
clickpipes
Postgres CDC and optional ClickPipe smoke
Keep selected suites sequential in the existing job.
Skip every unselected suite without entering its test command.
Preserve scheduled and run-cloud-integration label behavior as full all runs.
Check out and log the exact ref/SHA selected for manual dispatch.
Parent
Dependency and stack placement
Context
After #404 stops automatic live runs, maintainers still need a small, explicit way to run only the relevant live suite. Manual scope selection provides that value without introducing a changed-path classifier before the API module split is complete.
Scope
Add a required
workflow_dispatchchoice input with these values:allservicepostgresorganizationclickpipesDefine the scopes as follows:
allservicepostgresorganizationclickpipesrun-cloud-integrationlabel behavior as fullallruns.allrun against the top stack branch.Non-goals
Acceptance criteria
allretains the current four mandatory suites and optional smoke behavior.allrun against the top branch tests the complete inherited stack snapshot.