Wire Forge-native release infrastructure
Some checks failed
Cache: Publish Nix / Publish Nix Cache (push) Waiting to run
Build Rust / Cargo Test (push) Successful in 4m14s
Build Site / Next.js Build (push) Failing after 6s
Infra: OpenTofu / OpenTofu (grafana) (push) Successful in 5s
Lint Governance / BEP Metadata (push) Successful in 0s
Build: Android / Android Rust Core Stub (push) Failing after 23s
Some checks failed
Cache: Publish Nix / Publish Nix Cache (push) Waiting to run
Build Rust / Cargo Test (push) Successful in 4m14s
Build Site / Next.js Build (push) Failing after 6s
Infra: OpenTofu / OpenTofu (grafana) (push) Successful in 5s
Lint Governance / BEP Metadata (push) Successful in 0s
Build: Android / Android Rust Core Stub (push) Failing after 23s
This commit is contained in:
parent
97c569fb35
commit
002bd382e9
199 changed files with 14268 additions and 185 deletions
|
|
@ -75,6 +75,7 @@ set -euo pipefail
|
|||
|
||||
base_services=(
|
||||
forgejo.service
|
||||
grafana.service
|
||||
caddy.service
|
||||
burrow-forgejo-bootstrap.service
|
||||
burrow-forgejo-runner-bootstrap.service
|
||||
|
|
@ -89,6 +90,7 @@ nsc_services=(
|
|||
tailnet_services=(
|
||||
burrow-authentik-runtime.service
|
||||
burrow-authentik-ready.service
|
||||
burrow-authentik-grafana-oidc.service
|
||||
headscale.service
|
||||
headscale-bootstrap.service
|
||||
)
|
||||
|
|
@ -161,6 +163,8 @@ if [[ "${EXPECT_TAILNET}" == "1" ]]; then
|
|||
echo "== agenix =="
|
||||
ls -l /run/agenix || true
|
||||
test -s /run/agenix/burrowAuthentikEnv
|
||||
test -s /run/agenix/burrowGrafanaAdminPassword
|
||||
test -s /run/agenix/burrowGrafanaOidcClientSecret
|
||||
test -s /run/agenix/burrowHeadscaleOidcClientSecret
|
||||
fi
|
||||
|
||||
|
|
@ -177,6 +181,7 @@ if command -v curl >/dev/null 2>&1; then
|
|||
curl -fsS -o /dev/null -w 'forgejo_login %{http_code}\n' http://127.0.0.1:3000/user/login
|
||||
curl -fsS -o /dev/null -H 'Host: burrow.net' -w 'burrow_root %{http_code}\n' http://127.0.0.1/
|
||||
curl -fsS -o /dev/null -H 'Host: git.burrow.net' -w 'git_login %{http_code}\n' http://127.0.0.1/user/login
|
||||
curl -fsS -o /dev/null -H 'Host: graphs.burrow.net' -w 'grafana_login %{http_code}\n' http://127.0.0.1/login
|
||||
if [[ "${EXPECT_TAILNET}" == "1" ]]; then
|
||||
curl -fsS -o /dev/null -H 'Host: auth.burrow.net' -w 'authentik_ready %{http_code}\n' http://127.0.0.1/-/health/ready/
|
||||
curl -sS -o /dev/null -H 'Host: ts.burrow.net' -w 'headscale_root %{http_code}\n' http://127.0.0.1/ || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue