-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
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
Add "private" environment option #1888
Conversation
Does this work for the cloud channel? I don't see a |
Looks like it doesn't blow up, but probably doesn't do anything either. If this isn't supported for the cloud channel, shouldn't the docs mention that? |
Yeah it's not supported for the cloud channel - I can update the docs |
Summary
Add
private
as an environment option to mark jobs as privateAlso updated the unit tests in
test_job
to returnRuntimeJobV2
since V1 was fully removed.Details and comments
Fixes #1811