Updated Executor and Runner
This commit is contained in:
parent
6386294887
commit
766610d14c
6 changed files with 8 additions and 3984 deletions
|
@ -5,7 +5,7 @@ import single from "./single.js";
|
|||
import failing from "./failing.js";
|
||||
|
||||
// Constants
|
||||
const endLiveCount = 2;
|
||||
const endLiveCount = 5;
|
||||
const reportingUrl = `${process.env.QUALITEER_URL}/api/dev/rabbit/TestResults`;
|
||||
// Pull args
|
||||
const args = process.argv.slice(2);
|
||||
|
|
|
@ -18,6 +18,8 @@ const job = {
|
|||
name: "testing",
|
||||
image: "node",
|
||||
};
|
||||
await primary.newPipelineJob(job, null, () =>
|
||||
|
||||
const launchJob = () => primary.newPipelineJob(job, null, () =>
|
||||
console.log("Primary Job Concluded")
|
||||
);
|
||||
launchJob();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue