Skip to content
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

ci(build): stagger the scheduled builds to ease load on external systems #954

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NickLarsenNZ
Copy link
Member

@NickLarsenNZ NickLarsenNZ commented Dec 12, 2024

Description

Stagger jobs between the following schedules (different hours every second day from the first or second of the month):

Concurrent Groups

# The listings below are modified from the out of of:
# grep -r "cron: '0" | sort -k2

cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
- build_airflow.yaml
- build_java-base.yaml
- build_nifi.yaml
- build_testing-tools.yaml

cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
- build_hbase.yaml
- build_kafka.yaml
- build_spark-k8s.yaml
- build_trino.yaml

cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
- build_druid.yaml
- build_java-devel.yaml
- build_omid.yaml
- build_tools.yaml

cron: '0 1 2/2 * *' # https://crontab.guru/#0_1_2/2_*_*
- build_hello-world.yaml
- build_kcat.yaml
- build_stackable-base.yaml
- build_vector.yaml

cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
- build_hadoop.yaml
- build_kafka-testing-tools.yaml
- build_opa.yaml
- build_trino-cli.yaml

cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
- build_hive.yaml
- build_krb5.yaml
- build_superset.yaml
- build_zookeeper.yaml

@NickLarsenNZ NickLarsenNZ self-assigned this Dec 12, 2024
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.

2 participants