Skip to content

Commit bebb005

Browse files
authored
ci: stop running weekends or weekly (#18875)
Closes #18868
1 parent a6f43a0 commit bebb005

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

catalog-info.yaml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -183,27 +183,27 @@ spec:
183183
schedules:
184184
main_daily:
185185
branch: "main"
186-
cronline: "30 0 * * *"
186+
cronline: "30 0 * 1-5"
187187
message: "Run the daily jobs"
188188
env:
189189
TEST_PACKAGES_7_BRANCH: "true"
190190
TEST_PACKAGES_SERVERLESS: "true"
191191
REPUBLISH_PACKAGES: "true"
192192
main_daily_8_version:
193193
branch: "main"
194-
cronline: "30 1 * * *"
194+
cronline: "30 1 * 1-5"
195195
message: "Run the daily jobs for 8.x"
196196
env:
197197
TEST_PACKAGES_8_BRANCH: "true"
198198
main_daily_9_version:
199199
branch: "main"
200-
cronline: "30 3 * * *"
200+
cronline: "30 3 * 1-5"
201201
message: "Run the daily jobs for 9.x"
202202
env:
203203
TEST_PACKAGES_9_BRANCH: "true"
204204
main_daily_basic_subscription:
205205
branch: "main"
206-
cronline: "30 4 * * *"
206+
cronline: "30 4 * 1-5"
207207
message: "Run the daily jobs for basic subscription"
208208
env:
209209
TEST_PACKAGES_BASIC_SUBSCRIPTION: "true"
@@ -256,19 +256,15 @@ spec:
256256
description: 'Weekly pipeline for the Integrations project'
257257
spec:
258258
pipeline_file: ".buildkite/pipeline.schedule-weekly.yml"
259-
schedules:
260-
main_weekly:
261-
branch: "main"
262-
cronline: "00 5 * * 1"
263-
message: "Run the weekly jobs"
259+
# NOTE: Stop running weekly for now
260+
# see https://github.com/elastic/integrations/issues/18868
261+
#schedules:
262+
# main_weekly:
263+
# branch: "main"
264+
# cronline: "00 5 * * 1"
265+
# message: "Run the weekly jobs"
264266
provider_settings:
265267
trigger_mode: none # don't trigger jobs from github activity
266-
build_pull_request_forks: false
267-
build_pull_requests: true
268-
build_tags: false
269-
filter_enabled: true
270-
filter_condition: >-
271-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'api')
272268
repository: elastic/integrations
273269
cancel_intermediate_builds: true
274270
cancel_intermediate_builds_branch_filter: '!main'

0 commit comments

Comments
 (0)