-
Notifications
You must be signed in to change notification settings - Fork 37
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
Farm: replace in environment values requires a value #793
Merged
iLLiCiTiT
merged 15 commits into
develop
from
feature/AY-5998_DL-Search--replace-in-environment-values-requires-a-Value
Jul 25, 2024
Merged
Farm: replace in environment values requires a value #793
iLLiCiTiT
merged 15 commits into
develop
from
feature/AY-5998_DL-Search--replace-in-environment-values-requires-a-Value
Jul 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Should be triggered only on farm. Used to modify env var on farm machines like license path etc.
ynbot
added
size/S
type: feature
Adding something new and exciting to the product
labels
Jul 22, 2024
iLLiCiTiT
reviewed
Jul 22, 2024
iLLiCiTiT
reviewed
Jul 22, 2024
iLLiCiTiT
reviewed
Jul 22, 2024
iLLiCiTiT
reviewed
Jul 22, 2024
iLLiCiTiT
reviewed
Jul 22, 2024
iLLiCiTiT
reviewed
Jul 22, 2024
iLLiCiTiT
reviewed
Jul 22, 2024
Co-authored-by: Jakub Trllo <[email protected]>
…ture/AY-5998_DL-Search--replace-in-environment-values-requires-a-Value
…ce-in-environment-values-requires-a-Value' into feature/AY-5998_DL-Search--replace-in-environment-values-requires-a-Value
MilaKudr
approved these changes
Jul 24, 2024
…ironment-values-requires-a-Value
iLLiCiTiT
reviewed
Jul 24, 2024
iLLiCiTiT
reviewed
Jul 24, 2024
iLLiCiTiT
reviewed
Jul 24, 2024
iLLiCiTiT
reviewed
Jul 24, 2024
Co-authored-by: Jakub Trllo <[email protected]>
Co-authored-by: Jakub Trllo <[email protected]>
Co-authored-by: Jakub Trllo <[email protected]>
Co-authored-by: Jakub Trllo <[email protected]>
iLLiCiTiT
approved these changes
Jul 25, 2024
64qam
approved these changes
Jul 25, 2024
64qam
approved these changes
Jul 25, 2024
…ironment-values-requires-a-Value
iLLiCiTiT
deleted the
feature/AY-5998_DL-Search--replace-in-environment-values-requires-a-Value
branch
July 25, 2024 13:06
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog Description
This PR provides way how to skip or update values for particular environment variables only for farm rendering.
Additional info
Environment variables on artist machines might be different than on worker machines, maybe pointing to
demo
license on artist machines andreal
license on workers etc.Testing notes:
ayon+settings://core/filter_farm_environment
(I added temporary variables with
Project environments
field for easier testing.)Skipping
for skipped env varsvalue of modified env var a bit lower when env vars are set from exported
.json
file