Skip to content

Commit

Permalink
openBalena 2024
Browse files Browse the repository at this point in the history
* integration/e2e tests
* automatic SSL/TLS PKI generation

change-type: major
  • Loading branch information
ab77 committed Apr 30, 2024
1 parent 86bd7fa commit 74fc28b
Show file tree
Hide file tree
Showing 52 changed files with 2,064 additions and 1,800 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DNS_TLD=openbalena.local
MDNS_TLD=${DNS_TLD}
ORG_UNIT=openBalena
SUPERUSER_EMAIL=admin@${DNS_TLD}
34 changes: 32 additions & 2 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
# allow external contributions to use secrets within trusted code
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
Expand All @@ -24,4 +23,35 @@ jobs:
)
secrets: inherit
with:
cloudflare_website: "open-balena"
jobs_timeout_minutes: 60
cloudflare_website: open-balena
custom_runs_on: |
[
[
"self-hosted",
"Linux",
"X64"
]
]
balena_slugs: |
balena/open-balena
tests:
name: openBalena tests
uses: ./.github/workflows/tests.yml
needs: [flowzone]
if: |
((
github.event.pull_request.head.repo.full_name == github.repository &&
github.event_name == 'pull_request'
) || (
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
)) && github.event.action != 'closed'
secrets: inherit
with:
environment: balena-cloud.com
fleet: balena/open-balena
# https://dash.cloudflare.com/001b3ed2352612aaa068aca1b0022736/balena-devices.com/dns
dns_tld: balena-devices.com
Loading

0 comments on commit 74fc28b

Please sign in to comment.