From nobody Mon Feb 9 01:21:20 2026 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B4A5F344DB4; Tue, 27 Jan 2026 10:44:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769510693; cv=none; b=vEHJT0zBSCkIKXym9DfkIGoR3HQICoHKuzauD/LHbd2X86d9ufX1kgkx5PlnWkT+Z5qZ+ixCHq1OLuGJdIKEFvU04y4dwFu2f6/dXhNoEpIWiBdDLfQpZGytwc6lVz0quS4JZDnmN8jQVYCFibF1pixecM558Erej2SCqF7dHwA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769510693; c=relaxed/simple; bh=qYSt9bUzQj5PyLabpQbUCQOve2lblO05FC7MGh9qImw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=mwb/FNkYSZ6Dd9o3Mzd3CvKOCLxTaSfjureCv8+0dvTKujxNDKHvFCC/9KqN/T5yBE9ayHvBvCP4qQ5GaL++gu++phe2Qxrq5rXR2cfRfry2YOxskrAI2E6I8KYBTQLjThlkPYcfmCuTW/4rGIngYw+etCqSM8NyUkVmqQDjl9Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=NJW/8eJ/; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="NJW/8eJ/" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1769510690; bh=qYSt9bUzQj5PyLabpQbUCQOve2lblO05FC7MGh9qImw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NJW/8eJ/0fjsVjkD9hNxyNMHFzxPA7QiELRnVSJ/tBEgwal3OLvg5UWufex+uMvmy +A+jaYPaDN4FDmi9ILRED9athTHjU4tOhmVaQgeJOtqLYmERrmyK7RGVQw3zsHGzUr wmo3j+GKT3H2AUHuQHHRGs3vcq2ipDGPhyU8/2SrB48dGXXbZBj7GX806vR8GNDE3J Cy0s3W4BQN9k8y1e+XBul4S8QX+9gLLESWvuTh/VMA1vMwlQ2e59IRibNpe5zw46/e ou/ERa3qbe2Loa9C2GUFQDmS1OdQnnVWyDY29Nt86Gd73Izcplr0mM3HpKPoD2trJX WyZwxbkw0mung== Received: from vignesh-thinkpad.. (unknown [171.76.81.211]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: vignesh) by bali.collaboradmins.com (Postfix) with ESMTPSA id 3A56917E0DB7; Tue, 27 Jan 2026 11:44:46 +0100 (CET) From: Vignesh Raman To: dri-devel@lists.freedesktop.org Cc: daniels@collabora.com, helen.fornazier@gmail.com, airlied@gmail.com, simona.vetter@ffwll.ch, dmitry.baryshkov@oss.qualcomm.com, lumag@kernel.org, robdclark@gmail.com, robin.clark@oss.qualcomm.com, guilherme.gallo@collabora.com, sergi.blanch.torne@collabora.com, valentine.burley@collabora.com, linux-mediatek@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-rockchip@lists.infradead.org, amd-gfx@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, intel-gfx@lists.freedesktop.org, virtualization@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH v1 7/7] drm/ci: disable rebase when pulling *-external-fixes Date: Tue, 27 Jan 2026 16:14:02 +0530 Message-ID: <20260127104406.200505-8-vignesh.raman@collabora.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260127104406.200505-1-vignesh.raman@collabora.com> References: <20260127104406.200505-1-vignesh.raman@collabora.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" CI jobs were rebasing the branch-under-test onto *-external-fixes, causing conflicts. Remove the global pull.rebase setting and disable rebase when pulling *-external-fixes so they are merged instead. Signed-off-by: Vignesh Raman --- drivers/gpu/drm/ci/build.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/ci/build.sh b/drivers/gpu/drm/ci/build.sh index 5485ea756382..d00d549cbd9c 100644 --- a/drivers/gpu/drm/ci/build.sh +++ b/drivers/gpu/drm/ci/build.sh @@ -3,9 +3,6 @@ =20 set -ex =20 -# Clean up stale rebases that GitLab might not have removed when reusing a= checkout dir -rm -rf .git/rebase-apply - . .gitlab-ci/container/container_pre_build.sh =20 # libssl-dev was uninstalled because it was considered an ephemeral package @@ -62,25 +59,24 @@ export PATH=3D$NEWPATH:$PATH =20 git config --global user.email "fdo@example.com" git config --global user.name "freedesktop.org CI" -git config --global pull.rebase true =20 # cleanup git state on the worker -rm -rf .git/rebase-merge +rm -rf .git/rebase-merge .git/rebase-apply =20 # Try to merge fixes from target repo if [ "$(git ls-remote --exit-code --heads ${UPSTREAM_REPO} ${TARGET_BRANCH= }-external-fixes)" ]; then - git pull ${UPSTREAM_REPO} ${TARGET_BRANCH}-external-fixes + git pull --no-rebase ${UPSTREAM_REPO} ${TARGET_BRANCH}-external-fixes fi =20 # Try to merge fixes from local repo if this isn't a merge request # otherwise try merging the fixes from the merge target if [ -z "$CI_MERGE_REQUEST_PROJECT_PATH" ]; then if [ "$(git ls-remote --exit-code --heads origin ${TARGET_BRANCH}-exte= rnal-fixes)" ]; then - git pull origin ${TARGET_BRANCH}-external-fixes + git pull --no-rebase origin ${TARGET_BRANCH}-external-fixes fi else if [ "$(git ls-remote --exit-code --heads ${CI_MERGE_REQUEST_PROJECT_U= RL} ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}-external-fixes)" ]; then - git pull ${CI_MERGE_REQUEST_PROJECT_URL} ${CI_MERGE_REQUEST_TARGET= _BRANCH_NAME}-external-fixes + git pull --no-rebase ${CI_MERGE_REQUEST_PROJECT_URL} ${CI_MERGE_RE= QUEST_TARGET_BRANCH_NAME}-external-fixes fi fi =20 --=20 2.47.3