Skip to content

Commit

Permalink
chore: disable autotest
Browse files Browse the repository at this point in the history
* chore: disable autotest

disabled auto test as network connection is not
available during obs

Log:

* Update changelog

---------

Co-authored-by: zhoushicheng <[email protected]>
  • Loading branch information
xzl01 and zhousc11 authored Dec 2, 2024
1 parent d129731 commit b821d8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mpi4py (4.0.1-6deepin1) unstable; urgency=medium

* Disable test as there is no network during build process

-- zhoushicheng <[email protected]> Mon, 02 Dec 2024 15:07:04 +0800

mpi4py (4.0.1-6) unstable; urgency=medium

* mips64el is in trouble. Reinstate version restriction. Test
Expand Down Expand Up @@ -242,6 +248,7 @@ mpi4py (3.1.5-6) unstable; urgency=medium

-- Drew Parsons <[email protected]> Mon, 06 May 2024 19:33:49 +0200


mpi4py (3.1.5-5) unstable; urgency=medium

* Team upload
Expand Down
18 changes: 2 additions & 16 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,8 @@ export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/


# disable build tests for these arches:
# x32 consistently times out on tests
NO_TEST_ARCH_LIST = x32

empty :=
space := $(empty)$(empty)

# run tests, or not
RUNTEST=yes
ifneq (,$(findstring $(space)$(DEB_HOST_ARCH)$(space), $(space)$(NO_TEST_ARCH_LIST)$(space)))
RUNTEST=no
endif
ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
RUNTEST=no
endif
# disable tests by default as network connection is not available
RUNTEST=no

ifeq ($(DEB_HOST_ARCH),mips64el)
# mips64el times out. Run tests on default python only.
Expand Down

0 comments on commit b821d8b

Please sign in to comment.