We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break out the public build definition into two builds
required
optional
Nightly
PyPy
Thoughts: do this based on just long_running_build variable.
long_running_build
Null: (used in Internal build), run both True: run just the long running tests False: run just the regular tests
Null
Internal
True
False
The text was updated successfully, but these errors were encountered:
scbedd
No branches or pull requests
Break out the public build definition into two builds
required
and will run the quick build/testsoptional
and will run theNightly
andPyPy
test suitesThoughts: do this based on just
long_running_build
variable.Null
: (used inInternal
build), run bothTrue
: run just the long running testsFalse
: run just the regular testsThe text was updated successfully, but these errors were encountered: