Merge "Remove deprecated use of tests as filters"

This commit is contained in:
Zuul 2019-05-08 00:26:26 +00:00 committed by Gerrit Code Review
commit 117c43bdff

View File

@ -62,5 +62,5 @@
option: need_online_data_migrations option: need_online_data_migrations
value: False value: False
when: when:
- not data_migrations | skipped - not data_migrations is skipped
- data_migrations is succeeded - data_migrations is succeeded