Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update owa5x gha workflow #565

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/owa5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ on:
required: false
type: string
default: balena-staging.com
meta-balena-ref:
description: meta-balena ref if not the currently pinned version
required: false
type: string
default: ''

jobs:
yocto:
Expand All @@ -43,7 +48,15 @@ jobs:
secrets: inherit
with:
machine: owa5x
test_matrix: >
{
"test_suite": ["os","cloud","hup"],
"environment": ["balena-cloud.com"],
"runs_on": [["ubuntu-latest"]]
}
# Allow manual workflow runs to force finalize without checking previous test runs
force-finalize: ${{ inputs.force-finalize || false }}
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events
deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }}
# Allow overriding the meta-balena ref for workflow dispatch events
meta-balena-ref: ${{ inputs.meta-balena-ref || '' }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Index: 1.0.27-r0/pmsrv.json
===================================================================
--- 1.0.27-r0.orig/pmsrv.json
+++ 1.0.27-r0/pmsrv.json
@@ -1,7 +1,7 @@
{
"name": "pmsrv",
"reset_lines": 20,
- "set_hostname": 1,
+ "set_hostname": 0,
"set_default": 1,
"set_time": 0,
"secure_time": 1,
3 changes: 3 additions & 0 deletions layers/meta-balena-5x-owa/recipes-core/pmsrv/pmsrv_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FILESEXTRAPATHS:append := ":${THISDIR}/files"

SRC_URI:append = " file://do_not_set_hostname.patch"
Loading