Skip to content

Commit

Permalink
Merge pull request buildbot#7931 from p12tic/configurable-enable-slice
Browse files Browse the repository at this point in the history
configurable: Allow Slice node in configuration
  • Loading branch information
p12tic authored Aug 17, 2024
2 parents 670e9e9 + fd481fb commit b18f245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/steps/configurable.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ def getSchedulersAndProperties(self):

eval_model = base_eval_model.clone()
eval_model.nodes.append('Mul')
eval_model.nodes.append('Slice')
eval_model.nodes.append('Tuple')


Expand Down

0 comments on commit b18f245

Please sign in to comment.