Minor Adjustments
This commit is contained in:
parent
1084f5d937
commit
f486d50efa
60 changed files with 1965 additions and 127 deletions
|
@ -1,4 +1,5 @@
|
|||
import KubeJobsWorker from "./KubeJobsWorker.js";
|
||||
import TestResultsWorker from "./TestResultsWorker.js";
|
||||
|
||||
const buildWorkers = (skio) => [new TestResultsWorker(skio)];
|
||||
const buildWorkers = (skio) => [new TestResultsWorker(skio), new KubeJobsWorker(skio)];
|
||||
export default buildWorkers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue