This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 1ef26320b753e62971d287975e6e7b3653efaca2 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed Jun 3 17:44:25 2026 -0400 CI: Disable MacOS runner for a bit It's running out of space and Jenkins keep auto-pausing it which blocks CI jobs indefinitely it seems (likely they'd time out after 2h). --- build-aux/Jenkinsfile | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index c3b90488f..8b2c32468 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -261,15 +261,17 @@ meta = [ // gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" // ], - 'macos': [ - name: 'macOS', - disable_spidermonkey: true, - with_nouveau: true, - with_clouseau: true, - clouseau_java_home: '/opt/homebrew/opt/openjdk@21', - gnu_make: 'gmake', - gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" - ], + // Disable temporarily as it is running out of space and Jenkins + // keeps auto-disabling it which blocks CI jobs + // 'macos': [ + // name: 'macOS', + // disable_spidermonkey: true, + // with_nouveau: true, + // with_clouseau: true, + // clouseau_java_home: '/opt/homebrew/opt/openjdk@21', + // gnu_make: 'gmake', + // gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" + // ], 'win2022': [ name: 'Windows 2022',
