Skip to content

Allow test-suite to detect trivial changes and not re-run tests #9580

@danfinlay

Description

@danfinlay

I don't know if this is a thing that anyone does yet, but there are some cases where we can plainly say tests don't need to run again, because they definitely will not affect our tests:

  • README update
  • CHANGELOG update

And some types of changes that don't need a full run of the suite, which may be detectable with static analysis:

  • Lint fixes
  • Code style fixes
  • Some kinds of code organization?

Just opening an aspirational issue here to say "It'd be great if we didn't need to run our 20 minute test suite for every trivial change" :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-buildSystemrelated to our build systemarea-testSuitecontributor experienceAn issue that impacts, or planned improvement to, the contributor experience.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions