Skip to content

Remove the dataset parameter from the prebuild logic#199

Merged
borrrden merged 1 commit into
mainfrom
remove_dataset_build
Jun 9, 2025
Merged

Remove the dataset parameter from the prebuild logic#199
borrrden merged 1 commit into
mainfrom
remove_dataset_build

Conversation

@borrrden

@borrrden borrrden commented Jun 7, 2025

Copy link
Copy Markdown
Member

This means taking the dataset version out of the filename and not having a Jenkins prebuild option to specify it anymore. Prebuilt test servers will hard code 3.2 for now until the copy dataset logic can be fully removed.

@borrrden borrrden requested review from bmeike, pasin and velicuvlad June 7, 2025 01:49
This means taking the dataset version out of the filename and not having a Jenkins prebuild option to specify it anymore.  Prebuilt test servers will hard code 3.2 for now until the copy dataset logic can be fully removed.
@borrrden borrrden force-pushed the remove_dataset_build branch from 36a34fc to 5905689 Compare June 7, 2025 01:52
@borrrden

borrrden commented Jun 7, 2025

Copy link
Copy Markdown
Member Author

This looks bigger than it actually is because a lot of stuff needs to be repeated across the different test server platforms. Basically, removing an argument from the abstract base constructor which is then echoed into the subclasses. Also removing the dataset version from copy_datasets. copy_datasets is now deprecated and will be removed once all platforms have asset downloading in place.

@bmeike bmeike left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is because the dataset is now chosen at runtime?

@borrrden

borrrden commented Jun 9, 2025

Copy link
Copy Markdown
Member Author

This is because the dataset is now chosen at runtime?

Precisely. The current prebuild system is designed to make two builds (one for 3.2 and one for 4.0), and I simplified it to make only one (dataset chosen at runtime).

@borrrden borrrden merged commit 23c7b6d into main Jun 9, 2025
4 checks passed
@borrrden borrrden deleted the remove_dataset_build branch June 9, 2025 22:24
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