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

Next Release #613

Merged
merged 3 commits into from
Feb 23, 2024
Merged

Next Release #613

merged 3 commits into from
Feb 23, 2024

Conversation

josephjclark
Copy link
Collaborator

@josephjclark josephjclark commented Feb 23, 2024

  • Support multiple versions of the same adaptor in the runtime
  • Update version printouts

* runtime: allow each job in a workflow to use a different adaptor version

Basically instead of looking up the adaptor version from the global list of options, we calculate the version for each step and pass that through to execution

* tests: add test of multiple versions

* engine: prefer repoDir to adaptorPaths

This lets the runtime use the repo to install the correct versions of adaptors. It might run a little slower though

* runtime: allow linker options to be passed on each job

* runtime: better mreging of linker options

* engine: update autoinstall to write paths to the plan
* engine: publish versions with workflow-start and support multiple adaptors

* worker: update version handling

We only include versions on workflow start and allow multiple adaptor versions to be printed
@josephjclark josephjclark marked this pull request as ready for review February 23, 2024 18:01
@taylordowns2000 taylordowns2000 merged commit 6b4a5fa into main Feb 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants