davisp commented on a change in pull request #2367: Rework CI setup
URL: https://github.com/apache/couchdb/pull/2367#discussion_r362667452
 
 

 ##########
 File path: build-aux/Jenkinsfile.full
 ##########
 @@ -156,17 +157,12 @@ pipeline {
         stage('CentOS 6') {
           agent {
             docker {
-              image 'couchdbdev/centos-6-erlang-19.3.6:latest'
+              image 'couchdbdev/centos-6-erlang-20.3.8.24-1:latest'
+              args "${DOCKER_ARGS}"
               alwaysPull true
-              label 'ubuntu'
-              // this keeps builds landing on the same host from clashing with 
each other
-              customWorkspace pwd() + '/centos6'
+              customWorkspace './centos6'
 
 Review comment:
   @kocolosk The list of SSH keys installed is here:
   
   
https://github.com/apache/couchdb-infra-cm/blob/main/roles/common/tasks/main.yml#L6-L8
   
   I can add yours if you like.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to