[CIT-95] Build and Test script for developer#6
[CIT-95] Build and Test script for developer#6PradeepKiruvale merged 5 commits intothin-edge:mainfrom
Conversation
Signed-off-by: Pradeep K J <pradeekumar.kj@softwareag.com>
| - os: Raspbian32 | ||
|
|
||
| - os: Ubuntu20.04 |
There was a problem hiding this comment.
I added Raspbian32 and Ubuntu20.04 as a label of runners. Does it really work?
Don't we need "self-hosted" declaration as well as labels? I found how to specify labels on self-hosted runners. https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
Self-hosted runners
To specify a self-hosted runner for your job, configure runs-on in your workflow file with self-hosted runner labels.
All self-hosted runners have the self-hosted label, and you can select any self-hosted runner by providing only the self-hosted label. Alternatively, you can use self-hosted in an array with additional labels, such as labels for a specific operating system or system architecture, to select only the runner types you specify.
Example
runs-on: [self-hosted, linux]
There was a problem hiding this comment.
It works on any labels that are mentioned in the runners. It already ran, you can see the recent workflow trigger
rina23q
left a comment
There was a problem hiding this comment.
Approve for the updated commit
Signed-off-by: Pradeep K J pradeekumar.kj@softwareag.com