-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remove obsolete CI Scripts #9666
Remove obsolete CI Scripts #9666
Conversation
For this pull request to be merged, pull request: 178 in mbedtls-test must first be merged. Since config.pl is being removed, Windows testing will fail until the test CI uses config.py. |
This commit removes Docker CI scripts from the repository as they are no longer necessary with CI images being publically available. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit removes obsolete Travis CI scripts that are no longer required due to the transition to a publically available CI image. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit removes the obsolte config.pl file which was used to transition to config.py. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit removes tcp_client.pl and removes it from ssl-opt.sh as it has been replaced by test_suite_ssl. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit refactors scripts to use config.py which replaces config.pl. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
51fb1af
to
fe81cfe
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.
LGTM, thanks!
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.
LGTM.
But I think we should backport the removal of Dockerfile
and the related scripts. The dockerfile here is obsolete, and it occasionally confuses external contributors. We've long wanted to remove it (#5427 — that issue asked to adapt the *-in-docker.sh
scripts to use the Docker images from mbedtls-test
, but I agree with removing the scripts).
Description
This pull request removes scripts from the repository as they are no longer necessary with CI images being publically available.
This pull request closes: #9663 and closes: #5427.
PR checklist
Please remove the segment/s on either side of the | symbol as appropriate, and add any relevant link/s to the end of the line.
If the provided content is part of the present PR remove the # symbol.
Notes for the submitter
Please refer to the contributing guidelines, especially the
checklist for PR contributors.
Help make review efficient: