Skip to content

[FEATURE] Separate tests to run concurrently jobs in CI #5817

@dwisiswant0

Description

@dwisiswant0

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)
Loading

Metadata

Metadata

Assignees

Labels

Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions