Skip to content

Commit 58d5464

Browse files
demartinofrahanwen-pcluste
authored andcommitted
[integ-tests] Disable scheduler_plugin tests from released config
Signed-off-by: Francesco De Martino <[email protected]>
1 parent e0b6338 commit 58d5464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration-tests/configs/common/common.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ arm_pl:
2626
instances: {{ common.INSTANCES_DEFAULT_ARM }}
2727
oss: {{ common.OSS_COMMERCIAL_ARM }}
2828
schedulers: ["slurm"]
29+
{%- if SCHEDULER_PLUGIN_TESTS is not defined or SCHEDULER_PLUGIN_TESTS == true %}
2930
scheduler_plugin:
3031
test_scheduler_plugin.py::test_scheduler_plugin_integration:
3132
dimensions:
@@ -37,6 +38,7 @@ scheduler_plugin:
3738
instances: {{ common.INSTANCES_DEFAULT_ARM }}
3839
oss: {{ common.OSS_COMMERCIAL_ARM }}
3940
schedulers: ["plugin"]
41+
{%- endif %}
4042
cfn-init:
4143
test_cfn_init.py::test_replace_compute_on_failure:
4244
dimensions:

0 commit comments

Comments
 (0)