feat: add config for graph test
ci-agent / build (push) Has been cancelled

This commit is contained in:
d3m0k1d
2026-04-05 08:40:34 +03:00
parent e9fdaf8711
commit 4a00c95d25
3 changed files with 16 additions and 20 deletions
+2 -19
View File
@@ -12,7 +12,7 @@ gitea_urls:
builds:
- id: banforge
main: ./cmd/banforge/main.go
main: ./main.go
binary: banforge
ignore:
- goos: windows
@@ -27,9 +27,6 @@ builds:
- "-s -w"
env:
- CGO_ENABLED=0
archives:
- formats: [tar.gz]
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
nfpms:
- id: banforge
@@ -40,23 +37,9 @@ nfpms:
maintainer: d3m0k1d <contact@d3m0k1d.ru>
license: GPLv3.0
formats:
- apk
- deb
- rpm
- archlinux
bindir: /usr/bin
scripts:
postinstall: build/postinstall.sh
postremove: build/postremove.sh
contents:
- src: docs/man/banforge.1
dst: /usr/share/man/man1/banforge.1
file_info:
mode: 0644
- src: docs/man/banforge.5
dst: /usr/share/man/man5/banforge.5
file_info:
mode: 0644
release:
gitea:
owner: d3m0k1d
@@ -74,7 +57,7 @@ checksum:
algorithm: sha256
sboms:
- artifacts: archive
- artifacts: any
documents:
- "{{ .ArtifactName }}.spdx.json"
cmd: syft
+2
View File
@@ -29,6 +29,7 @@ services:
container_name: hellreign-backend
environment:
CONFIG_FILE: /etc/hellreign/config.yml
GRAPH_YAML_PATH: /etc/hellreign/services.yaml
SSL_CERT_DIR: /var/lib/hellreign/ssl
SERVER_SAN_DNS: localhost,backend
SERVER_SAN_IP: 127.0.0.1
@@ -37,6 +38,7 @@ services:
- "9001:9001"
volumes:
- ./backend/config.yml:/etc/hellreign/config.yml:ro
- ./services.yaml:/etc/hellreign/services.yaml:ro
- backend_data:/var/lib/hellreign
depends_on:
clickhouse:
+11
View File
@@ -0,0 +1,11 @@
nodes:
test-agent-1:
services:
nginx:
depends_on:
- sshd
sshd:
depends_on: []
system:
depends_on:
- sshd