-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity.Updating phrasing or wording to make things clearer or removing ambiguity.
Description
Right now, build-test fails so often that we've started ignoring it (fail-fast'd), which led to issues like #5815 being introduced.
Proposed
flowchart LR
A(Lint) -->|pass| B(go test -v ./...)
B -->|pass| C(SDK tests)
B -->|pass| D(Integration tests)
B -->|pass| E(Functional tests)
B -->|pass| F(Template validate)
B -->|pass| G(CodeQL analysis)
B -->|pass| H(Release test)
Metadata
Metadata
Assignees
Labels
Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity.Updating phrasing or wording to make things clearer or removing ambiguity.