-
Notifications
You must be signed in to change notification settings - Fork 215
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
split matrix and add task runner api #1259
Merged
rajithkrishnegowda
merged 11 commits into
securefederatedai:develop
from
rajithkrishnegowda:split-matrixtest
Jan 13, 2025
Merged
split matrix and add task runner api #1259
rajithkrishnegowda
merged 11 commits into
securefederatedai:develop
from
rajithkrishnegowda:split-matrixtest
Jan 13, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rajithkrishnegowda
force-pushed
the
split-matrixtest
branch
from
January 10, 2025 11:39
cc17b2c
to
d11245b
Compare
…wda/openfl into split-matrixtest
rajithkrishnegowda
requested review from
theakshaypant,
MasterSkepticista,
tanwarsh and
rahulga1
January 13, 2025 07:22
MasterSkepticista
approved these changes
Jan 13, 2025
noopurintel
approved these changes
Jan 13, 2025
tanwarsh
changed the title
split matrix and add task runner api
split matrix and task runner api
Jan 13, 2025
tanwarsh
approved these changes
Jan 13, 2025
tanwarsh
changed the title
split matrix and task runner api
split matrix and add task runner api
Jan 13, 2025
rahulga1
approved these changes
Jan 13, 2025
theakshaypant
approved these changes
Jan 13, 2025
rajithkrishnegowda
merged commit Jan 13, 2025
c35d02c
into
securefederatedai:develop
21 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Split Matrix: Moved the matrix strategy from taskrunner.yml to ubuntu.yml and windows.yml to streamline the workflows.
Added Task Runner API: Included the Task Runner API steps in taskrunner.yml for better clarity.