git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: CI Failures (osx with p4)
Date: Fri, 14 Nov 2025 12:34:13 -0800	[thread overview]
Message-ID: <xmqqqzu0gxq2.fsf_-_@gitster.g> (raw)
In-Reply-To: <xmqqv7jcgy8y.fsf@gitster.g> (Junio C. Hamano's message of "Fri, 14 Nov 2025 12:22:53 -0800")

Speaking of CI failures, I think we are seeing unusually high rate
of failures from random osx jobs failing to successfully run t98xx
series.  Is p4 on macOSX still a thing?  As macOSX tests tend to
take very long to complete compared to other jobs, I am tempted to
suggest dropping p4 tests from there.

Opinions?

----- >8 -----
Subject: [PATCH] CI: drop Perforce tests from macOSX jobs

It seems that we seem to be getting unusually higher rate of
failures from random macOSX jobs failing to run t98xx series, even
though we haven't changed Perforce interaction part of our codebase
for quite some time, and the failures seem to be limited to macOSX
jobs and no other platforms.

Most importantly, nobody from the macOSX community seems to have
raised an issue here, reporting any failures.

Perhaps we should stop testing the combination of P4 and macOSX to
save cycles, electricity, and my sanity ;-)

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 ci/install-dependencies.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git c/ci/install-dependencies.sh w/ci/install-dependencies.sh
index 50628ee2dd..3f718dad41 100755
--- c/ci/install-dependencies.sh
+++ w/ci/install-dependencies.sh
@@ -109,10 +109,6 @@ macos-*)
 	brew link --force gettext
 
 	mkdir -p "$CUSTOM_PATH"
-	wget -q "$P4WHENCE/bin.macosx1015x86_64/helix-core-server.tgz" &&
-	tar -xf helix-core-server.tgz -C "$CUSTOM_PATH" p4 p4d &&
-	sudo xattr -d com.apple.quarantine "$CUSTOM_PATH/p4" "$CUSTOM_PATH/p4d" 2>/dev/null || true
-	rm helix-core-server.tgz
 
 	case "$jobname" in
 	osx-meson)

  reply	other threads:[~2025-11-14 20:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-14 20:00 CI Failures Phillip Wood
2025-11-14 20:11 ` Phillip Wood
2025-11-14 20:22   ` Junio C Hamano
2025-11-14 20:34     ` Junio C Hamano [this message]
2025-11-16 15:23       ` CI Failures (osx with p4) Koji Nakamaru
2025-11-16 17:18         ` Junio C Hamano
2025-11-16 23:25           ` Koji Nakamaru
2025-11-17  0:25             ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xmqqqzu0gxq2.fsf_-_@gitster.g \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).