Skip to content

Commit

Permalink
[integ-tests] Disable scheduler_plugin tests from released config
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco De Martino <[email protected]>
  • Loading branch information
demartinofra authored and hanwen-pcluste committed Dec 21, 2022
1 parent e0b6338 commit 58d5464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration-tests/configs/common/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ arm_pl:
instances: {{ common.INSTANCES_DEFAULT_ARM }}
oss: {{ common.OSS_COMMERCIAL_ARM }}
schedulers: ["slurm"]
{%- if SCHEDULER_PLUGIN_TESTS is not defined or SCHEDULER_PLUGIN_TESTS == true %}
scheduler_plugin:
test_scheduler_plugin.py::test_scheduler_plugin_integration:
dimensions:
Expand All @@ -37,6 +38,7 @@ scheduler_plugin:
instances: {{ common.INSTANCES_DEFAULT_ARM }}
oss: {{ common.OSS_COMMERCIAL_ARM }}
schedulers: ["plugin"]
{%- endif %}
cfn-init:
test_cfn_init.py::test_replace_compute_on_failure:
dimensions:
Expand Down

0 comments on commit 58d5464

Please sign in to comment.