-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuildbuddy.yaml
More file actions
139 lines (139 loc) · 4.88 KB
/
buildbuddy.yaml
File metadata and controls
139 lines (139 loc) · 4.88 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# AUTO-GENERATED from devinfra/ci/generate_buildbuddy.py - DO NOT EDIT DIRECTLY
# Regenerate with: bazel run //devinfra/ci:generate_buildbuddy_bin
#
# BuildBuddy docs: https://www.buildbuddy.io/docs/workflows-config/
actions:
- name: CI
triggers:
push:
branches:
- main
- master
- devel
pull_request: {}
container_image: ubuntu-24.04
resource_requests:
memory: 16GB
disk: 50GB
bazel_commands:
- test --keep_going --config=rbe --build_metadata=ROLE=ci --build_metadata=TAGS=test --test_tag_filters=-live_openai_api
//...
- build --keep_going --config=rbe --strategy=mypy=local --build_metadata=ROLE=ci --build_metadata=TAGS=check //...
- name: Release
triggers: &id001
push:
branches:
- main
- devel
workflow_dispatch: {}
container_image: ubuntu-24.04
resource_requests:
memory: 16GB
disk: 50GB
steps:
- run: |
bazel test --keep_going --config=rbe --build_metadata=ROLE=ci --test_tag_filters=-live_openai_api //...
- run: |
# Install system deps for wheel builds (cairo, dbus, etc.)
sudo apt-get update -qq && sudo apt-get install -y \
libcairo2-dev libgirepository-2.0-dev libdbus-1-dev libxcb1-dev pkg-config
bazel build --config=rbe --remote_download_toplevel \
//:wheel \
//:claude_hooks_wheel \
//util:wheel \
//gterm_theme:wheel \
//skills:all_skills_tar \
//devinfra/buildbuddy_cli:bbapi
bazel run //devinfra/ci:bb_release_bin
- name: Push //airlock:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: &id002
disk: 50GB
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //airlock:push_ghcr
- name: Push //airlock/auth_proxy:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //airlock/auth_proxy:push_ghcr
- name: Push //cluster/k8s/agents/claude-token-rotation:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //cluster/k8s/agents/claude-token-rotation:push_ghcr
- name: Push //cluster/k8s/inventree/token-provisioner:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //cluster/k8s/inventree/token-provisioner:push_ghcr
- name: Push //devinfra/firecracker/manager:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //devinfra/firecracker/manager:push_ghcr
- name: Push //devinfra/firecracker/vm_pod:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //devinfra/firecracker/vm_pod:push_ghcr
- name: Push //homeassistant/proxy:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //homeassistant/proxy:push_ghcr
- name: Push //inventree_utils/rai_plugin:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //inventree_utils/rai_plugin:push_ghcr
- name: Push //mcp_infra/exec:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //mcp_infra/exec:push_ghcr
- name: Push //openclaw/exec:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //openclaw/exec:push_ghcr
- name: Push //props/backend:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //props/backend:push_ghcr
- name: Push //tana/token_broker:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //tana/token_broker:push_ghcr
- name: Push //third_party/activitywatch:push_ghcr
triggers: *id001
container_image: ubuntu-24.04
resource_requests: *id002
steps:
- run: |
bazel run --config=rbe --remote_download_toplevel //third_party/activitywatch:push_ghcr