snapcore / spread

Spread - Convenient full-system test (task) distribution
GNU General Public License v3.0
99 stars 58 forks source link

Allow to add and remove tasks to execute in the filters #153

Open sergiocazzolato opened 2 years ago

sergiocazzolato commented 2 years ago

With this change it is possible to specify by adding and removing in the filters.

This is needed for example when we need to run in all the ubuntu but need to skip a particular one (like the arm-64 ones)

The change also includes a test to validate many filtering different scenarios