Skip to content
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions .github/workflows/lava-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ jobs:
# left-side – e.g. qrb2210-rb1
DEVICE_TYPE="${TARGET%/*}"
BUILD_DOWNLOAD_URL="$BUILD_URL"
BUILD_FILE_NAME="unused"
sed \
-e "s|{{BUILD_DOWNLOAD_URL}}|${BUILD_DOWNLOAD_URL}|g" \
-e "s|{{BUILD_FILE_NAME}}|${BUILD_FILE_NAME}|g" \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is required. The whole section will be replaced with a templating tool.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This variable isn't used, but I'm trying to keep the same set in both workflows

(Of course I'm super happy to drop all of this once we have a LAVA templating system in place!)

-e "s|{{DEVICE_TYPE}}|${DEVICE_TYPE}|g" \
-e "s|{{GITHUB_RUN_ID}}|${GITHUB_RUN_ID}|g" \
-e "s|{{GITHUB_SHA}}|${GITHUB_SHA}|g" \
Expand Down