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

Make it easier to update gradle verification reference #68

Merged
merged 9 commits into from
Dec 2, 2024

Conversation

lpusok
Copy link
Contributor

@lpusok lpusok commented Nov 29, 2024

  • Created a step bundle and WF (check_gradle_verification) that can be used to update verification-metadata.xml.
    This is now included when running tests, to make sure it is kept up-to-date.
  • Added deps that were missing from verification-metadata.xml. Despite using the same gradle version, when running in CI there were minor differences.

@lpusok lpusok force-pushed the ACI-3019-check-metadata branch from e991fb9 to 3b9e268 Compare November 29, 2024 11:32
@lpusok lpusok closed this Nov 29, 2024
@lpusok lpusok reopened this Nov 29, 2024
@lpusok lpusok closed this Nov 29, 2024
@lpusok lpusok reopened this Nov 29, 2024
@lpusok lpusok marked this pull request as ready for review November 29, 2024 12:56
@lpusok lpusok closed this Nov 29, 2024
@lpusok lpusok reopened this Nov 29, 2024
bitrise.yml Outdated
test:
after_run:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since check_gradle_verification contains only bundle::generate_gradle_verification_reference: { }, and that is also explicitly added here, it will be run twice. Why do we need this after_run?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The idea was to check if it is up-to-date even when running the test WF locally.

bitrise.yml Outdated
- bundle::generate_gradle_verification_reference: { }

step_bundles:
generate_gradle_verification_reference:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since this also performs a check I'd call this check_gradle_verification_reference

Copy link
Contributor Author

Choose a reason for hiding this comment

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

renamed.

@lpusok lpusok closed this Dec 2, 2024
@lpusok lpusok reopened this Dec 2, 2024
@lpusok lpusok merged commit 8d1dd83 into main Dec 2, 2024
1 check passed
@lpusok lpusok deleted the ACI-3019-check-metadata branch December 2, 2024 12:49
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.

2 participants