Skip to content

Commit 359960f

Browse files
committed
Merge branch 'assignment8' into assignment9
2 parents ee3e0f9 + 9c03dea commit 359960f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/github-actions.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: assignment-test
2-
on: [push]
2+
on:
3+
push:
4+
tags-ignore:
5+
- '*'
6+
branches:
7+
- '*'
38
jobs:
4-
full-test:
9+
full-test:
510
runs-on: self-hosted
611
steps:
712
- uses: actions/checkout@v3
@@ -18,7 +23,7 @@ jobs:
1823
-v $SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent \
1924
-e GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" \
2025
-v ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE} \
21-
cuaesd/aesd-autotest:assignment6-yocto \
26+
cuaesd/aesd-autotest:24-assignment6-yocto \
2227
--workdir=${GITHUB_WORKSPACE} \
2328
./build.sh
2429
- name: Cleanup

meta-aesd/recipes-aesd-assignments/images/core-image-aesd.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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"
44
inherit extrausers
55
# See https://docs.yoctoproject.org/singleindex.html#extrausers-bbclass
66
# We set a default password of root to match our busybox instance setup

0 commit comments

Comments
 (0)