1
0
Fork 0

also trigger experimental pipeline

This commit is contained in:
Mikhail Goncharov 2023-08-31 14:50:55 +02:00
parent 722d4632f3
commit e1c2aa9610

View file

@ -88,4 +88,14 @@ if __name__ == '__main__':
}, },
} }
steps.append(trigger_build_step) 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})) print(yaml.dump({'steps': steps}))