We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
monkey-ABCD
1 parent 0d04c5c commit f68a898Copy full SHA for f68a898
CPAC/pipeline/__init__.py
@@ -25,7 +25,8 @@
25
x in ALL_PIPELINE_CONFIGS if 'pipeline_config' in x]
26
ALL_PIPELINE_CONFIGS.sort()
27
AVAILABLE_PIPELINE_CONFIGS = [preconfig for preconfig in ALL_PIPELINE_CONFIGS
28
- if preconfig != 'benchmark-ANTS' and
+ if preconfig not in
29
+ ['benchmark-ANTS', 'monkey-ABCD'] and
30
not preconfig.startswith('regtest-')]
31
32
0 commit comments