summaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 7661f7043dc..e1ee1bcff8c 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -528,6 +528,24 @@ jobs:
dnf install -y epel-release
dnf install -y vespa
+ mirror-copr-rpms-to-archive:
+ image: quay.io/centos/centos:stream8
+ annotations:
+ screwdriver.cd/cpu: LOW
+ screwdriver.cd/ram: LOW
+ screwdriver.cd/disk: HIGH
+ screwdriver.cd/timeout: 60
+ screwdriver.cd/buildPeriodically: H 6 * * *
+ secrets:
+ - CLOUDSMITH_API_CREDS
+ steps:
+ - install: |
+ dnf install -y dnf-plugins-core jq
+ - mirror-x86-64: |
+ screwdriver/publish-unpublished-rpms-to-archive.sh x86_64
+ - mirror-aarch64: |
+ screwdriver/publish-unpublished-rpms-to-archive.sh aarch64
+
mirror-copr-rpms-to-artifactory:
image: quay.io/centos/centos:stream8
annotations: