aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--screwdriver.yaml2
-rwxr-xr-xscrewdriver/delete-old-cloudsmith-artifacts.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 65633be75c3..293e550613f 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -530,7 +530,7 @@ jobs:
screwdriver.cd/cpu: LOW
screwdriver.cd/ram: LOW
screwdriver.cd/timeout: 10
- screwdriver.cd/buildPeriodically: H 6 * * 1
+ screwdriver.cd/buildPeriodically: H 6 * * *
secrets:
- CLOUDSMITH_API_CREDS
steps:
diff --git a/screwdriver/delete-old-cloudsmith-artifacts.sh b/screwdriver/delete-old-cloudsmith-artifacts.sh
index 9e345646c13..e9e67c23823 100755
--- a/screwdriver/delete-old-cloudsmith-artifacts.sh
+++ b/screwdriver/delete-old-cloudsmith-artifacts.sh
@@ -2,7 +2,7 @@
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -euo pipefail
-MAX_NUMBER_OF_RELEASES=50
+MAX_NUMBER_OF_RELEASES=45
# Cloudsmith repo
rpm --import 'https://dl.cloudsmith.io/public/vespa/open-source-rpms/gpg.0F3DA3C70D35DA7B.key'