Skip to content

Commit

Permalink
Merge branch 'assignment4' into assignment5
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalkes committed Aug 28, 2024
2 parents 467b20a + e485aee commit dbafafa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: assignment-test
on:
on:
push:
tags-ignore:
- '*'
branches:
- '*'
jobs:
unit-test:
container: cuaesd/aesd-autotest:unit-test
container: cuaesd/aesd-autotest:24-unit-test
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Run unit test
run: ./unit-test.sh
full-test:
container: cuaesd/aesd-autotest:assignment5
container: cuaesd/aesd-autotest:24-assignment5
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The basis of the automated test implementation for this repository comes from [h

The assignment-autotest directory contains scripts useful for automated testing Use
```
git submodule init update --recursive
git submodule update --init --recursive
```
to synchronize after cloning and before starting each assignment, as discussed in the assignment instructions.

Expand Down
2 changes: 1 addition & 1 deletion finder-app/manual-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -u

OUTDIR=/tmp/aeld
KERNEL_REPO=git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
KERNEL_VERSION=v5.1.10
KERNEL_VERSION=v5.15.163
BUSYBOX_VERSION=1_33_1
FINDER_APP_DIR=$(realpath $(dirname $0))
ARCH=arm64
Expand Down

0 comments on commit dbafafa

Please sign in to comment.