A sample app that reality checks some basic features on your installation of CircleCI:
- Runs all known resource_class options
- Read/write workspaces
- Tests that the org-global context is working (NOTE: needs a key called
CONTEXT_END_TO_END_TEST_VAR
to exist in theorg-global
context) - Tests writing artifacts
It explicitly does not run machine executor or remote docker builds. If your installation supports them, you should use the full reality check here.
To test your installation, clone this code and add it to your CircleCI as a project.
If you have more ideas for things that should tested please submit a PR against the open source repository on GitHub.
View the LICENSE file in this repository for licensing information.