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 avh-build-and-run-linux-arm.yml #1

Closed
wants to merge 5 commits into from
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/avh-build-and-run-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
# ENDPOINT: ${{ secrets.ENDPOINT }}
# API_TOKEN: ${{ secrets.API_TOKEN }}
env:
# MODEL: imx8mp-evk
MODEL: rpi4b
MODEL: imx8mp-evk
# MODEL: rpi4b
INSTANCE1: chip-tool
INSTANCE2: chip-lighting-app
ENDPOINT: https://app.avh.arm.com/api
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/avh-run-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
# ENDPOINT: ${{ secrets.ENDPOINT }}
# API_TOKEN: ${{ secrets.API_TOKEN }}
env:
# MODEL: imx8mp-evk
MODEL: rpi4b
MODEL: imx8mp-evk
# MODEL: rpi4b
INSTANCE1: chip-tool
INSTANCE2: chip-lighting-app
ENDPOINT: https://app.avh.arm.com/api
Expand Down
2 changes: 1 addition & 1 deletion scripts/avh/avhcli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ start_instance() {
sleep 2
STATUS=$(eval $CMD)
done
printf "\rInstance is ready\n"
printf "\rInstance of $MODEL is ready\n"
}

# Stop instance
Expand Down