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_build_step)
|
||||||
steps.append({
|
# steps.append({
|
||||||
'trigger': 'experimental-goncharov',
|
# 'trigger': 'experimental-goncharov',
|
||||||
'label': ':rocket: build and test (test)',
|
# 'label': ':rocket: build and test (test)',
|
||||||
'async': False,
|
# 'async': False,
|
||||||
'depends_on': 'create-branch',
|
# 'depends_on': 'create-branch',
|
||||||
'build': {
|
# 'build': {
|
||||||
'branch': f'phab-diff-{diff_id}',
|
# 'branch': f'phab-diff-{diff_id}',
|
||||||
'env': env,
|
# 'env': env,
|
||||||
},
|
# },
|
||||||
})
|
# })
|
||||||
print(yaml.dump({'steps': steps}))
|
print(yaml.dump({'steps': steps}))
|
||||||
|
|
Loading…
Add table
Reference in a new issue