Skip to content

Commit 24a1f63

Browse files
authored
ARM Build Spec Coverage Check Adjustment (#340)
1 parent 0741505 commit 24a1f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/buildspec_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ phases:
3131
- echo Running tox...
3232
- printf "FROM ${PREPROD_TAG}\nADD . /app\nWORKDIR /app\nRUN python3 -m pip install .[test]" > Dockerfile.test
3333
- docker build -t test-xgboost-container -f Dockerfile.test .
34-
- docker run --rm -t test-xgboost-container sh -c 'pytest --cov=sagemaker_xgboost_container --cov-fail-under=60 test/unit'
34+
- docker run --rm -t test-xgboost-container sh -c 'pytest --cov=sagemaker_xgboost_container --cov-fail-under=55 test/unit'
3535
- docker run --rm -t test-xgboost-container sh -c 'flake8 setup.py src test'
3636
- echo Running container tests...
3737
- pytest test/integration/local --docker-base-name preprod-xgboost-container --tag ${CPU_TAG_SUFFIX} --py-version 3 --framework-version $FRAMEWORK_VERSION

0 commit comments

Comments
 (0)