From 226f477881131ddd080a1601d8a353fe1882ce1a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 23 Mar 2022 13:21:06 +0000 Subject: [PATCH] integrations: add github commands --- src/co/elastic/NotificationManager.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/co/elastic/NotificationManager.groovy b/src/co/elastic/NotificationManager.groovy index cb5864e28..e23520159 100644 --- a/src/co/elastic/NotificationManager.groovy +++ b/src/co/elastic/NotificationManager.groovy @@ -521,6 +521,10 @@ def getSupportedGithubCommands() { comments['/test benchmark'] = 'Run the APM Agent Python benchmarks tests.' } + if (isProjectSupported('integrations')) { + comments['/test all'] = 'Re-trigger the build for all the stages.' + } + // Support for the elasticsearch-ci/docs GitHub command in all the repositories they use it if (isElasticsearchDocsSupported()) { // `run` is needed to avoid the comment to trigger a build itself!