Updated things for compound testing

This commit is contained in:
Dunemask 2022-07-12 02:44:44 +00:00
parent 4e6732c09b
commit 5c3f865604
16 changed files with 160 additions and 56 deletions

View file

@ -14,9 +14,10 @@ const primary = new Initiator(url);
const job = {
type: "compound",
testName: "primary",
pipelineLife: 1,
pipelineTriggers: "secondary",
name: "testing",
image: "node",
};
await primary.newJob(job, null, () => console.log("Primary Job Concluded"));
await primary.newPipelineJob(job, null, () =>
console.log("Primary Job Concluded")
);