Skip to content

Commit

Permalink
chore: disable cloud-images cron workflow
Browse files Browse the repository at this point in the history
Otherwise it uploads an AMI every night, and eventually we run out of
AMI limit.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Sep 30, 2024
1 parent b07a8b3 commit 10f2539
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 95 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/integration-cloud-images-cron.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/slack-notify.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-09-05T16:23:55Z by kres b5ca957.
# Generated on 2024-09-30T11:21:25Z by kres 8be5fa7.

name: slack-notify
"on":
Expand All @@ -26,7 +26,6 @@ name: slack-notify
- integration-qemu-csi-longhorn-cron
- integration-images-cron
- integration-reproducibility-test-cron
- integration-cloud-images-cron
- integration-image-factory-cron
- integration-aws-cron
- integration-aws-nvidia-oss-cron
Expand Down
2 changes: 0 additions & 2 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1435,8 +1435,6 @@ spec:
runners:
- self-hosted
- generic # this is not compute intensive, so we can use generic
crons:
- '30 2 * * *'
triggerLabels:
- integration/cloud-images
steps:
Expand Down

0 comments on commit 10f2539

Please sign in to comment.