Skip to content

[CI] Disable scheduled BK integration tests #6348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 30, 2025
Merged
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
9 changes: 2 additions & 7 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ spec:
trigger_mode: none # don't trigger jobs from github activity
cancel_intermediate_builds: false
skip_intermediate_builds: false
schedules:
daily:
branch: main
cronline: "0 */6 * * *" # every 6 hours
message: Test execution of the new pipeline
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -172,9 +167,9 @@ spec:
repository: elastic/elastic-agent
pipeline_file: ".buildkite/pipeline.elastic-agent-package.yml"
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#ingest-notifications"
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
SLACK_NOTIFICATIONS_ON_SUCCESS: "false"
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
provider_settings:
build_pull_request_forks: false
Expand Down