I'm using Robotium to test an Android application. Tests are triggered automatically when a Gerrit change is merged.
Is there a way to trigger only specific tests (maybe using annotations) when a specific class from the main project (the one that is tested) is changed?
This will be useful because running all the tests takes a lot of time and I would like to run only the tests related to the changed code part.
you can trigger jobs by adding a File path filter to gerrit trigger. or in the latest version you can trigger jobs with TOPIC name as well. See details in Trigger Configuration section.