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 45beb4b commit 4f4004bCopy full SHA for 4f4004b
2 files changed
tests/infrastructure.yaml
tests/interu.yaml
@@ -0,0 +1,24 @@
1
+runners:
2
+ amd64:
3
+ platform: aks-1.32
4
+ ttl: 6h
5
+ node-groups:
6
+ - name: default
7
+ arch: amd64
8
+ size: medium
9
+ disk-gb: 100
10
+ nodes: 3
11
+
12
+profiles:
13
+ # TODO (@Techassi): This will be enabled later
14
+ # schedule:
15
+ # strategy: use-runner
16
+ # runner: amd64
17
+ # options:
18
+ # beku-parallelism: 2
19
+ smoke-latest:
20
+ strategy: use-runner
21
+ runner: amd64
22
+ options:
23
+ beku-parallelism: 2
24
+ beku-test-suite: smoke-latest
0 commit comments