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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new ca97a1815e [Build] Do not build on ephemeral nodes (#1825)
ca97a1815e is described below

commit ca97a1815e724b869e2cc3421b83a77bf6e7734f
Author: Rene Cordier <rcord...@linagora.com>
AuthorDate: Wed Nov 29 23:18:19 2023 +0700

    [Build] Do not build on ephemeral nodes (#1825)
    
    Infra team put some extra nodes called ephemeral are just overflow nodes, 
kicking in when no buildsxx nodes are available for new builds.
    
    We can't run on those as there is less resources on those than buildsxx, 
which is not enough for James heavy builds.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3af2cdabfd..c133a478f8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
  *
  */
 
-def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
+def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu && !ephemeral'
 def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
 
 pipeline {


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to