Commit Graph

4 Commits

Author SHA1 Message Date
David Brazdil 5f7c3c72c4 Move AVF tests to avf-pre/postsubmit test group
AVF presubmit test config currently runs all tests in the 'presubmit'
group. However, in presubmit the test configs are invoked with all
TEST_MAPPING paths from all affected CLs. Our test config can therefore
run tests from TEST_MAPPINGs outside of the Virtualization repo.

To work around this problem, move all Virtualization tests to
'avf-presubmit' group. Test config running in presubmit will still be
invoked with TEST_MAPPINGs from various repos but only our tests will
match the group.

Rename the postsubmit group to 'avf-postsubmit' for consistency.

Bug: 236755822
Test: atest --test-mapping packages/modules/Virtualization:avf-presubmit
Test: atest --test-mapping packages/modules/Virtualization:avf-postsubmit
Change-Id: I7be5781bef4b6e060a69724c7b4256423adc649c
2022-08-19 15:40:57 +00:00
Jiyong Park c189c008df Demote apkdmverity tests to postsubmit
The tests are known to be flaky.

Bug: 223769777
Test: N/A
Change-Id: I4914fbcc52dcb0ca998a7f709bfec9d05e184f5a
2022-04-05 16:32:55 +09:00
Jiyong Park 668b3cc304 Make tests run for presubmit builds
Bug: 181615964
Test: watch TH
Change-Id: Idc1de5259ba270e6c025e9e30ef1dc6cdafcd6d9
2021-06-28 11:28:28 +09:00
Jiyong Park b6395fff02 Fix the directory of apkdmverity and add TEST_MAPPING
It was in the wrong directory: apkdmverity/apkverity. Changed it to
directly under apkdmverity.

Bug: N/A
Test: monitor TH
Change-Id: I47599ba5f2b4fb237c21a5ddc63fb3ce0bcf7349
2021-06-11 13:59:07 +09:00