You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/05/02 13:32:36 UTC

[GitHub] [cassandra-builds] michaelsembwever opened a new pull request, #68: Use the git clone reference feature in jenkins, pointing each split's git clone to the first split

michaelsembwever opened a new pull request, #68:
URL: https://github.com/apache/cassandra-builds/pull/68

   … 
   
   Also clean the workspace when the job is done.


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

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever commented on pull request #68: Use the git clone reference feature in jenkins, pointing each split's git clone to the first split

Posted by GitBox <gi...@apache.org>.
michaelsembwever commented on PR #68:
URL: https://github.com/apache/cassandra-builds/pull/68#issuecomment-1116489328

   merged manually with https://github.com/apache/cassandra-builds/commit/3d3150124c3d6aef94f580a0f97531aa9c427f65


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

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever commented on a diff in pull request #68: Use the git clone reference feature in jenkins, pointing each split's git clone to the first split

Posted by GitBox <gi...@apache.org>.
michaelsembwever commented on code in PR #68:
URL: https://github.com/apache/cassandra-builds/pull/68#discussion_r862850040


##########
jenkins-dsl/cassandra_job_dsl_seed.groovy:
##########
@@ -643,6 +643,7 @@ cassandraBranches.each {
                             }
                           }
                         }
+                        cleanWs()

Review Comment:
   clean up the workspace when the build is finishing



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

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever commented on a diff in pull request #68: Use the git clone reference feature in jenkins, pointing each split's git clone to the first split

Posted by GitBox <gi...@apache.org>.
michaelsembwever commented on code in PR #68:
URL: https://github.com/apache/cassandra-builds/pull/68#discussion_r862849837


##########
jenkins-dsl/cassandra_job_dsl_seed.groovy:
##########
@@ -272,7 +272,7 @@ matrixJob('Cassandra-template-dtest-matrix') {
                 cleanAfterCheckout()
                 cloneOption {
                     shallow(false)
-                    reference('.')
+                    reference('../1')

Review Comment:
   git re-uses the first split's git clone for every split



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

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever closed pull request #68: Use the git clone reference feature in jenkins, pointing each split's git clone to the first split

Posted by GitBox <gi...@apache.org>.
michaelsembwever closed pull request #68: Use the git clone reference feature in jenkins, pointing each split's git clone to the first split
URL: https://github.com/apache/cassandra-builds/pull/68


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

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org