Skip to content

Commit

Permalink
Reduce testing thus reducing AWS egress fees (#5471)
Browse files Browse the repository at this point in the history
* Disable automatic testgrid staging cron

* only check for addon updates (and trigger CI runs) on Mondays
  • Loading branch information
laverya authored Nov 11, 2024
1 parent 51ee0c0 commit 752548a
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-testgrid-daily.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-testgrid-daily
on:
schedule:
- cron: "0 1 * * 2,4" # “At 01:00 on Tuesday and Thursday.”
# schedule:
# - cron: "0 1 * * 2,4" # “At 01:00 on Tuesday and Thursday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-containerd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-containerd-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-contour.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-contour-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ekco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-ekco-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flannel.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-flannel-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-goldpinger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-goldpinger-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-kubernetes.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-kubernetes-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-metrics-server.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-metrics-server-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-minio.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-minio-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-openebs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-openebs-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-prometheus.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-prometheus-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-registry.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-registry-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-rook.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-rook-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sonobuoy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-sonobuoy-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-velero.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cron-velero-update
on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-weave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cron-weave-update

on:
schedule:
- cron: "0 4 * * 1,2,3,4,5" # “At 04:00 on Monday, Tuesday, Wednesday, Thursday, and Friday.”
- cron: "0 1 * * 1" # “At 01:00 on Monday.”

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 752548a

Please sign in to comment.