Promote centos-8 verify/merge jobs to production. 04/29704/2
authorDave Wallace <[email protected]>
Fri, 30 Oct 2020 21:40:46 +0000 (17:40 -0400)
committerDave Wallace <[email protected]>
Tue, 3 Nov 2020 16:25:56 +0000 (11:25 -0500)
- 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 <[email protected]>
docker/scripts/lib_dnf.sh
jjb/vpp/vpp.yaml

index 4f1f22f..36107d6 100644 (file)
@@ -133,6 +133,7 @@ RUN dnf update -y \\
         python3-pip \\
         puppet \\
         rake \\
+        rsync \\
         ruby-devel \\
         sudo \\
         tree \\
index 9e56224..c518036 100644 (file)
           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
 
           repo-stream-part: 'master'
           branch-head-refspec: ''
     os:
-      - centos8:
-          repo-os-part: 'centos8'
       - debian10:
           repo-os-part: 'buster'
     executor-arch: x86_64