Skip to content

Commit 34a11e4

Browse files
authored
ci(build): stagger the scheduled builds to ease load on external systems (#954)
1 parent 344b892 commit 34a11e4

20 files changed

+20
-20
lines changed

.github/workflows/build_airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_hadoop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_hbase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_hello-world.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 1 2/2 * *' # https://crontab.guru/#0_1_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_hive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_java-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_kafka-testing-tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_kcat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 1 2/2 * *' # https://crontab.guru/#0_1_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_krb5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_opa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_spark-k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_stackable-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 1 2/2 * *' # https://crontab.guru/#0_1_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_testing-tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_trino-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_trino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_vector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 1 2/2 * *' # https://crontab.guru/#0_1_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

.github/workflows/build_zookeeper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
13+
- cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
1414
push:
1515
branches: [main]
1616
tags: ['*']

0 commit comments

Comments
 (0)