Nilesh Patra pushed to branch master at Debian Med / toil
Commits: 29341616 by Nilesh Patra at 2022-03-11T03:48:12+05:30 d/salsa-ci.yml: Disable reprotest - - - - - 1faa9255 by Nilesh Patra at 2022-03-11T03:48:12+05:30 Apply patches before running autopkgtests - - - - - 2b0ed73b by Nilesh Patra at 2022-03-11T03:48:12+05:30 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/salsa-ci.yml - debian/tests/control - debian/tests/run-unit-tests Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +toil (5.6.0-4) unstable; urgency=medium + + * Team Upload. + * d/salsa-ci.yml: Disable reprotest + * Apply patches before running autopkgtests + + -- Nilesh Patra <[email protected]> Fri, 11 Mar 2022 03:46:49 +0530 + toil (5.6.0-3) unstable; urgency=medium * Team Upload. ===================================== debian/salsa-ci.yml ===================================== @@ -2,3 +2,6 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + SALSA_CI_DISABLE_REPROTEST: 1 ===================================== debian/tests/control ===================================== @@ -3,5 +3,5 @@ Depends: toil, python3-wdlparse Restrictions: allow-stderr, superficial Tests: run-unit-tests -Depends: toil, python3-wdlparse, python3-pytest, python3-mock, python3-boto3, rsync, python3-boto, python3-stubserver, python3-yaml +Depends: toil, python3-wdlparse, python3-pytest, python3-mock, python3-boto3, rsync, python3-boto, python3-stubserver, python3-yaml, quilt Restrictions: allow-stderr, needs-internet ===================================== debian/tests/run-unit-tests ===================================== @@ -2,6 +2,7 @@ export LC_ALL=C.UTF-8 +QUILT_PATCHES=debian/patches quilt push -a || true mkdir ${HOME}/tmp TMPDIR=${HOME}/tmp TOIL_TEST_QUICK=True TOIL_SKIP_DOCKER=True python3 -m pytest \ @@ -15,4 +16,5 @@ TMPDIR=${HOME}/tmp TOIL_TEST_QUICK=True TOIL_SKIP_DOCKER=True python3 -m pytest --ignore-glob '*cwlTest*' --ignore /usr/lib/python3/dist-packages/toil/test/lib/aws/test_s3.py \ --pyargs toil.test +QUILT_PATCHES=debian/patches quilt pop -a || true View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/fbe7deed126dd0c917241771a6e2a09b9b29fc51...2b0ed73b5f9ee31eab49bc6c59243d7bbd3ede8a -- View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/fbe7deed126dd0c917241771a6e2a09b9b29fc51...2b0ed73b5f9ee31eab49bc6c59243d7bbd3ede8a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
