You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/09/15 15:58:47 UTC

[couchdb] branch jenkins-no-ppc64le created (now 8e623c0)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch jenkins-no-ppc64le
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 8e623c0  Drop Jenkins ppc64le builds (for now)

This branch includes the following new commits:

     new 8e623c0  Drop Jenkins ppc64le builds (for now)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Drop Jenkins ppc64le builds (for now)

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch jenkins-no-ppc64le
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 8e623c0648fd38413182d67ff221c713b0b54a2d
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Sep 15 11:58:25 2020 -0400

    Drop Jenkins ppc64le builds (for now)
---
 build-aux/Jenkinsfile.full | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index cc13f9d..7da3f41 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -593,6 +593,10 @@ pipeline {
           } // post
         } // stage
 
+/*
+
+  - Removed 2020.09.15 - VMs are offline
+
         stage('Debian Buster ppc64le') {
           agent {
             docker {
@@ -636,6 +640,7 @@ pipeline {
             }
           } // post
         } // stage
+*/
 
 	/*
 	 * Example of how to do a qemu-based run, please leave here