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 46e9851 commit c7e6423Copy full SHA for c7e6423
tests/infrastructure.yaml
tests/interu.yaml
@@ -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