also trigger experimental pipeline
This commit is contained in:
parent
722d4632f3
commit
e1c2aa9610
1 changed files with 10 additions and 0 deletions
|
@ -88,4 +88,14 @@ if __name__ == '__main__':
|
|||
},
|
||||
}
|
||||
steps.append(trigger_build_step)
|
||||
steps.append({
|
||||
'trigger': 'experimental-goncharov',
|
||||
'label': ':rocket: build and test (test)',
|
||||
'async': False,
|
||||
'depends_on': 'create-branch',
|
||||
'build': {
|
||||
'branch': f'phab-diff-{diff_id}',
|
||||
'env': env,
|
||||
},
|
||||
})
|
||||
print(yaml.dump({'steps': steps}))
|
||||
|
|
Loading…
Reference in a new issue