Skip to content

ci: stop running weekends or weekly#18875

Merged
v1v merged 1 commit into
mainfrom
v1v-patch-2
May 7, 2026
Merged

ci: stop running weekends or weekly#18875
v1v merged 1 commit into
mainfrom
v1v-patch-2

Conversation

@v1v
Copy link
Copy Markdown
Member

@v1v v1v commented May 7, 2026

Proposed commit message

Two improvements to the scheduled CI pipelines in this repository:

Remove the weekly scheduled builds — these were introduced to test packages against non-Wolfi Elastic Agent images. Failures from these builds are not monitored: unlike the daily pipelines, they do not open GitHub issues, meaning failures may go unnoticed indefinitely.

Restrict the daily scheduled builds to weekdays (Monday–Friday) — currently all four daily schedules run every day of the week. Since active development occurs on weekdays, running these builds over the weekend provides limited value.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Screenshots

@v1v v1v requested a review from a team May 7, 2026 14:05
@v1v v1v self-assigned this May 7, 2026
@v1v v1v requested a review from a team as a code owner May 7, 2026 14:05
Comment thread catalog-info.yaml
# message: "Run the weekly jobs"
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: if trigger_mode: none # don't trigger jobs from github activity then no need for defining anything here

Copy link
Copy Markdown
Collaborator

@mrodm mrodm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!

@v1v v1v merged commit bebb005 into main May 7, 2026
11 checks passed
@v1v v1v deleted the v1v-patch-2 branch May 7, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] Optimize scheduled CI builds: remove weekly pipeline and restrict daily runs to weekdays

2 participants