Adding executor description for verbose output, adding output directory for build artifacts
This commit is contained in:
@@ -93,6 +93,11 @@ namespace daggy::executors::task {
|
||||
runningJobs_.clear();
|
||||
}
|
||||
|
||||
std::string SlurmTaskExecutor::description() const
|
||||
{
|
||||
return "SlurmTaskExecutor";
|
||||
}
|
||||
|
||||
// Validates the job to ensure that all required values are set and are of
|
||||
// the right type,
|
||||
bool SlurmTaskExecutor::validateTaskParameters(const ConfigValues &job)
|
||||
|
||||
Reference in New Issue
Block a user