Super Pipelines and display

This commit is contained in:
Dunemask 2022-08-09 14:07:53 +00:00
parent 8ad56e8d38
commit c05502f15c
8 changed files with 223 additions and 75 deletions

View file

@ -12,16 +12,20 @@ const url = process.env.QUALITEER_URL;
// Create an initiator and make a job request
const primary = new Initiator(url);
const job = {
type: "compound",
testName: "primary",
pipeline: {
__test: "primary",
triggers: {
secondary1: {
tertiary1: {},
tertiary2: { __testDelay: 5000 },
__testDelay: 1000,
tertiary1: {},
tertiary2: {
__testDelay: 8000 },
},
secondary2: {
__testDelay: 20000,
tertiary3: {
__testDelay: 3000 },
},
secondary2: { tertiary3: { __testDelay: 3000 }, __testDelay: 15000 },
},
},
name: "testing",