-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgarnix.yaml
More file actions
47 lines (43 loc) · 1.46 KB
/
garnix.yaml
File metadata and controls
47 lines (43 loc) · 1.46 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
servers:
- configuration: psyche-http-devnet
deployment:
type: on-branch
branch: test-deploy-devnet
- configuration: psyche-http-mainnet
deployment:
type: on-branch
branch: test-deploy-mainnet
- configuration: psyche-http-docs
deployment:
type: on-branch
branch: test-deploy-docs
- configuration: psyche-http
deployment:
type: on-branch
branch: main
builds:
- exclude:
- 'checks.x86_64-linux.workspace-test-all'
- 'checks.x86_64-linux.workspace-test-decentralized'
- 'checks.x86_64-linux.workspace-test-parallelism'
- 'packages.docker-psyche-solana-test-validator'
include:
- 'packages.x86_64-linux.psyche-solana-client'
- 'packages.x86_64-linux.psyche-centralized-client'
- 'packages.x86_64-linux.psyche-centralized-server'
- 'packages.x86_64-linux.docker-psyche-solana-client'
- 'packages.x86_64-linux.docker-psyche-solana-test-client-no-python'
- 'packages.x86_64-linux.psyche-centralized-local-testnet'
- 'packages.x86_64-linux.expand-distro'
- 'devShells.x86_64-linux.*'
- 'nixosConfigurations.*'
- 'checks.x86_64-linux.*'
# on main, might as well build everything, though
- exclude:
- 'packages.aarch64-darwin.*'
- 'devShells.aarch64-darwin.*'
- 'packages.x86_64-linux.docker-psyche-solana-test-validator'
include:
- 'packages.x86_64-linux.*'
- 'devShells.x86_64-linux.*'
branch: main