Skip to content

Commit

Permalink
ci: change slack channel (#33796) (#33808)
Browse files Browse the repository at this point in the history
(cherry picked from commit a1a6bd8)

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
  • Loading branch information
mergify[bot] and v1v committed Nov 24, 2022
1 parent e1ef82d commit 1b1416d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/ironbank-validation.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
BASE_DIR = "src/github.com/elastic/${env.REPO}"
PIPELINE_LOG_LEVEL = "INFO"
BEATS_FOLDER = "x-pack/heartbeat"
SLACK_CHANNEL = '#beats'
SLACK_CHANNEL = '#ingest-notifications'
NOTIFY_TO = 'observability-robots-internal+ironbank-beats-validation@elastic.co'
}
options {
Expand Down
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {
DOCKER_REGISTRY = 'docker.elastic.co'
GITHUB_CHECK_E2E_TESTS_NAME = 'E2E Tests'
PIPELINE_LOG_LEVEL = "INFO"
SLACK_CHANNEL = '#beats'
SLACK_CHANNEL = '#ingest-notifications'
NOTIFY_TO = 'beats-contrib+package-beats@elastic.co'
DRA_OUTPUT = 'release-manager.out'
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
PIPELINE_LOG_LEVEL = 'INFO'
PYTEST_ADDOPTS = "${params.PYTEST_ADDOPTS}"
RUNBLD_DISABLE_NOTIFICATIONS = 'true'
SLACK_CHANNEL = "#beats"
SLACK_CHANNEL = "#ingest-notifications"
SNAPSHOT = 'true'
TERRAFORM_VERSION = "0.13.7"
XPACK_MODULE_PATTERN = '^x-pack\\/[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*'
Expand Down

0 comments on commit 1b1416d

Please sign in to comment.