Skip to content

Commit c7e6423

Browse files
committed
test: Add new interu config file
1 parent 46e9851 commit c7e6423

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

tests/infrastructure.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/interu.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
runners:
3+
amd64:
4+
platform: aks-1.32
5+
ttl: 6h
6+
node-groups:
7+
- name: default
8+
arch: amd64
9+
size: medium
10+
disk-gb: 100
11+
nodes: 3
12+
13+
profiles:
14+
# TODO (@Techassi): This will be enabled later
15+
# schedule:
16+
# strategy: use-runner
17+
# runner: amd64
18+
# options:
19+
# beku-parallelism: 2
20+
smoke-latest:
21+
strategy: use-runner
22+
runner: amd64
23+
options:
24+
beku-parallelism: 2
25+
beku-test-suite: smoke-latest

0 commit comments

Comments
 (0)