Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/co/elastic/NotificationManager.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down