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.
1 parent f8cacff commit 7ea861bCopy full SHA for 7ea861b
tests/integration-tests/configs/dummy.yaml
@@ -0,0 +1,10 @@
1
+{%- import 'common.jinja2' as common with context -%}
2
+---
3
+test-suites:
4
+ dummy:
5
+ test_dummy.py::test_dummy:
6
+ dimensions:
7
+ - regions: [ "us-west-2" ]
8
+ instances: {{ common.INSTANCES_DEFAULT_X86 }}
9
+ oss: [ "ubuntu2004" ]
10
+ schedulers: [ "slurm" ]
0 commit comments