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

Add dependency cross matching #115

Conversation

tgonzalezorlandoarm
Copy link
Member

  • Add a script to check for mismatches in dependencies in the repository.
  • Add a dependency mismatcher job that checks whether any dependencies have more than one versions.

Mismatches are two different versions of the same dependency.

This is based (almost a complete duplication) on what we currently have in Parsec:
parallaxsecond/parsec#731

The ci-flags input will allow to call the ci.sh script with
arguments and for them to be specified from each ci job that uses
the composite workflow in question.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
* Add a script to check for mismatches in dependencies in the
  repository.

Mismatches are two different versions of the same dependency.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
@tgonzalezorlandoarm
Copy link
Member Author

tests/ci.sh Outdated Show resolved Hide resolved
Add a dependency mismatcher job that checks whether any dependencies
have more than one versions.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
Copy link
Contributor

@gowthamsk-arm gowthamsk-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@minosgalanakis minosgalanakis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgonzalezorlandoarm tgonzalezorlandoarm merged commit 84b258e into parallaxsecond:main Nov 24, 2023
4 checks passed
@tgonzalezorlandoarm tgonzalezorlandoarm deleted the tg/deps-cross-matching branch November 24, 2023 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants