summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-10-30 17:40:46 -0400
committerDave Wallace <dwallacelf@gmail.com>2020-11-03 11:25:56 -0500
commit8dc2c87d3f091c98a7b400c36b793ee1721b9172 (patch)
treeb1e340e98e416efa75881898bf7cf4dde92e5673
parentf188fc8c1bb12e0a116cba0fa837561080177680 (diff)
Promote centos-8 verify/merge jobs to production.
- Executor docker image fdiotools/builder-centos8:prod-x86_64 image verified on sandbox with latest master and stable/2009 patches Change-Id: Ibe619a0082130a60273cbfda2c008ae452194f7a Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
-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