summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/scripts/lib_dnf.sh1
-rw-r--r--jjb/vpp/vpp.yaml8
2 files changed, 5 insertions, 4 deletions
diff --git a/docker/scripts/lib_dnf.sh b/docker/scripts/lib_dnf.sh
index 4f1f22f2..36107d68 100644
--- a/docker/scripts/lib_dnf.sh
+++ b/docker/scripts/lib_dnf.sh
@@ -133,6 +133,7 @@ RUN dnf update -y \\
python3-pip \\
puppet \\
rake \\
+ rsync \\
ruby-devel \\
sudo \\
tree \\
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 9e56224c..c518036e 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -110,10 +110,12 @@
repo-stream-part: 'stable.2009'
branch-head-refspec: ''
os:
- - ubuntu2004:
- repo-os-part: 'ubuntu.focal.main'
+ - centos8:
+ repo-os-part: 'centos8'
- debian9:
repo-os-part: 'stretch'
+ - ubuntu2004:
+ repo-os-part: 'ubuntu.focal.main'
executor-arch: 'x86_64'
# [end] VPP-OS-IN-2009-X86_64 PROJECT
@@ -171,8 +173,6 @@
repo-stream-part: 'master'
branch-head-refspec: ''
os:
- - centos8:
- repo-os-part: 'centos8'
- debian10:
repo-os-part: 'buster'
executor-arch: x86_64