Skip to content
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

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Conversation

Harry-Ramsey
Copy link
Contributor

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.

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.

  • changelog not required because: changes are for CI deprecation.
  • development PR provided.
  • framework PR not required.
  • 3.6 PR not required because: changes are for 4.0.
  • 2.28 PR not required because: changes are for 4.0.
  • tests not required because: changes are for CI deprecation.

Notes for the submitter

Please refer to the contributing guidelines, especially the
checklist for PR contributors.

Help make review efficient:

  • Multiple simple commits
    • please structure your PR into a series of small commits, each of which does one thing
  • Avoid force-push
    • please do not force-push to update your PR - just add new commit(s)
  • See our Guidelines for Contributors for more details about the review process.

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>
@Harry-Ramsey Harry-Ramsey self-assigned this Oct 3, 2024
@Harry-Ramsey Harry-Ramsey added enhancement priority-high High priority - will be reviewed soon size-xs Estimated task size: extra small (a few hours at most) needs-work labels Oct 3, 2024
This commit refactors scripts to use config.py which replaces config.pl.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
@Harry-Ramsey
Copy link
Contributor Author

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.

@Harry-Ramsey Harry-Ramsey added needs-ci Needs to pass CI tests needs-preceding-pr Requires another PR to be merged first needs-reviewer This PR needs someone to pick it up for review and removed needs-work labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs-ci Needs to pass CI tests needs-preceding-pr Requires another PR to be merged first needs-reviewer This PR needs someone to pick it up for review priority-high High priority - will be reviewed soon size-xs Estimated task size: extra small (a few hours at most)
Projects
Development

Successfully merging this pull request may close these issues.

Remove obsolete scripts
1 participant