Skip to content

Commit 7ea861b

Browse files
Add dummy config for pipeline testing (#6383)
1 parent f8cacff commit 7ea861b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)