Upgrades people!
This commit is contained in:
parent
f84234150f
commit
8ad56e8d38
40 changed files with 483 additions and 379 deletions
|
@ -14,7 +14,16 @@ const primary = new Initiator(url);
|
|||
const job = {
|
||||
type: "compound",
|
||||
testName: "primary",
|
||||
pipelineTriggers: "secondary",
|
||||
pipeline: {
|
||||
triggers: {
|
||||
secondary1: {
|
||||
tertiary1: {},
|
||||
tertiary2: { __testDelay: 5000 },
|
||||
__testDelay: 1000,
|
||||
},
|
||||
secondary2: { tertiary3: { __testDelay: 3000 }, __testDelay: 15000 },
|
||||
},
|
||||
},
|
||||
name: "testing",
|
||||
image: "node",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue