Skip to content

Commit

Permalink
Adjust a schedule to run workflows in subgroups (#29049)
Browse files Browse the repository at this point in the history
* cron time update

* cron fix
  • Loading branch information
magicgoody authored Oct 19, 2023
1 parent 9aaf9c2 commit 885f3c9
Show file tree
Hide file tree
Showing 240 changed files with 240 additions and 240 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beam_Java_LoadTests_Combine_Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
# issue_comment:
# types: [created]
# schedule:
# - cron: '1 1 * * *'
# - cron: '10 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Load Tests CoGBK Dataflow Batch Go

on:
schedule:
- cron: '40 23 * * *'
- cron: '10 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_CoGBK_Flink_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Go CoGBK Flink Batch

on:
schedule:
- cron: '10 14 * * *'
- cron: '10 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Load Tests Combine Dataflow Batch Go

on:
schedule:
- cron: '40 23 * * *'
- cron: '10 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Go Combine Flink Batch

on:
schedule:
- cron: '40 6 * * *'
- cron: '10 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_GBK_Dataflow_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Load Tests GBK Dataflow Batch Go

on:
schedule:
- cron: '40 23 * * *'
- cron: '50 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_GBK_Flink_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Go GBK Flink Batch

on:
schedule:
- cron: '20 1 * * *'
- cron: '50 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Load Tests ParDo Dataflow Batch Go

on:
schedule:
- cron: '15 18 * * *'
- cron: '50 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_ParDo_Flink_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Go ParDo Flink Batch

on:
schedule:
- cron: '40 2 * * *'
- cron: '50 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Load Tests SideInput Dataflow Batch Go

on:
schedule:
- cron: '40 23 * * *'
- cron: '50 12 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Go SideInput Flink Batch

on:
schedule:
- cron: '40 23 * * *'
- cron: '10 13 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '30 9 * * *'
- cron: '10 13 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Load Tests CoGBK Dataflow Streaming Java

on:
schedule:
- cron: '50 10 * * *'
- cron: '10 13 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '0 10 * * *'
- cron: '10 13 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '30 10 * * *'
- cron: '10 13 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '0 11 * * *'
- cron: '50 13 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Load Tests Combine Dataflow Batch Java

on:
schedule:
- cron: '35 7 * * *'
- cron: '50 13 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java Combine Dataflow Streaming

on:
schedule:
- cron: '25 14 * * *'
- cron: '50 13 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java Combine SparkStructuredStreaming Batch

on:
schedule:
- cron: '15 18 * * *'
- cron: '50 13 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java GBK Dataflow Batch

on:
schedule:
- cron: '10 6 * * *'
- cron: '50 13 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java GBK Dataflow Streaming

on:
schedule:
- cron: '50 6 * * *'
- cron: '10 14 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java GBK Dataflow V2 Batch Java11

on:
schedule:
- cron: '10 7 * * *'
- cron: '10 14 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java GBK Dataflow V2 Batch Java17

on:
schedule:
- cron: '50 7 * * *'
- cron: '10 14 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java GBK Dataflow V2 Streaming Java11

on:
schedule:
- cron: '50 8 * * *'
- cron: '10 14 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java GBK Dataflow V2 Streaming Java17

on:
schedule:
- cron: '50 9 * * *'
- cron: '10 14 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java GBK SparkStructuredStreaming Batch

on:
schedule:
- cron: '10 10 * * *'
- cron: '50 14 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java ParDo Dataflow Batch

on:
schedule:
- cron: '55 9 * * *'
- cron: '50 14 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java ParDo Dataflow Streaming

on:
schedule:
- cron: '10 11 * * *'
- cron: '50 14 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '40 16 * * *'
- cron: '50 14 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '30 21 * * *'
- cron: '50 14 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Java ParDo SparkStructuredStreaming Batch

on:
schedule:
- cron: '25 8 * * *'
- cron: '10 15 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '30 11 * * *'
- cron: '10 15 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '30 11 * * *'
- cron: '10 15 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '40 12 * * *'
- cron: '10 15 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Load Tests Combine Dataflow Batch Python

on:
schedule:
- cron: '40 5 * * *'
- cron: '10 15 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '10 9 * * *'
- cron: '50 15 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Python Combine Flink Batch

on:
schedule:
- cron: '10 6 * * *'
- cron: '50 15 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Python Combine Flink Streaming

on:
schedule:
- cron: '10 7 * * *'
- cron: '50 15 * * *'
workflow_dispatch:

# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Python GBK Dataflow Batch

on:
schedule:
- cron: '10 2 * * *'
- cron: '50 15 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Python GBK Dataflow Streaming

on:
schedule:
- cron: '10 4 * * *'
- cron: '10 16 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
# issue_comment:
# types: [created]
# schedule:
# - cron: '1 1 * * *'
# - cron: '10 16 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '10 1 * * *'
- cron: '10 16 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '10 5 * * *'
- cron: '10 16 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '30 13 * * *'
- cron: '10 16 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Loading

0 comments on commit 885f3c9

Please sign in to comment.