I am trying to do the following:
I have a git repo which contains our System Integration Tests, those tests should be executed whenever a new version of any of our services is deployed.
I searched for custom triggers in the CircleCI doc to do this but havent found anything except for the HTTP API. I think it would be possible by API but this means I would need to configure the API call in each of my services, it would be better to configure a hook once in the integration test CI config.
Is this possible with CircleCI? If its not possible then what are other options for dong this?