Skip to content

Commit ddfde8b

Browse files
authored
ARM Build Spec Coverage Check Adjustment (#339)
1 parent b8f6f6d commit ddfde8b

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
@@ -30,7 +30,7 @@ phases:
3030
- echo Running tox...
3131
- printf "FROM ${PREPROD_TAG}\nADD . /app\nWORKDIR /app\nRUN python3 -m pip install .[test]" > Dockerfile.test
3232
- docker build -t test-xgboost-container -f Dockerfile.test .
33-
- docker run --rm -t test-xgboost-container sh -c 'pytest --cov=sagemaker_xgboost_container --cov-fail-under=60 test/unit'
33+
- docker run --rm -t test-xgboost-container sh -c 'pytest --cov=sagemaker_xgboost_container --cov-fail-under=55 test/unit'
3434
- docker run --rm -t test-xgboost-container sh -c 'flake8 setup.py src test'
3535
- echo Running container tests...
3636
- 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)