Skip to content
Snippets Groups Projects
Commit 2cf1169c authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Use new merge alias (label=X) for lhcb-test-throughput

parent 2a8755d0
No related branches found
No related tags found
No related merge requests found
Pipeline #1149747 failed
...@@ -82,13 +82,7 @@ throughput.LCG.version = '96b' ...@@ -82,13 +82,7 @@ throughput.LCG.version = '96b'
throughput.Gaudi.version = 'master' throughput.Gaudi.version = 'master'
for p in throughput.projects: for p in throughput.projects:
if p.name not in ('LCG', 'DBASE', 'PARAM'): if p.name not in ('LCG', 'DBASE', 'PARAM'):
p.checkout_opts = { p.checkout_opts['merges'] = ['label=lhcb-test-throughput']
'merges':
getMergeRequests(
p.name,
target_branch=p.version,
labels=['lhcb-test-throughput'])
}
throughput.platforms = [ throughput.platforms = [
'x86_64-centos7-gcc8-opt', 'x86_64-centos7-gcc8-opt',
'x86_64+avx2+fma-centos7-gcc8-opt', 'x86_64+avx2+fma-centos7-gcc8-opt',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment