stop running the experimental pipeline
This commit is contained in:
parent
e1c2aa9610
commit
e4a884d969
1 changed files with 10 additions and 10 deletions
|
@ -88,14 +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,
|
||||
},
|
||||
})
|
||||
# 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