-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspread.yaml
More file actions
75 lines (68 loc) · 1.68 KB
/
Copy pathspread.yaml
File metadata and controls
75 lines (68 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Copyright 2026 Canonical Ltd.
# See LICENSE file for licensing details.
project: aproxy
path: /home/ubuntu/proj
kill-timeout: 60m
warn-timeout: 1m
backends:
integration-test:
type: integration-test
systems:
- ubuntu-24.04:
runner: [ubuntu-24.04]
arch: amd64
cpu: 4
memory: 8
disk: 40
- ubuntu-24.04-arm64:
runner: [ubuntu-24.04-arm]
arch: arm64
cpu: 4
memory: 8
disk: 40
- ubuntu-24.04-ppc64el:
runner: [self-hosted-linux-ppc64el-noble-edge]
arch: ppc64el
cpu: 4
memory: 8
disk: 40
- ubuntu-24.04-s390x:
runner: [self-hosted-linux-s390x-noble-medium]
arch: s390x
cpu: 4
memory: 8
disk: 40
environment:
CONCIERGE: '$(HOST: echo "${CONCIERGE:-concierge.yaml}")'
OPCLI_GIT_REF: '$(HOST: echo "${OPCLI_GIT_REF:-main}")'
exclude:
- .git
- .github
- .tox
- .venv
- .*_cache
integration-suites:
tests/integration/:
working-dir: ./
summary: aproxy integration tests
auto-discover: false
backends:
- integration-test
environment:
MODULE/focal: tests/integration/test_charm.py
MODULE/jammy: tests/integration/test_charm.py
MODULE/noble: tests/integration/test_charm.py
BASE/focal: "20.04"
BASE/jammy: "22.04"
BASE/noble: "24.04"
pytest-arguments-template: |
--model testing
--keep-models
--base {{ env.get("BASE", "24.04") }}
suites:
tests/spread/tutorial/:
summary: aproxy tutorial smoke test
systems:
- ubuntu-24.04
environment:
TUTORIAL: docs/tutorial.md