summaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2023-11-17 11:11:04 +0100
committerArnstein Ressem <aressem@yahooinc.com>2023-11-17 11:11:04 +0100
commit22c2d7556662f791ae184d15e87801b1137be62b (patch)
treeac33f33bb32ac1bb36e949ca3fe9ab64410f38f4 /screwdriver.yaml
parent29109450c8c2c98d969a711b8f6240bb5594c150 (diff)
Swap rpm repo.
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index dd9fa5cba8b..c2b2572dd99 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -517,11 +517,13 @@ jobs:
fi
verify-opensource-rpm-installable:
+ requires: [~pr]
image: quay.io/centos/centos:stream8
annotations:
screwdriver.cd/buildPeriodically: H 0 * * *
steps:
- install: |
+ dnf list llvm-libs --showduplicates
dnf install -y dnf-plugins-core
dnf config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo
dnf config-manager --enable powertools
@@ -529,6 +531,7 @@ jobs:
dnf install -y vespa
mirror-copr-rpms-to-archive:
+ requires: [publish-release]
image: quay.io/centos/centos:stream8
annotations:
screwdriver.cd/cpu: LOW