Skip to content

Run EndToEnd tests Periodically #85

@davidbrownell

Description

@davidbrownell

Is your feature request related to a problem? Please describe.

The EndToEnd tests interact with the GitHub API, which is rate limited. Unfortunately, we exceed those limits when many CI workflows are run within a relatively short period of time.

Describe the solution you'd like

  1. The standard CI workflow should execute all tests EXCEPT EndToEnd tests.
  2. We should introduce a new CI workflow that executes EndToEnd tests; this workflow should be run periodically. Ideally it will run at least once per day or every hour when changes have been introduced (if possible). It would be nice if failures in this periodic workflow notified people who have made changes since the last time the periodic workflow was run (if possible).

Describe alternatives you've considered

N/A

Additional context

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions