-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend variable expansion to consider variables from worker config
* Allow substituting placeholders that refer to variables that are only defined in `workers.ini` for the particular worker slot that picked up the job * Keep placeholders of non-existing keys when doing the variable substitution during job creation on the web UI side (instead of removing them) so the worker still sees the placeholder and can do a final substitution (removing placeholders of non-existing keys, so the overall behavior does not change) * Do *not* propagate settings from the final substitution back to the web UI as the job might be restarted and then run on a different worker where settings might be different * Extend relevant documentation * See https://progress.opensuse.org/issues/169159
- Loading branch information
Showing
5 changed files
with
43 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
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
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