Skip to content

Fix Travis CI Build #2

Open
Open
@sunjay

Description

@sunjay

Right now our builds are timing out because we're running all of our examples, even the ones that take forever.

Create a file in examples/ called ".test_examples" where each line is either a path relative to the examples directory (maybe starting with !), a line starting with #, or a blank line.

  • All paths listed will be run during the CI build.
  • All paths starting with ! will not be run.
  • All paths in the examples directory must be listed in this file. That will be checked so CI fails if a file isn't listed.

The run all examples script (rewrite in Python) will be the one to read all of this and check those invariants. It should take a command line parameter for the number of groups and the group to run. Then we can split the examples into N groups and run those in parallel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions