You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# set the field on self, so it can easily be used by decision
setattr(self, field, getattr(pools[0], field))
This shouldn't be necessary. It prevents us from creating a pool (eg. with macro COVERAGE=1) that applies to pools in disparate clouds or different OS'.
The text was updated successfully, but these errors were encountered:
Currently we require most fields to be identical for the whole set of
apply_to
configs.orion/services/fuzzing-decision/src/fuzzing_decision/common/pool.py
Lines 693 to 707 in f0b0b0b
This allows a shortcut later on where those values are set in the parent pool to be used by the decision somehow (according to the comment).
orion/services/fuzzing-decision/src/fuzzing_decision/common/pool.py
Lines 714 to 715 in f0b0b0b
This shouldn't be necessary. It prevents us from creating a pool (eg. with macro
COVERAGE=1
) that applies to pools in disparate clouds or different OS'.The text was updated successfully, but these errors were encountered: