File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
meta-aesd/recipes-aesd-assignments/images Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : assignment-test
2
- on : [push]
2
+ on :
3
+ push :
4
+ tags-ignore :
5
+ - ' *'
6
+ branches :
7
+ - ' *'
3
8
jobs :
4
- full-test :
9
+ full-test :
5
10
runs-on : self-hosted
6
11
steps :
7
12
- uses : actions/checkout@v3
18
23
-v $SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent \
19
24
-e GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" \
20
25
-v ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE} \
21
- cuaesd/aesd-autotest:assignment6-yocto \
26
+ cuaesd/aesd-autotest:24- assignment6-yocto \
22
27
--workdir=${GITHUB_WORKSPACE} \
23
28
./build.sh
24
29
- name : Cleanup
Original file line number Diff line number Diff line change 1
1
inherit core -image
2
- # IMAGE_INSTALL += "aesd-assignments"
3
- CORE_IMAGE_EXTRA_INSTALL += " openssh"
2
+ # CORE_IMAGE_EXTRA_INSTALL += "aesd-assignments"
3
+ CORE_IMAGE_EXTRA_INSTALL += "openssh"
4
4
inherit extrausers
5
5
# See https://docs.yoctoproject.org/singleindex.html#extrausers-bbclass
6
6
# We set a default password of root to match our busybox instance setup
You can’t perform that action at this time.
0 commit comments