-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add unit test to cicd #28
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Ramya Subramanyam <[email protected]>
Signed-off-by: Ramya Subramanyam <[email protected]>
Signed-off-by: Ramya Subramanyam <[email protected]>
Signed-off-by: Ramya Subramanyam <[email protected]>
Signed-off-by: Ramya Subramanyam <[email protected]>
Signed-off-by: Ramya Subramanyam <[email protected]>
Signed-off-by: Ramya Subramanyam <[email protected]>
Signed-off-by: Ramya Subramanyam <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that all this is building in the labpc.... Which one? The one in Muc or in BLR? And it only fails in the flashing or?
@@ -70,22 +70,6 @@ jobs: | |||
kill $(cat server.pid) | |||
rm server.pid | |||
|
|||
- name: Remove latest installed platform version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that these steps are not really necessary as they are taking care by the arduino-cli installation or?
I mean, in general I would try to move asap all these things to the arduino-core-test and pull it in here. Then let´s try with the rest to get those workflows leaner, with some minimal calls to encapsulated functionality in scripts (that can also be run locally), etc. But the first next step, I would say is to try to move all common content to the arduino-core-test, and consume that from this repo (and the xmc-for-arduino). Anyhow, if the current hil workflow gets to work, we can just merge :) |
By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---
Add HIL tests to run on our CI/CD.