[Git][qa/jenkins.debian.net][master] add risc64 to the multiarch versionskew tests for trixie and sid

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Sep 12 15:18:34 BST 2024



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
592996dc by Holger Levsen at 2024-09-12T16:05:35+02:00
add risc64 to the multiarch versionskew tests for trixie and sid

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/udd-query.sh


Changes:

=====================================
bin/udd-query.sh
=====================================
@@ -29,6 +29,12 @@ multiarch_versionskew() {
 	else
 		DISTRO=$1
 	fi
+	case $DISTRO in
+		trixie|sid)		RELEASE_ARCHS="('amd64', 'arm64', 'armel', 'armhf', 'i386', 'mips64el', 'ppc64el', 'risc64', 's390x')"
+		bullseye|bookworm)	RELEASE_ARCHS="('amd64', 'arm64', 'armel', 'armhf', 'i386', 'mips64el', 'ppc64el', 's390x')"
+
+		*)			echo unknown distro ; exit 1 ;;
+	esac
 	#
 	# SQL query for detecting multi-arch version skew
 	#
@@ -37,8 +43,7 @@ multiarch_versionskew() {
 			FROM packages WHERE
 				release='$DISTRO' AND
 				multi_arch='same' AND
-					architecture IN ('amd64', 'arm64', 'armel', 'armhf', 'i386',
-					'mips64el', 'ppc64el', 's390x')
+				architecture $RELEASE_ARCHS
 				ORDER BY source) AS all_versions
 				GROUP BY source, package
 				HAVING count(*) > 1



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/592996dc8620f0a29aa0f8a206068179e342b37e

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/592996dc8620f0a29aa0f8a206068179e342b37e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20240912/14a1330a/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list