osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30513 )
Change subject: repo-install-test: sort centos pkgs from repoquery ......................................................................
repo-install-test: sort centos pkgs from repoquery
Apparently the output of repoquery isn't always sorted, it started failing on jenkins after moving the test inside qemu. Add an explicit sort.
Fix for: + comm -23 osmocom_packages_all.txt blacklist.txt comm: file 1 is not in sorted order
Related: OS#5365 Change-Id: Icb00df102555e06b66b1c2597488b625e3c77f1c --- M scripts/repo-install-test/run-inside.sh 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/13/30513/1
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh index 614fb8b..251fa3d 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -336,6 +336,7 @@ --repoid="$(proj_with_underscore "$PROJ")" \ --archlist="x86_64,noarch" \ --qf="%{name}" \ + | sort \ > osmocom_packages_all.txt
cat osmocom_packages_all.txt