From d4238e9eb56a8f47b07c44af7203425654760998 Mon Sep 17 00:00:00 2001 From: Marcio Vinicius dos Santos Date: Wed, 26 Jun 2019 15:43:26 -0700 Subject: [PATCH 1/2] Update buildspec.yml --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 253e0d79bc..4b58e93b67 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -34,7 +34,7 @@ phases: # run integration tests - | if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then - IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --boxed --reruns 2 + IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --reruns 2 else echo "skipping integration tests" fi From dcd3569ff5b96755f0621e2b861ffe9b4f3f6e55 Mon Sep 17 00:00:00 2001 From: Marcio Vinicius dos Santos Date: Wed, 26 Jun 2019 15:47:28 -0700 Subject: [PATCH 2/2] Update buildspec.yml --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 4b58e93b67..87fafc320b 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -34,7 +34,7 @@ phases: # run integration tests - | if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then - IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --reruns 2 + IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --reruns 3 else echo "skipping integration tests" fi