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

Use RODARE api instead of hard coded URL: #542

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

DanielKotik
Copy link
Member

@DanielKotik DanielKotik commented Jun 10, 2024

It is better to use the DOI, which always refers to the latest version of the test data repo. This avoids updating the CI at several places each time there is a new version of the test data repo.

Closes #537

Its better to use the DOI which always points to the latest version of
the test data repo. This avoids updating the CI at several places each
time there is a new version of the test data repo.

Co-authored-by: David Pape <[email protected]>
@DanielKotik DanielKotik self-assigned this Jun 10, 2024
@DanielKotik DanielKotik added the CI/CD Pipelines label Jun 10, 2024
@DanielKotik DanielKotik marked this pull request as ready for review June 10, 2024 09:23
@DanielKotik DanielKotik marked this pull request as draft June 10, 2024 09:35
@DanielKotik DanielKotik marked this pull request as ready for review June 10, 2024 11:40
The top level directory in the zip file is suffixed with a commit hash
that relates to the downloaded test data repository. Subsequent steps in
the pipeline expect this directory have the name `test_data`. This snippet
avoids manual renaming of the extracted folder with each newer version
of the test data repository.
Copy link
Member

@RandomDefaultUser RandomDefaultUser left a comment

Choose a reason for hiding this comment

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

Thanks a lot for this PR @DanielKotik that looks great! I am glad we can use RODARE without having to manually update the file paths all the time.
Can be merged from my side.

@DanielKotik DanielKotik merged commit c3383a6 into mala-project:develop Jun 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Pipelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve CI with regards to data repo updates
2 participants