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

allow scheduling getspec workers #523

Merged
merged 2 commits into from
Oct 9, 2020
Merged

Conversation

sherifnada
Copy link
Contributor

What

Allows the scheduler to schedule GetSpec workers.

@sherifnada sherifnada requested review from jrhizor, michel-tricot and cgardens and removed request for jrhizor and michel-tricot October 8, 2020 20:54
},
},
}
---
Copy link
Contributor Author

Choose a reason for hiding this comment

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

unrelated to the PR but noticed that this was json not yaml so i fixed it

@@ -78,22 +82,23 @@ public WorkerRun create(final Job job) {
LOGGER.info("job root: {}", jobRoot);

switch (job.getConfig().getConfigType()) {
case CHECK_CONNECTION_SOURCE:
case CHECK_CONNECTION_DESTINATION:
case CHECK_CONNECTION_SOURCE, CHECK_CONNECTION_DESTINATION -> {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

using jdk14 switch

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.

2 participants