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

 ##########
 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:
   For example, if I check the logs of a currently running job:
   
   
https://jenkins-cm1.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/jenkins-pr-jenkinsfile/13/consoleFull
   
   I see a line for CentOS 6 that says
   
   > `16:35:57  Running on couchdb-ci-worker-dal-1-5 in 
/home/****/workspace/ormMatrix_****-pr-****file@3`
   
   and then a few lines later one that seems to report the invocation of the 
`customWorkspace` command:
   
   > `16:35:57  Running in /home/****/centos6@2`
   
   Comparing these two suggests to me that we've exited the workspace entirely 
with that `customWorkspace` argument.

----------------------------------------------------------------
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