-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow PKCS11 tests to fail on Travis #154
Conversation
cc #116 |
Did it trigger the PKCS 11 build at all? |
Hmm, it doesn't look like it. |
0e4c821
to
2e3ab56
Compare
.travis.yml
Outdated
- DOCKER_IMAGE_NAME=mbed-crypto-provider | ||
- DOCKER_IMAGE_PATH=tests/per_provider/provider_cfg/mbed-crypto | ||
# Stress test fails on Travis CI, see #116 | ||
- SCRIPT="tests/ci.sh --no-stress-test mbed-crypto" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove the --no-stress-test
and put them in the allow_failures
if they start failing consistently
4c83d8c
to
4715f9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it worked!
This commit adds a provision for Travis CI to allow it to fail for PKCS11 tests. Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
4715f9b
to
62d198f
Compare
This commit adds a provision for Travis CI to allow it to fail for
PKCS11 tests.
Signed-off-by: Ionut Mihalcea ionut.mihalcea@arm.com