feat: repurpose targeted jobs - #597
Draft
narbs91 wants to merge 11 commits into
Draft
Conversation
…orresponding log message
This file contains hidden or 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
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.
Summary
This pull request makes the following changes:
PendingTesting. Additionally, the RP will receive a message telling them they are up for testing before being able to have their resource offer available for regular matching on the networkPendingTestingExplain the motivation for making these changes. Does this pull request implement a feature or fix a bug? Is it a docs change or a typo fix?
Task/Issue reference
Closes: add_link_here
Test plan
Please describe how reviewers can test the changes in this pull request. If the test plan is challenging to explain in text alone, a short video demonstration may be included.
To test this PR, one will need to run the admin service locally, add their RP (0x15d34AAf54267DB7D7c367839AAf71A00a2C6A65) to the test list, then run the lilypad stack locally. Once the RP attempts to submit an resource offer, it should be saved by the solver with the
PendingTestingand be available to run a job with only the target flag (and not be available to be matched in the regular way).On the flip side, you'll want to test that the RP cannot use the target flag when they are on the allow list (and thus not subject for testing)
Details (optional)
Add any additional details that will help to review this pull request.
Related issues or PRs (optional)
Add any related issues or PRs.